hg: jdk9/sandbox/jdk: 8132942: ServerHandshaker should not throw SSLHandshakeException when CertificateStatus constructor is called with invalid arguments
chris.hegarty at oracle.com
chris.hegarty at oracle.com
Fri Mar 11 19:01:14 UTC 2016
Changeset: 63c286f2751b
Author: jnimeh
Date: 2016-03-11 10:54 -0800
URL: http://hg.openjdk.java.net/jdk9/sandbox/jdk/rev/63c286f2751b
8132942: ServerHandshaker should not throw SSLHandshakeException when CertificateStatus constructor is called with invalid arguments
Summary: Performs argument checking on inputs to the CertificateStatus constructor in order to eliminate the need for exception processing. Also pulls stapling processing logic out to its own method.
Reviewed-by: xuelei
! src/java.base/share/classes/sun/security/ssl/HandshakeMessage.java
! src/java.base/share/classes/sun/security/ssl/ServerHandshaker.java
More information about the jdk9-sandbox-changes
mailing list