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

2024-07-23 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). > > Work was begun in [another PR](https://github.com/openjdk/jdk/pull/18924)

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

2024-07-23 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). > > Work was begun in [another PR](https://github.com/openjdk/jdk/pull/18924)

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

2024-07-23 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). > > Work was begun in [another PR](https://github.com/openjdk/jdk/pull/18924)

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

2024-07-23 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). > > Work was begun in [another PR](https://github.com/openjdk/jdk/pull/18924)

RFR: 8331008: Implement JEP 478: Key Derivation Function API (Preview)

2024-07-23 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). Work was begun in [another PR](https://github.com/openjdk/jdk/pull/18924). - Commit m

Re: RFR: 8325506: Ensure randomness is only read from provided SecureRandom object

2024-02-08 Thread Kevin Driver
On Thu, 8 Feb 2024 16:34:00 GMT, Weijun Wang wrote: > Many crypto service classes require a `SecureRandom` object at > initialization. This test goes through each of them and calculates (generate, > encrypt, sign,...) twice with the same `SecureRandom` object and ensures the > output is the sa

Re: RFR: JDK-8319122: Improve documentation of various Zip-file related APIs

2023-11-09 Thread Kevin Driver
On Mon, 30 Oct 2023 17:26:53 GMT, Yakov Shafranovich wrote: > The various Zip/Jar-file related Java APIs have some long-standing > differences or peculiarities with respect to the ZIP-file specification or > compared to other implementations which should be documented in the API-doc. > This do