Re: RFR: 8331008: KDF Implementation

2024-05-08 Thread Sibabrata Sahoo
On Tue, 23 Apr 2024 20:42:51 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). src/java.base/share/classes/com/sun/c

Re: [Bug] javax.security.auth.kerberos.KeyTab returns unrequested keys

2024-05-08 Thread Wei-Jun Wang
Hi Michael, I've filed https://bugs.openjdk.org/browse/JDK-8331975. I plan to introduce a system property to control the string comparison mode. In my earlier reply I mentioned fixing keytab entry lookup no matter how the comparison is done. I did some evaluation and the code change will be qui

Re: RFR: 8331008: KDF Implementation

2024-05-08 Thread Kevin Driver
On Wed, 8 May 2024 20:46:57 GMT, Jamil Nimeh 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). > > src/java.base/share/classes/com/s

Re: RFR: 8331008: KDF Implementation

2024-05-08 Thread Jamil Nimeh
On Tue, 23 Apr 2024 20:42:51 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). src/java.base/share/classes/com/sun/c

Re: RFR: 8331008: KDF Implementation

2024-05-08 Thread Sean Mullan
On Tue, 23 Apr 2024 20:42:51 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). src/java.base/share/classes/javax/cry

Re: RFR: 8331008: KDF Implementation

2024-05-08 Thread Sean Mullan
On Tue, 23 Apr 2024 20:42:51 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). src/java.base/share/classes/com/sun/c

Re: RFR: 8331008: KDF Implementation

2024-05-08 Thread Sean Mullan
On Tue, 23 Apr 2024 20:42:51 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). src/java.base/share/classes/com/sun/c

Re: RFR: 8331008: KDF Implementation

2024-05-08 Thread Sean Mullan
On Tue, 23 Apr 2024 20:42:51 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). src/java.base/share/classes/java/secu

RFR: 8331008: KDF Implementation

2024-05-08 Thread Kevin Driver
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). - Commit messages: - move the test to the correct directory, which was already create

Re: RFR: 8044609: javax.net.debug options not working and documented as expected [v2]

2024-05-08 Thread Sean Coffey
On Wed, 8 May 2024 14:47:28 GMT, Matthew Donovan wrote: >> Sean Coffey has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Allow ssl, type syntax as currently done. Improve test case >> coverage > > src/java.base/share/classes/sun/security/

Re: RFR: 8044609: javax.net.debug "ssl" options are not working and documented as expected. [v2]

2024-05-08 Thread Matthew Donovan
On Wed, 17 Apr 2024 14:13:37 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 pr

Re: RFR: 8331876: JFR: Move file read and write events to java.base

2024-05-08 Thread Markus Grönlund
On Tue, 7 May 2024 19:32:57 GMT, Erik Gahlin wrote: > Hi, > > Could I have a review of a change that moves the jdk.FileRead and > jdk.FileWrite events to java.base to remove the use of the ASM > instrumentation. > > Testing: jdk/jdk/jfr > > Thanks > Erik Marked as reviewed by mgronlun (Revi

Integrated: 8330278: Have SSLSocketTemplate.doClientSide use loopback address

2024-05-08 Thread Sean Coffey
On Fri, 3 May 2024 11:22:51 GMT, Sean Coffey wrote: > Using the loopback address by default may prove more reliable for some test > configurations > > ran all jdk_security tests. no issues seen. This pull request has now been integrated. Changeset: 0eff492e Author:Sean Coffey URL: