Add cast5 ciphers to default provider
authorShane Lontis <shane.lontis@oracle.com>
Wed, 18 Sep 2019 08:55:11 +0000 (18:55 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Wed, 18 Sep 2019 08:55:11 +0000 (18:55 +1000)
commit18b0042731c739855cddf1f296b0b5a536ef88a3
tree0829b995cbcf2b1b339bb86feba5be10ee5d332a
parentfddb1847b1d53ead95678cbe21004c03c88d506d
Add cast5 ciphers to default provider

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9929)
crypto/evp/evp_enc.c
providers/common/include/internal/provider_algs.h
providers/default/ciphers/build.info
providers/default/ciphers/cipher_cast.h [new file with mode: 0644]
providers/default/ciphers/cipher_cast5.c [new file with mode: 0644]
providers/default/ciphers/cipher_cast5_hw.c [new file with mode: 0644]
providers/default/defltprov.c
test/recipes/30-test_evp.t
test/recipes/30-test_evp_data/evpciph_cast5.txt [new file with mode: 0644]