lade...
random avatar

seanjmullan - Network

Posts Subscribe

We're hiring! The Java Platform Group is responsible for developing the JDK. Most work is in open source (OpenJDK). This opening is for...

https://mastodon.world/@seanjmul...

We're hiring! The Java Platform Group is responsible for developing the JDK. Most work is in open source (OpenJDK). This opening is for the Java Security Libraries team. It can be on-site or remote.

linkedin.com/jobs/view/4046796

25.2.2025 18:42We're hiring! The Java Platform Group is responsible for developing the JDK. Most work is in open source (OpenJDK). This opening is for...
https://mastodon.world/@seanjmul...

New Candidate JEPs for adding Quantum-Resistant Cryptographic Algorithms to the Java Platform:- ML-KEM: https://openjdk.org/jeps/496-...

https://mastodon.world/@seanjmul...

New Candidate JEPs for adding Quantum-Resistant Cryptographic Algorithms to the Java Platform:

- ML-KEM: openjdk.org/jeps/496
- ML-DSA: openjdk.org/jeps/497

7.11.2024 14:16New Candidate JEPs for adding Quantum-Resistant Cryptographic Algorithms to the Java Platform:- ML-KEM: https://openjdk.org/jeps/496-...
https://mastodon.world/@seanjmul...

JEP 478 (Key Derivation Function API) has been targeted to JDK 24, the next release of the JDK. This is a new cryptographic API for deriving...

https://mastodon.world/@seanjmul...

JEP 478 (Key Derivation Function API) has been targeted to JDK 24, the next release of the JDK. This is a new cryptographic API for deriving keys. The JEP also includes an implementation of HKDF (RFC 5869). This API will be important for future PQC work such as HPKE (RFC 9180) and stronger password hashing algorithms such as Argon2.

openjdk.org/jeps/478

31.10.2024 19:32JEP 478 (Key Derivation Function API) has been targeted to JDK 24, the next release of the JDK. This is a new cryptographic API for deriving...
https://mastodon.world/@seanjmul...

OMG. The game. The season. #mets #lindor

https://mastodon.world/@seanjmul...

OMG. The game. The season.

30.9.2024 21:10OMG. The game. The season. #mets #lindor
https://mastodon.world/@seanjmul...

New candidate JEP: 486: Permanently Disable the Security Manager: openjdk.org/jeps/486#openjdk #jdk #java #security

https://mastodon.world/@seanjmul...

New candidate JEP: 486: Permanently Disable the Security Manager: openjdk.org/jeps/486

26.9.2024 15:35New candidate JEP: 486: Permanently Disable the Security Manager: openjdk.org/jeps/486#openjdk #jdk #java #security
https://mastodon.world/@seanjmul...

JDK 23 Security Enhancements: https://seanjmullan.org/blog/2024/09/17/jdk23Highlights of this release include new “thread” and...

https://mastodon.world/@seanjmul...

JDK 23 Security Enhancements: seanjmullan.org/blog/2024/09/1

Highlights of this release include new “thread” and “timestamp” debugging options, crypto related performance improvements, and a new KeyStore for accessing root certificates in the MacOS KeyChain.

20.9.2024 19:50JDK 23 Security Enhancements: https://seanjmullan.org/blog/2024/09/17/jdk23Highlights of this release include new “thread” and...
https://mastodon.world/@seanjmul...

The Java Platform is preparing for the Post Quantum Era. New draft JEPs for the quantum-resistant ML-KEM and ML-DSA algorithms have now been...

https://mastodon.world/@seanjmul...

The Java Platform is preparing for the Post Quantum Era. New draft JEPs for the quantum-resistant ML-KEM and ML-DSA algorithms have now been published:

openjdk.org/jeps/8339009
openjdk.org/jeps/8339010

10.9.2024 13:20The Java Platform is preparing for the Post Quantum Era. New draft JEPs for the quantum-resistant ML-KEM and ML-DSA algorithms have now been...
https://mastodon.world/@seanjmul...

DTLS version 1.0 has been disabled by default in Oracle's JDK 17.0.12 and 11.0.24 releases. This version of DTLS is not recommended and...

https://mastodon.world/@seanjmul...

DTLS version 1.0 has been disabled by default in Oracle's JDK 17.0.12 and 11.0.24 releases. This version of DTLS is not recommended and was already disabled by default in JDK 20 and later releases. DTLS is not available in releases prior to JDK 9.

See the Released Changes of the Java Crypto Roadmap (java.com/en/jre-jdk-cryptoroad) for more details.

22.7.2024 16:23DTLS version 1.0 has been disabled by default in Oracle's JDK 17.0.12 and 11.0.24 releases. This version of DTLS is not recommended and...
https://mastodon.world/@seanjmul...

JEP 478: Key Derivation API (Preview), now a Candidate. “Introduce an API for Key Derivation Functions (KDFs), which are cryptographic...

https://mastodon.world/@seanjmul...

JEP 478: Key Derivation API (Preview), now a Candidate.

“Introduce an API for Key Derivation Functions (KDFs), which are cryptographic algorithms for deriving additional keys from a secret key and other data. This is a preview API.”

openjdk.org/jeps/478

7.5.2024 19:50JEP 478: Key Derivation API (Preview), now a Candidate. “Introduce an API for Key Derivation Functions (KDFs), which are cryptographic...
https://mastodon.world/@seanjmul...

Java Crypto Roadmap update: the TLS_ECDH cipher suites will be disabled in the October 2024 release for Oracle JDK 17, 11, and 8 update...

https://mastodon.world/@seanjmul...

Java Crypto Roadmap update: the TLS_ECDH cipher suites will be disabled in the October 2024 release for Oracle JDK 17, 11, and 8 update releases. These suites are rarely used and do not preserve forward secrecy. This change has already been made in JDK 20 and later.

See java.com/cryptoroadmap for details and testing instructions.

1.5.2024 12:56Java Crypto Roadmap update: the TLS_ECDH cipher suites will be disabled in the October 2024 release for Oracle JDK 17, 11, and 8 update...
https://mastodon.world/@seanjmul...

The XML Signature secure validation mode has been enabled by default in Oracle's JDK 11.0.23 and 8u411 releases. The mode was already...

https://mastodon.world/@seanjmul...

The XML Signature secure validation mode has been enabled by default in Oracle's JDK 11.0.23 and 8u411 releases. The mode was already enabled by default in JDK 17 and later. This mode provides additional protection by disabling weak algorithms and other potentially unsafe constructs in XML Signatures.

See the Released Changes of the Java Crypto Roadmap (java.com/en/jre-jdk-cryptoroad) for more details.

17.4.2024 13:49The XML Signature secure validation mode has been enabled by default in Oracle's JDK 11.0.23 and 8u411 releases. The mode was already...
https://mastodon.world/@seanjmul...

We are looking to hire a developer experienced in crypto and security to work on Java Security! We have an opening in USA or Dublin,...

https://mastodon.world/@seanjmul...

We are looking to hire a developer experienced in crypto and security to work on Java Security! We have an opening in USA or Dublin, Ireland. We have a lot of exciting work so please check it out and let your friends and colleagues know.

eeho.fa.us2.oraclecloud.com/hc

4.4.2024 20:59We are looking to hire a developer experienced in crypto and security to work on Java Security! We have an opening in USA or Dublin,...
https://mastodon.world/@seanjmul...

https://www.infoworld.com/article/3714769/java-22-brings-security-enhancements.html #java #security #jdk22

https://mastodon.world/@seanjmul...

infoworld.com/article/3714769/

1.4.2024 14:22https://www.infoworld.com/article/3714769/java-22-brings-security-enhancements.html #java #security #jdk22
https://mastodon.world/@seanjmul...

JDK 22 Security Enhancements: https://seanjmullan.org/blog/2024/03/20/jdk22 #jdk22 #openjdk #security

https://mastodon.world/@seanjmul...

JDK 22 Security Enhancements: seanjmullan.org/blog/2024/03/2

20.3.2024 17:50JDK 22 Security Enhancements: https://seanjmullan.org/blog/2024/03/20/jdk22 #jdk22 #openjdk #security
https://mastodon.world/@seanjmul...

New Draft JEP for a PEM API: "Introduce an API for encoding and decoding the Privacy-Enhanced Mail (PEM) format. The PEM format is used...

https://mastodon.world/@seanjmul...

New Draft JEP for a PEM API: "Introduce an API for encoding and decoding the Privacy-Enhanced Mail (PEM) format. The PEM format is used for storing and sending cryptographic keys and certificates."

openjdk.org/jeps/8300911

17.11.2023 14:32New Draft JEP for a PEM API: "Introduce an API for encoding and decoding the Privacy-Enhanced Mail (PEM) format. The PEM format is used...
https://mastodon.world/@seanjmul...

JDK 21 Security Enhancements: https://seanjmullan.org/blog/2023/09/22/jdk21#java #jdk21 #openjdk #security #crypto

https://mastodon.world/@seanjmul...

JDK 21 Security Enhancements: seanjmullan.org/blog/2023/09/2

22.9.2023 12:45JDK 21 Security Enhancements: https://seanjmullan.org/blog/2023/09/22/jdk21#java #jdk21 #openjdk #security #crypto
https://mastodon.world/@seanjmul...

JDK 21 is out today and contains many new security enhancements! Notably, it includes a new API for KEM (Key Encapsulation Mechanism) and an...

https://mastodon.world/@seanjmul...

JDK 21 is out today and contains many new security enhancements! Notably, it includes a new API for KEM (Key Encapsulation Mechanism) and an implementation of HSS/LMS for signature verification. Both of these are important pieces for providing Java applications with the tools they will need to withstand quantum attacks.

Stay tuned for my blog on these and other JDK 21 security features!

jdk.java.net/21

19.9.2023 18:10JDK 21 is out today and contains many new security enhancements! Notably, it includes a new API for KEM (Key Encapsulation Mechanism) and an...
https://mastodon.world/@seanjmul...

Check out this informative and fun video on the new KEM API from Ana-Maria Mihalceanu! https://www.youtube.com/watch?v=zNnS-WdHN1E#java...

https://mastodon.world/@seanjmul...

Check out this informative and fun video on the new KEM API from Ana-Maria Mihalceanu!

youtube.com/watch?v=zNnS-WdHN1

7.8.2023 14:54Check out this informative and fun video on the new KEM API from Ana-Maria Mihalceanu! https://www.youtube.com/watch?v=zNnS-WdHN1E#java...
https://mastodon.world/@seanjmul...

We have restarted an effort to define a KDF (Key Derivation Function) API for Java. Let us know what you...

https://mastodon.world/@seanjmul...

We have restarted an effort to define a KDF (Key Derivation Function) API for Java. Let us know what you think!

mail.openjdk.org/pipermail/sec

21.7.2023 15:06We have restarted an effort to define a KDF (Key Derivation Function) API for Java. Let us know what you...
https://mastodon.world/@seanjmul...

New Key Encapsulation Mechanism API and DHKEM implementation will be in the next release (21) of...

https://mastodon.world/@seanjmul...

New Key Encapsulation Mechanism API and DHKEM implementation will be in the next release (21) of Java!
mail.openjdk.org/pipermail/jdk

30.5.2023 16:44New Key Encapsulation Mechanism API and DHKEM implementation will be in the next release (21) of...
https://mastodon.world/@seanjmul...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members