RFR: 8343232: PKCS#12 KeyStore support for RFC 9879: Use of Password-Based Message Authentication Code 1 (PBMAC1) [v13]
Mark Powers
mpowers at openjdk.org
Wed Oct 22 16:53:52 UTC 2025
On Thu, 16 Oct 2025 13:02:22 GMT, Sean Mullan <mullan at openjdk.org> wrote:
>> Mark Powers has updated the pull request incrementally with one additional commit since the last revision:
>>
>> remaining comments
>
> src/java.base/share/classes/sun/security/pkcs12/MacData.java line 229:
>
>> 227: } else {
>> 228: throw new ParsingException("unexpected algorithm '"
>> 229: +macAlgorithm+ "'");
>
> add spaces around `+`.
fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24429#discussion_r2452722207
More information about the security-dev
mailing list