RFR: 8258833: Cancel multi-part cipher operations in SunPKCS11 after failures [v6]
Martin Balao
mbalao at openjdk.java.net
Wed Jan 20 12:40:49 UTC 2021
On Wed, 20 Jan 2021 03:16:32 GMT, Valerie Peng <valeriep at openjdk.org> wrote:
>> Martin Balao has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Removing the encryption-update path in CancelMultipart test as it depends on a know bug to cause a PKCS#11 error.
>
> src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11AEADCipher.java line 353:
>
>> 351: }
>> 352: } catch (PKCS11Exception e) {
>> 353: if (e.getErrorCode() == CKR_OPERATION_NOT_INITIALIZED) {
>
> nit: update copyright year to 2021. Same goes for other sources.
right, thanks
> test/jdk/sun/security/pkcs11/Cipher/CancelMultipart.java line 2:
>
>> 1: /*
>> 2: * Copyright (c) 2020, Red Hat, Inc.
>
> 2021?
right, thanks
-------------
PR: https://git.openjdk.java.net/jdk/pull/1901
More information about the security-dev
mailing list