Skip to content

Commit

Permalink
ciphername_test.c: add integrity-only cipher name
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev-0 committed Dec 13, 2023
1 parent f0b2859 commit e013153
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/ciphername_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,8 @@ static CIPHER_ID_NAME cipher_names[] = {
{0x1303, "TLS_CHACHA20_POLY1305_SHA256"},
{0x1304, "TLS_AES_128_CCM_SHA256"},
{0x1305, "TLS_AES_128_CCM_8_SHA256"},
{0xC0B4, "TLS_SHA256_SHA256"},
{0xC0B5, "TLS_SHA384_SHA384"},
{0xFEFE, "SSL_RSA_FIPS_WITH_DES_CBC_SHA"},
{0xFEFF, "SSL_RSA_FIPS_WITH_3DES_EDE_CBC_SHA"},
};
Expand Down

0 comments on commit e013153

Please sign in to comment.