RFR: 8343232: PKCS#12 KeyStore support for RFC 9579: Use of Password-Based Message Authentication Code 1 (PBMAC1)
Valerie Peng
valeriep at openjdk.org
Tue Sep 2 20:14:44 UTC 2025
On Thu, 3 Apr 2025 22:58:39 GMT, Mark Powers <mpowers at openjdk.org> wrote:
> [JDK-8343232](https://bugs.openjdk.org/browse/JDK-8343232)
src/java.base/share/classes/com/sun/crypto/provider/PBMAC1Parameters.java line 96:
> 94:
> 95: private static final ObjectIdentifier pkcs5PBKDF2_OID =
> 96: ObjectIdentifier.of(KnownOIDs.PBKDF2WithHmacSHA1);
nit: duplicated to the one defined in sun.security.util.PBKDF2Parameters class?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24429#discussion_r2317056896
More information about the security-dev
mailing list