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

Kevin Driver kdriver at openjdk.org
Fri Aug 16 21:16:35 UTC 2024


On Tue, 13 Aug 2024 21:26:11 GMT, Valerie Peng <valeriep at openjdk.org> wrote:

>> @valeriepeng: There are `Cipher`s with this convention, namely: `PBEWithHmacSHA512/256AndAES_256` and many others. In addition, there are corresponding `AlgorithmParameters` and `SecretKeyFactory` declarations.
>
> Yes, I am aware of the Cipher transformations, etc. It's just that the sentence seems to imply the naming convention is from RFC 5869.

Addressed in https://github.com/openjdk/jdk/pull/20301/commits/c6f491cd05c76088e6431b2ba9d4ab42b29e4055. Please indicate if this is resolved.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/20301#discussion_r1720349986



More information about the security-dev mailing list