Skip to content

Commit

Permalink
tls1.h, s3_lib.c: cosmetic update
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev-0 committed Nov 28, 2023
1 parent 1c9f89c commit 824e76b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions include/openssl/tls1.h
Original file line number Diff line number Diff line change
Expand Up @@ -623,8 +623,8 @@ int SSL_CTX_set_tlsext_ticket_key_evp_cb
# define TLS1_3_CK_AES_128_CCM_8_SHA256 0x03001305

/* TLS v1.3 authentication and integrity-only ciphersuites from RFC 9150 */
# define TLS1_3_CK_MACCIPHERS_SHA256_SHA256 0x0300C0B4
# define TLS1_3_CK_MACCIPHERS_SHA384_SHA384 0x0300C0B5
# define TLS1_3_CK_MACCIPHERS_SHA256_SHA256 0x0300C0B4
# define TLS1_3_CK_MACCIPHERS_SHA384_SHA384 0x0300C0B5

/* Aria ciphersuites from RFC6209 */
# define TLS1_CK_RSA_WITH_ARIA_128_GCM_SHA256 0x0300C050
Expand Down
4 changes: 2 additions & 2 deletions ssl/s3_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ static SSL_CIPHER tls13_ciphers[] = {
#ifndef OPENSSL_NO_MACCIPHERS
{
1,
TLS1_3_TXT_MACCIPHERS_SHA256_SHA256,
TLS1_3_RFC_MACCIPHERS_SHA256_SHA256,
TLS1_3_RFC_MACCIPHERS_SHA256_SHA256,
TLS1_3_CK_MACCIPHERS_SHA256_SHA256,
SSL_kANY,
Expand All @@ -131,7 +131,7 @@ static SSL_CIPHER tls13_ciphers[] = {
256,
}, {
1,
TLS1_3_TXT_MACCIPHERS_SHA384_SHA384,
TLS1_3_RFC_MACCIPHERS_SHA384_SHA384,
TLS1_3_RFC_MACCIPHERS_SHA384_SHA384,
TLS1_3_CK_MACCIPHERS_SHA384_SHA384,
SSL_kANY,
Expand Down

0 comments on commit 824e76b

Please sign in to comment.