hg: jdk9/dev/jdk: 8132942: ServerHandshaker should not throw SSLHandshakeException when CertificateStatus constructor is called with invalid arguments
jamil.j.nimeh at oracle.com
jamil.j.nimeh at oracle.com
Fri Mar 11 18:55:13 UTC 2016
Changeset: 63c286f2751b
Author: jnimeh
Date: 2016-03-11 10:54 -0800
URL: http://hg.openjdk.java.net/jdk9/dev/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-dev-changes
mailing list