On Tue, 14 Dec 2021 18:33:47 GMT, Valerie Peng wrote:
> Can someone help review this small fix? NSS returns PKCS11
> CKR_ATTRIBUTE_SENSITIVE error when trying to retrieve CKA_VALUE out of its
> token keys. So this fix is to add special handling for NSS token secret keys.
> There is already an
On Tue, 14 Dec 2021 18:33:47 GMT, Valerie Peng wrote:
> Can someone help review this small fix? NSS returns PKCS11
> CKR_ATTRIBUTE_SENSITIVE error when trying to retrieve CKA_VALUE out of its
> token keys. So this fix is to add special handling for NSS token secret keys.
> There is already an
On Tue, 14 Dec 2021 18:33:47 GMT, Valerie Peng wrote:
> Can someone help review this small fix? NSS returns PKCS11
> CKR_ATTRIBUTE_SENSITIVE error when trying to retrieve CKA_VALUE out of its
> token keys. So this fix is to add special handling for NSS token secret keys.
> There is already an
On Wed, 22 Dec 2021 00:46:32 GMT, Weijun Wang wrote:
> Since the return error code is PKCS11 CKR_ATTRIBUTE_SENSITIVE, does it make
> sense to assign `sensitive = true` right at the beginning? I'm not a PKCS11
> expert and not sure if this has any negative effect on
>
> https://github.com/openj
On Wed, 22 Dec 2021 00:40:35 GMT, Weijun Wang wrote:
> What about here?
>
> https://github.com/openjdk/jdk/blob/a5d7de235101696463dba22792703c6809ff7fc4/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11RSAKeyFactory.java#L280
Well, this bug is about PKCS11 SecretKey. Maybe this line
On Fri, 17 Dec 2021 20:01:27 GMT, Stuart Marks wrote:
> Enable the security manager in rmiregistry's launcher arguments.
This pull request has now been integrated.
Changeset: 04ee9211
Author:Stuart Marks
URL:
https://git.openjdk.java.net/jdk18/commit/04ee9211fcc59178b3bfdfdda5e0def9
On Wed, 22 Dec 2021 01:18:58 GMT, Stuart Marks wrote:
>> Enable the security manager in rmiregistry's launcher arguments.
>
> Stuart Marks has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Change java.security.manager to "allow"; filter warni
This bug is similar to https://bugs.openjdk.java.net/browse/JDK-8244094
Currently, some of the files in the OpenJDK repo have Amazon copyright notices
which are all slightly different and do not conform to Amazons preferred
copyright notice which is simply (intentionally without copyright year):
On Wed, 22 Dec 2021 01:18:58 GMT, Stuart Marks wrote:
>> Enable the security manager in rmiregistry's launcher arguments.
>
> Stuart Marks has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Change java.security.manager to "allow"; filter warni