Re: RFR: 8331008: Implement JEP 478: Key Derivation Function API (Preview) [v10]

2024-08-12 Thread Anthony Scarpino
On Thu, 8 Aug 2024 01:51:51 GMT, Valerie Peng wrote: >> src/java.base/share/classes/javax/crypto/KDF.java line 259: >> >>> 257: throw new NoSuchAlgorithmException( >>> 258: "Received an InvalidAlgorithmParameterException. Does >>> this " >>> 259: + "a

Re: RFR: 8331008: Implement JEP 478: Key Derivation Function API (Preview) [v10]

2024-08-12 Thread Anthony Scarpino
On Fri, 2 Aug 2024 19:19:54 GMT, Kevin Driver wrote: >> Introduce an API for Key Derivation Functions (KDFs), which are >> cryptographic algorithms for deriving additional keys from a secret key and >> other data. See [JEP 478](https://openjdk.org/jeps/478). >> >> Work was begun in [another PR

Re: RFR: 8319332: Security properties files inclusion [v19]

2024-08-12 Thread Martin Balao
On Wed, 7 Aug 2024 20:09:09 GMT, Francisco Ferrari Bihurriet wrote: >> The implementation of this proposal is based on the requirements, >> specification and design choices described in the [JDK-8319332] ticket and >> its respective CSR [JDK-8319333]. What follows are implementation notes >>

Withdrawn: 8044609: javax.net.debug options not working and documented as expected

2024-08-12 Thread duke
On Fri, 12 Apr 2024 15:56:24 GMT, Sean Coffey wrote: > The `javax.net.debug` TLS debug option is buggy since TLSv1.3 implementation > was introduced many years ago. > > Where "ssl" was previously a value to obtain all TLS debug traces (except > network type dumps, verbose data), it now prints

Re: RFR: 8336665: CCE in X509CRLImpl$TBSCertList.getCertIssuer [v2]

2024-08-12 Thread Sean Mullan
On Mon, 12 Aug 2024 15:44:11 GMT, Mark Powers wrote: >> https://bugs.openjdk.org/browse/JDK-8336665 > > Mark Powers has updated the pull request incrementally with one additional > commit since the last revision: > > copyright and unnecessary initialization src/java.base/share/classes/sun/se

Re: RFR: 8336665: CCE in X509CRLImpl$TBSCertList.getCertIssuer [v2]

2024-08-12 Thread Mark Powers
> https://bugs.openjdk.org/browse/JDK-8336665 Mark Powers has updated the pull request incrementally with one additional commit since the last revision: copyright and unnecessary initialization - Changes: - all: https://git.openjdk.org/jdk/pull/20528/files - new: https://git.