Loading ssl/record/rec_layer_s3.c +3 −1 Original line number Diff line number Diff line Loading @@ -839,7 +839,9 @@ int do_ssl3_write(SSL *s, int type, const unsigned char *buf, * and record version number > TLS 1.0 */ if (SSL_get_state(s) == TLS_ST_CW_CLNT_HELLO && !s->renegotiate && TLS1_get_version(s) > TLS1_VERSION) && !s->renegotiate && TLS1_get_version(s) > TLS1_VERSION && s->hello_retry_request == SSL_HRR_NONE) version = TLS1_VERSION; maxcomplen = pipelens[j]; Loading test/tls13ccstest.c +3 −1 Original line number Diff line number Diff line Loading @@ -118,7 +118,7 @@ static int watchccs_write(BIO *bio, const char *in, int inl) return 0; if (msgtype == SSL3_MT_CLIENT_HELLO) { chseen++; expectedrecvers = TLS1_VERSION; /* * Skip legacy_version (2 bytes) and Random (32 bytes) to read * session_id. Loading @@ -128,6 +128,8 @@ static int watchccs_write(BIO *bio, const char *in, int inl) return 0; if (chseen == 1) { expectedrecvers = TLS1_VERSION; /* Save the session id for later */ chsessidlen = PACKET_remaining(&sessionid); if (!PACKET_copy_bytes(&sessionid, chsessid, chsessidlen)) Loading Loading
ssl/record/rec_layer_s3.c +3 −1 Original line number Diff line number Diff line Loading @@ -839,7 +839,9 @@ int do_ssl3_write(SSL *s, int type, const unsigned char *buf, * and record version number > TLS 1.0 */ if (SSL_get_state(s) == TLS_ST_CW_CLNT_HELLO && !s->renegotiate && TLS1_get_version(s) > TLS1_VERSION) && !s->renegotiate && TLS1_get_version(s) > TLS1_VERSION && s->hello_retry_request == SSL_HRR_NONE) version = TLS1_VERSION; maxcomplen = pipelens[j]; Loading
test/tls13ccstest.c +3 −1 Original line number Diff line number Diff line Loading @@ -118,7 +118,7 @@ static int watchccs_write(BIO *bio, const char *in, int inl) return 0; if (msgtype == SSL3_MT_CLIENT_HELLO) { chseen++; expectedrecvers = TLS1_VERSION; /* * Skip legacy_version (2 bytes) and Random (32 bytes) to read * session_id. Loading @@ -128,6 +128,8 @@ static int watchccs_write(BIO *bio, const char *in, int inl) return 0; if (chseen == 1) { expectedrecvers = TLS1_VERSION; /* Save the session id for later */ chsessidlen = PACKET_remaining(&sessionid); if (!PACKET_copy_bytes(&sessionid, chsessid, chsessidlen)) Loading