RFR: 8329251: Print custom truststore/ keystore name

2024-07-31 Thread Prasadrao Koppula
8329251: Print custom truststore/ keystore name - Commit messages: - JDK-8329251 Changes: https://git.openjdk.org/jdk/pull/20414/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20414&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8329251 Stats: 167 lines in 5 files

Re: RFR: 8298420: PEM API: Implementation (Preview) [v4]

2024-07-31 Thread Anthony Scarpino
> Hi all, > > I need a code review of the PEM API. Privacy-Enhanced Mail (PEM) is a format > for encoding and decoding cryptographic keys and certificates. It will be > integrated into JDK24 as a Preview Feature. Preview features does not > permanently define the API and it is subject to cha

Re: RFR: 8298420: PEM API: Implementation (Preview) [v3]

2024-07-31 Thread Anthony Scarpino
> Hi all, > > I need a code review of the PEM API. Privacy-Enhanced Mail (PEM) is a format > for encoding and decoding cryptographic keys and certificates. It will be > integrated into JDK24 as a Preview Feature. Preview features does not > permanently define the API and it is subject to cha

Re: RFR: 8298420: PEM API: Implementation (Preview) [v2]

2024-07-31 Thread Anthony Scarpino
On Mon, 29 Jul 2024 22:58:04 GMT, Weijun Wang wrote: >> What you are describing is why the encoder accepts EncryptedPrivateKeyInfo. >> These more complicated configurations I left to EncryptedPrivateKeyInfo as >> the PEM classes are not trying to replace all the functionality of >> EncryptedP

Re: RFR: 8333317: Test sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java failed with: Invalid ECDH ServerKeyExchange signature [v2]

2024-07-31 Thread Rajan Halade
On Mon, 15 Jul 2024 13:09:23 GMT, Matthew Donovan wrote: >> In this PR, I updated the version of NSS to 3.101 and removed the test from >> the ProblemList for all platforms but linux-ppc64le (that bug is still >> outstanding.) >> >> I also updated the skipTest logic in TestDSAKeyLength.java. P

Re: RFR: 8333317: Test sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java failed with: Invalid ECDH ServerKeyExchange signature [v2]

2024-07-31 Thread Matthew Donovan
On Mon, 15 Jul 2024 13:09:23 GMT, Matthew Donovan wrote: >> In this PR, I updated the version of NSS to 3.101 and removed the test from >> the ProblemList for all platforms but linux-ppc64le (that bug is still >> outstanding.) >> >> I also updated the skipTest logic in TestDSAKeyLength.java. P

Re: RFR: 4966250: SSLSessionContext.setSessionTimeout() documentation could be updated [v3]

2024-07-31 Thread Sean Mullan
On Fri, 31 May 2024 23:15:26 GMT, Mark Powers wrote: >> https://bugs.openjdk.org/browse/JDK-4966250 > > Mark Powers has updated the pull request incrementally with one additional > commit since the last revision: > > Joe Darcy's comment Looks good. Please add a noreg-doc label to the bug and