TLS ALPN Proposal v5

2015-09-18 Thread Bradford Wetmore
Hi all, On 9/7/2015 7:18 AM, Simone Bordet wrote: On Mon, Sep 7, 2015 at 5:54 AM, Bradford Wetmore wrote: In general, if the ciphersuites aren't ordered properly, that should be considered a configuration error on the part of the application(s). However, this dynamic ALPN selection approach

Re: RFR 8130648: JCK test api/java_security/AuthProvider/ProviderTests_login starts failing after JDK-7191662

2015-09-18 Thread Valerie Peng
Sean, I have updated the webrev based on your suggestions and CCC has also been filed: Webrev: http://cr.openjdk.java.net/~valeriep/8130648/webrev.00/ http://ccc.us.oracle.com/8130648 Thanks, Valerie On 7/21/2015 5:03 PM, Valerie Peng wrote: Anyone can help review this? As part of 7191662,

Re: RFR 8050402: Tests to check for use of policy files

2015-09-18 Thread Amanda Jiang
Hi Sean, Thanks for your comments. Tests has been updated by your comments. For one test case, which needs to create and sign a jar file, then add signed jar file to classpatth, so I create another java file for that test case. Please check new webrev below and let me know your suggestions.

Re: [9] request for review: 8136534: Loading JKS keystore using non-null InputStream results in closed stream

2015-09-18 Thread Sean Mullan
Looks fine to me. --Sean On 09/16/2015 03:12 PM, Vincent Ryan wrote: Please review this JDK 9 fix to stop KeyStore.load from closing the input stream passed to it. Thanks. Bug: https://bugs.openjdk.java.net/browse/JDK-8136534 Webrev: http://cr.openjdk.java.net/~vinnie/8136534/webrev.00/