Skip to content

Commit

Permalink
s3_lib.c: add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev-0 committed Dec 7, 2023
1 parent c8d4993 commit aabec18
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ssl/s3_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ static SSL_CIPHER tls13_ciphers[] = {
64, /* CCM8 uses a short tag, so we have a low security strength */
128,
},
#ifndef OPENSSL_NO_MACCIPHERS
#ifndef OPENSSL_NO_INTEGRITY_ONLY_CIPHER
{
1,
TLS1_3_RFC_SHA256_SHA256,
Expand All @@ -122,13 +122,13 @@ static SSL_CIPHER tls13_ciphers[] = {
SSL_kANY,
SSL_aANY,
SSL_eNULL_HMAC_SHA256,
SSL_SHA256,
SSL_AEAD,
TLS1_3_VERSION, TLS1_3_VERSION,
0, 0,
SSL_NOT_DEFAULT | SSL_STRONG_NONE,
SSL_HANDSHAKE_MAC_SHA256,
256,
256,
256, /* TODO: Need to check */
256, /* TODO: Need to check */
}, {
1,
TLS1_3_RFC_SHA384_SHA384,
Expand All @@ -137,13 +137,13 @@ static SSL_CIPHER tls13_ciphers[] = {
SSL_kANY,
SSL_aANY,
SSL_eNULL_HMAC_SHA384,
SSL_SHA384,
SSL_AEAD,
TLS1_3_VERSION, TLS1_3_VERSION,
0, 0,
SSL_NOT_DEFAULT | SSL_STRONG_NONE,
SSL_HANDSHAKE_MAC_SHA384,
256,
256,
256, /* TODO: Need to check */
384, /* TODO: Need to check */
},
#endif
};
Expand Down

0 comments on commit aabec18

Please sign in to comment.