Skip to content

Commit

Permalink
defltprov.c:add TLS_SHA{256,384}_SHA{256,384} to default ciphersuites
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev-0 committed Nov 28, 2023
1 parent cc7ee46 commit 646e9d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions providers/defltprov.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ static const OSSL_ALGORITHM deflt_digests[] = {

static const OSSL_ALGORITHM_CAPABLE deflt_ciphers[] = {
ALG(PROV_NAMES_NULL, ossl_null_functions),
#ifndef OPENSSL_NO_MACCIPHERS
ALG(PROV_NAMES_MACCIPHER_SHA256, ossl_hmac_sha256_functions),
ALG(PROV_NAMES_MACCIPHER_SHA384, ossl_null_functions),
#endif
ALG(PROV_NAMES_AES_256_ECB, ossl_aes256ecb_functions),
ALG(PROV_NAMES_AES_192_ECB, ossl_aes192ecb_functions),
ALG(PROV_NAMES_AES_128_ECB, ossl_aes128ecb_functions),
Expand Down

0 comments on commit 646e9d5

Please sign in to comment.