Skip to content

Commit

Permalink
address PR feedback
Browse files Browse the repository at this point in the history
- remove check for s2n_hmac_is_available(S2N_HMAC_SSLv3_SHA1)
  • Loading branch information
jouho committed Jul 30, 2024
1 parent 7b3584b commit 2ce2a34
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/unit/s2n_sslv3_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,6 @@ int main(int argc, char **argv)
{
BEGIN_TEST();

if (!s2n_hmac_is_available(S2N_HMAC_SSLv3_SHA1)) {
/* AWS-LC should support SSLv3. */
EXPECT_FALSE(s2n_libcrypto_is_awslc());

/* Other libcryptos may not support SSLv3, so the tests are skipped. */
END_TEST();
}

DEFER_CLEANUP(struct s2n_cert_chain_and_key *rsa_chain_and_key = NULL, s2n_cert_chain_and_key_ptr_free);
EXPECT_SUCCESS(s2n_test_cert_chain_and_key_new(&rsa_chain_and_key,
S2N_DEFAULT_TEST_CERT_CHAIN, S2N_DEFAULT_TEST_PRIVATE_KEY));
Expand Down

0 comments on commit 2ce2a34

Please sign in to comment.