Re: [8u-dev] Request to Review and for Approval to Backport 8192987 : keytool should remember real storetype if it is not provided

2018-01-02 Thread Weijun Wang
The code change looks fine to me. Thanks Max > On Jan 3, 2018, at 9:16 AM, Ivan Gerasimov wrote: > > Hello! > > I'd like to backport this fix to JDK 8u-dev. > > The patch did NOT apply cleanly, thus a Review request. > > Patched JDK builds fine on all platforms, the tests pass well. > > BUG

[8u-dev] Request to Review and for Approval to Backport 8192987 : keytool should remember real storetype if it is not provided

2018-01-02 Thread Ivan Gerasimov
Hello! I'd like to backport this fix to JDK 8u-dev. The patch did NOT apply cleanly, thus a Review request. Patched JDK builds fine on all platforms, the tests pass well. BUGURL: https://bugs.openjdk.java.net/browse/JDK-8192987 WEBREV: http://cr.openjdk.java.net/~igerasim/8192987/00/webrev/ JD

Howto extend JDK9 TLS-CipherSuites

2018-01-02 Thread Thomas Lußnig
Hi, with JDK 8 it was Possible to extend the List of Available CipherSuites by modify the sun.security.ssl.CipherSuite. With JDK9 and the module system this is not any more possible with an bootclasspath, is there any other way to do it? Disable module check or something ? Gruß Thomas Lußnig

Re: [11] CSR RFR 8193916: Remove deprecated javax.security.auth.Policy API

2018-01-02 Thread Sean Mullan
On 12/20/17 8:29 PM, Weijun Wang wrote: Please take a review at https://bugs.openjdk.java.net/browse/JDK-8193916 Looks good to me. I'm thinking about file an issue https://github.com/javaee/glassfish/issues requesting for the removal of javax.security.auth.Policy-related code. Is that