Skip to content

Commit

Permalink
chore: remove rc4 from all_tls12_cipher_suites
Browse files Browse the repository at this point in the history
  • Loading branch information
dougch committed Feb 26, 2025
1 parent f2e9181 commit 140c96a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tls/s2n_cipher_suites.c
Original file line number Diff line number Diff line change
Expand Up @@ -829,8 +829,6 @@ const struct s2n_cipher_preferences cipher_preferences_test_all = {
/* All TLS12 Cipher Suites */

static struct s2n_cipher_suite *s2n_all_tls12_cipher_suites[] = {
&s2n_rsa_with_rc4_128_md5, /* 0x00,0x04 */
&s2n_rsa_with_rc4_128_sha, /* 0x00,0x05 */
&s2n_rsa_with_3des_ede_cbc_sha, /* 0x00,0x0A */
&s2n_dhe_rsa_with_3des_ede_cbc_sha, /* 0x00,0x16 */
&s2n_rsa_with_aes_128_cbc_sha, /* 0x00,0x2F */
Expand Down

0 comments on commit 140c96a

Please sign in to comment.