Re: RFR: 8293345: SunPKCS11 provider checks on PKCS11 Mechanism are problematic [v2]

2024-07-24 Thread dems54
On Thu, 27 Jun 2024 21:32:53 GMT, Valerie Peng wrote: >>> UP @valeriepeng possible to backport PKCS11 configuration attribute part on >>> JDK 17 or 21 ? >> >> I am not sure, let me check and get back to you. > >> UP @valeriepeng possible to backport PKCS11 configuration attribute part on >> JD

Re: RFR: 8293345: SunPKCS11 provider checks on PKCS11 Mechanism are problematic [v2]

2024-05-29 Thread dems54
On Tue, 16 Apr 2024 22:30:57 GMT, Valerie Peng wrote: >> What about testing? > > @mcpowers I am about to leave for vacation. Will wait for your review and > resume on this PR after I return. Thanks! UP @valeriepeng possible to backport PKCS11 configuration attribute part on JDK 17 or 21 ? --

Re: RFR: 8293345: SunPKCS11 provider checks on PKCS11 Mechanism are problematic [v2]

2024-05-10 Thread dems54
On Tue, 16 Apr 2024 22:30:57 GMT, Valerie Peng wrote: >> What about testing? > > @mcpowers I am about to leave for vacation. Will wait for your review and > resume on this PR after I return. Thanks! Many thanks @valeriepeng for this feature. Possible to backport on JDK 17 or 21 ? -

Re: RFR: 8293345: SunPKCS11 provider checks on PKCS11 Mechanism are problematic [v2]

2024-04-15 Thread dems54
On Tue, 9 Apr 2024 22:15:23 GMT, Valerie Peng wrote: >> What about testing? > >> What about testing? > > I tested the change manually by changing some behavior to simulate the case. > However, this cannot be done by regression test since NSS does not have > legacy mechanisms. @valeriepeng can