Re: [9] RFC: 8061798: Add support for TLS_FALLBACK_SCSV (RFC 7507)

2015-08-05 Thread Florian Weimer
On 06/16/2015 05:49 AM, Xuelei Fan wrote: > On 6/15/2015 5:58 PM, Florian Weimer wrote: >> On 06/03/2015 03:56 AM, Xuelei Fan wrote: >> >>> I can sponsor you for the specification update approval and changeset >>> integration if needed. >> >> I'd really appreciate that. Still applies, thanks. >>>

RFR: 8132330: Ineffective SecureRandom usage in RSA encoding with PKCS1Padding

2015-08-05 Thread Sergey Kuksenko
Hi All, Please review changes to the following performance improvement: https://bugs.openjdk.java.net/browse/JDK-8132330 Webrev: http://cr.openjdk.java.net/~skuksenko/crypto/8132330/webrev.02/ Sponsorship is required. -- Currently sun.security.rsa.RSAPadding::padV15 uses fixed size (64 by

Re: [9] RFR: 8075299: Additional tests for 6857795

2015-08-05 Thread Weijun Wang
Hi Artem First, you shouldn't need any @modules here, the sun/security/krb5/auto already contains a TEST.properties file covering everything. For the same reason, you should place KinitConfPlusProps.java somewhere inside auto. If you think a subdir is better, put it into auto/tools. Back to

[9] RFR: 8075299: Additional tests for 6857795

2015-08-05 Thread Artem Smotrakov
Hello, Please review a couple of new tests which checks if krb5 settings are read correctly from conf file and system properties. Bug: https://bugs.openjdk.java.net/browse/JDK-8075299 Webrev: http://cr.openjdk.java.net/~asmotrak/8075299/webrev.00/ Artem