RFR: 8296442: EncryptedPrivateKeyInfo can be created with an uninitialized AlgorithmParameters [v2]

Weijun Wang weijun at openjdk.org
Thu Nov 10 17:59:45 UTC 2022


On Thu, 10 Nov 2022 17:07:45 GMT, Kevin Driver <kdriver at openjdk.org> wrote:

>> Weijun Wang has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   address xuelei's comments
>
> test/jdk/javax/crypto/EncryptedPrivateKeyInfo/GetAlgName.java line 72:
> 
>> 70:             epki = new EncryptedPrivateKeyInfo(ap2, BYTES);
>> 71:             if (!epki.getAlgName().equalsIgnoreCase(algo)) {
>> 72:                 System.out.println("...expect: " + algo);
> 
> should be "...expected: "

Will fix. Thanks.

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

PR: https://git.openjdk.org/jdk/pull/11067


More information about the security-dev mailing list