RFR: 8343232: PKCS#12 KeyStore support for RFC 9879: Use of Password-Based Message Authentication Code 1 (PBMAC1) [v10]

Mark Powers mpowers at openjdk.org
Mon Oct 6 15:24:30 UTC 2025


On Tue, 30 Sep 2025 19:18:39 GMT, Sean Mullan <mullan at openjdk.org> wrote:

>> Mark Powers has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   another day another iteration
>
> src/java.base/share/classes/com/sun/crypto/provider/PBMAC1Parameters.java line 26:
> 
>> 24:  */
>> 25: 
>> 26: package com.sun.crypto.provider;
> 
> This class can be moved to the `sun/security/pkcs12` package and made package-private as it is only referenced by `PKCS12KeyStore`. We can always move it again later if necessary.

done

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24429#discussion_r2406976174


More information about the security-dev mailing list