hg: jdk9/sandbox/jdk: 8133632: javax.net.ssl.SSLEngine does not properly handle received SSL fatal alerts

chris.hegarty at oracle.com chris.hegarty at oracle.com
Thu Nov 3 22:31:02 UTC 2016


Changeset: 40620d84d55d
Author:    jnimeh
Date:      2016-11-03 15:18 -0700
URL:       http://hg.openjdk.java.net/jdk9/sandbox/jdk/rev/40620d84d55d

8133632: javax.net.ssl.SSLEngine does not properly handle received SSL fatal alerts
Summary: Upon receiving a fatal alert, make sure the input and output queues are closed and the engine is in the NOT_HANDSHAKING state.
Reviewed-by: xuelei

! src/java.base/share/classes/sun/security/ssl/SSLEngineImpl.java
+ test/javax/net/ssl/SSLEngine/EngineCloseOnAlert.java



More information about the jdk9-sandbox-changes mailing list