Add des ciphers to default provider
authorShane Lontis <shane.lontis@oracle.com>
Mon, 23 Sep 2019 04:35:16 +0000 (14:35 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Mon, 23 Sep 2019 04:35:16 +0000 (14:35 +1000)
commite3f3ee448f6c9d6765efc8739a09def8a04f0dc0
treea9fd41b14a0bdb9af70260f3e03e9ae0324df080
parenta941054ad7f5af9445896a37754ae451fad7ed98
Add des ciphers to default provider

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