Re: RFR: 8358451: SunJCE PBEKey impl should throw IllegalStateException when getEncoded() is called [v3]

2025-07-10 Thread Sean Mullan
On Fri, 27 Jun 2025 23:11:53 GMT, Valerie Peng wrote: >> Update the `PBEKey` class of the SunJCE provider which override the >> `javax.security.auth.Destroyable` interface to >> >> 1. throw `IllegalStateException` if `getEncoded()` is called after key is >> destroyed >> 2. serialization of su

Re: RFR: 8353925: Remove Sun Microsystems JCE Code Signing Root CA

2025-07-10 Thread Sean Mullan
On Tue, 8 Jul 2025 22:57:49 GMT, Bradford Wetmore wrote: > No longer trust certificates issued by the old Sun Microsystems JCE > Certificate Authority. > > Test runs include `tier1,tier2`, and JCK tests: > > jck:api/java_security > jck:api/javax_crypto > jck:api/javax_net > jck

RFR: 8360979: Remove use of Thread.stop in krb5/auto/KDC.java

2025-07-10 Thread Mikhail Yankelevich
Replaced Thread::stop to Thread::interrupt - Commit messages: - JDK-8360979: Remove use of Thread.stop in krb5/auto/KDC.java Changes: https://git.openjdk.org/jdk/pull/26247/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=26247&range=00 Issue: https://bugs.openjdk.org/brow

Re: RFR: 8353925: Remove Sun Microsystems JCE Code Signing Root CA

2025-07-10 Thread Valerie Peng
On Tue, 8 Jul 2025 22:57:49 GMT, Bradford Wetmore wrote: > No longer trust certificates issued by the old Sun Microsystems JCE > Certificate Authority. > > Test runs include `tier1,tier2`, and JCK tests: > > jck:api/java_security > jck:api/javax_crypto > jck:api/javax_net > jck