Merge pull request #219 from sstefonic/storeProtocol
Store protocol after handshake in SSLSessionpull/221/head
commit
7ee9c7d7f9
|
@ -1258,6 +1258,7 @@ public class WolfSSLEngine extends SSLEngine {
|
|||
if (ssl.handshakeDone() && this.toSend == null) {
|
||||
this.handshakeFinished = true;
|
||||
hs = SSLEngineResult.HandshakeStatus.FINISHED;
|
||||
this.engineHelper.getSession().updateStoredSessionValues();
|
||||
|
||||
WolfSSLDebug.log(getClass(), WolfSSLDebug.INFO,
|
||||
"SSL/TLS handshake finished");
|
||||
|
|
Loading…
Reference in New Issue