Re: RFR [12]: 8191136: Remove deprecated java.security.{Certificate,Identity,IdentityScope,Signer} APIs

2018-10-26 Thread Sean Mullan
On 10/26/18 4:10 PM, Sean Mullan wrote: Please remove this change to remove the Certificate, Identity, Typo above - s/remove this change/review this change/ Must be Friday ... ;) --Sean IdentityScope, and Signer APIs. These APIs were marked for removal in Java SE 10. They have been depreca

RFR [12]: 8191136: Remove deprecated java.security.{Certificate,Identity,IdentityScope,Signer} APIs

2018-10-26 Thread Sean Mullan
Please remove this change to remove the Certificate, Identity, IdentityScope, and Signer APIs. These APIs were marked for removal in Java SE 10. They have been deprecated since Java SE 1.2, and have long been superseded by other security APIs. Several SecurityPermission targets and one security

Re: RFR 6913047: SunPKCS11 memory leak

2018-10-26 Thread Martin Balao
Hi Valerie, I fixed all previously discussed issues in Webrev.13: * http://cr.openjdk.java.net/~mbalao/webrevs/6913047/6913047.webrev.13/ * http://cr.openjdk.java.net/~mbalao/webrevs/6913047/6913047.webrev.13.zip In addition to that, I fixed a couple of bugs introduced in p11_keymgmt.c. In Ja

Re: RFR 8213007: Update the link in test/jdk/sun/security/provider/SecureRandom/DrbgCavp.java

2018-10-26 Thread Sean Mullan
On 10/26/18 9:43 AM, Weijun Wang wrote: On Oct 26, 2018, at 8:17 PM, Sean Mullan wrote: I get a "Page Not Found" error for https://csrc.nist.gov/projects/cryptographic-algorithm-validation-program/documents/drbg/drbgtestvectors.zip This works: https://csrc.nist.gov/CSRC/media/Projects/Cry

Re: RFR 8213007: Update the link in test/jdk/sun/security/provider/SecureRandom/DrbgCavp.java

2018-10-26 Thread Weijun Wang
> On Oct 26, 2018, at 8:17 PM, Sean Mullan wrote: > > I get a "Page Not Found" error for > https://csrc.nist.gov/projects/cryptographic-algorithm-validation-program/documents/drbg/drbgtestvectors.zip > > This works: > > https://csrc.nist.gov/CSRC/media/Projects/Cryptographic-Algorithm-Valid

Re: RFR 8213007: Update the link in test/jdk/sun/security/provider/SecureRandom/DrbgCavp.java

2018-10-26 Thread Sean Mullan
I get a "Page Not Found" error for https://csrc.nist.gov/projects/cryptographic-algorithm-validation-program/documents/drbg/drbgtestvectors.zip This works: https://csrc.nist.gov/CSRC/media/Projects/Cryptographic-Algorithm-Validation-Program/documents/drbg/drbgtestvectors.zip --Sean On 10/25/1