Merge pull request #219 from sstefonic/storeProtocol

Store protocol after handshake in SSLSession
pull/221/head
Chris Conlon 2024-09-05 13:42:23 -06:00 committed by GitHub
commit 7ee9c7d7f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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");