Re: RFR 8059313: Enable keytool NSS test on Mac

2014-10-06 Thread Vincent Ryan
JDK-8059627 now bundles NSS with our PKCS11 testsuite (just like on Windows) I know you have implemented a different solution for locating NSS on Max OSX for your keytool tests. FYI if you switch to using the bundled NSS then you no longer need to set DYLD_LIBRARY_PATH. It’s not a big saving but

Re: Linux getrandom() support

2014-10-06 Thread Bradford Wetmore
Worth looking into, but no plans at the moment. Do you have a link? Brad On 10/5/2014 7:44 PM, Bernd wrote: Hello, Is there already support for the upcoming getrandom() syscall in Linux 3.17 kernel planned? I guess this would be a good feature for SSL and the strong SecureRandom variant (b

Re: Linux getrandom() support

2014-10-06 Thread Bernd
Hello, I think this here is a good start. It shows good the background: http://lwn.net/Articles/605828/ the details have changed meanwhile, so the new proposed manpage has it: http://www.spinics.net/lists/linux-man/msg07010.html The biggie is, that you can use urandom semantic (i.e. not specif

Re: [9] RFR: 8037550: Update RFC references in javadoc to RFC 5280

2014-10-06 Thread Sean Mullan
Looks good to me. --Sean On 09/18/2014 06:27 PM, Jason Uh wrote: Please review this changeset, which updates references to RFC 3280 to RFC 5280. RFC 5280 has obsoleted 3280. http://cr.openjdk.java.net/~juh/8037550/webrev.03/ Thanks, Jason

Re: RFR 8059313: Enable keytool NSS test on Mac

2014-10-06 Thread Wang Weijun
I'll use your libs. Why is DYLD_LIBRARY_PATH not needed here? Some different linking method? Thanks Max On Oct 6, 2014, at 23:54, Vincent Ryan wrote: > JDK-8059627 now bundles NSS with our PKCS11 testsuite (just like on Windows) > > I know you have implemented a different solution for locatin