sniffer signals got change cipher
This commit is contained in:
parent
7fed36b09d
commit
1e7b579777
@ -2677,6 +2677,7 @@ doMessage:
|
|||||||
Trace(GOT_CHANGE_CIPHER_STR);
|
Trace(GOT_CHANGE_CIPHER_STR);
|
||||||
ssl->options.handShakeState = HANDSHAKE_DONE;
|
ssl->options.handShakeState = HANDSHAKE_DONE;
|
||||||
ssl->options.handShakeDone = 1;
|
ssl->options.handShakeDone = 1;
|
||||||
|
ssl->options.gotChangeCipher = 1;
|
||||||
break;
|
break;
|
||||||
case application_data:
|
case application_data:
|
||||||
Trace(GOT_APP_DATA_STR);
|
Trace(GOT_APP_DATA_STR);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user