We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abfe8e3 commit bd537a7Copy full SHA for bd537a7
tls/s2n_client_hello.c
@@ -57,7 +57,7 @@ int s2n_client_hello_recv(struct s2n_connection *conn)
57
}
58
conn->client_hello_version = conn->client_protocol_version;
59
60
- if (session_id_len > 32) {
+ if (session_id_len > S2N_TLS_SESSION_ID_LEN) {
61
S2N_ERROR(S2N_ERR_BAD_MESSAGE);
62
63
0 commit comments