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.
2 parents abfe8e3 + bd537a7 commit 8a7b901Copy full SHA for 8a7b901
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