Re: Code Review Request JDK-8151856, Note that disabledAlgorithms override the same algorithms of legacyAlgorithm

2016-05-18 Thread Xuelei Fan
On 5/19/2016 4:39 AM, Sean Mullan wrote: > 719 # javax.net.ssl.SSLParameters.getAlgorithmConstraints()), > > I think it should be setAlgorithmConstraints. > Yes. Thanks, Xuelei > Otherwise, looks fine to me. > > --Sean > > On 05/18/2016 11:19 AM, Xuelei Fan wrote: >> Hi, >> >> Please review t

Re: Code Review Request JDK-8151856, Note that disabledAlgorithms override the same algorithms of legacyAlgorithm

2016-05-18 Thread Sean Mullan
719 # javax.net.ssl.SSLParameters.getAlgorithmConstraints()), I think it should be setAlgorithmConstraints. Otherwise, looks fine to me. --Sean On 05/18/2016 11:19 AM, Xuelei Fan wrote: Hi, Please review this spec update of the "jdk.tls.legacyAlgorithms" Security Property: http://cr.ope

Code Review Request JDK-8151856, Note that disabledAlgorithms override the same algorithms of legacyAlgorithm

2016-05-18 Thread Xuelei Fan
Hi, Please review this spec update of the "jdk.tls.legacyAlgorithms" Security Property: http://cr.openjdk.java.net/~xuelei/8151856/webrev/ This updated spec clarifies the impact between the "jdk.tls.legacyAlgorithms" and "jdk.tls.disabledAlgorithms" Security Properties. Thanks, Xuelei