Skip to content

Commit

Permalink
fixup! {tls1.h, evp, ciphercommon, implementations, names, ssl_local}…
Browse files Browse the repository at this point in the history
….h: update/add macros for integrity-only cipher.
  • Loading branch information
rajeev-0 committed Dec 13, 2023
1 parent d0fe347 commit f0b2859
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ssl/ssl_local.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@
# define SSL_ARIA256GCM 0x00200000U
# define SSL_MAGMA 0x00400000U
# define SSL_KUZNYECHIK 0x00800000U
# define SSL_eNULL_HMAC_SHA256 0x01000000U
# define SSL_eNULL_HMAC_SHA384 0x02000000U
# define SSL_eNULLHMACSHA256 0x01000000U
# define SSL_eNULLHMACSHA384 0x02000000U

# define SSL_AESGCM (SSL_AES128GCM | SSL_AES256GCM)
# define SSL_AESCCM (SSL_AES128CCM | SSL_AES256CCM | SSL_AES128CCM8 | SSL_AES256CCM8)
Expand All @@ -165,7 +165,7 @@
# define SSL_CBC (SSL_DES | SSL_3DES | SSL_RC2 | SSL_IDEA \
| SSL_AES128 | SSL_AES256 | SSL_CAMELLIA128 \
| SSL_CAMELLIA256 | SSL_SEED)
# define SSL_eNULL_HMAC (SSL_eNULL_HMAC_SHA256 | SSL_eNULL_HMAC_SHA384)
# define SSL_eNULLHMAC (SSL_eNULLHMACSHA256 | SSL_eNULLHMACSHA384)

/* Bits for algorithm_mac (symmetric authentication) */

Expand Down

0 comments on commit f0b2859

Please sign in to comment.