Add rc2 ciphers to default provider
authorShane Lontis <shane.lontis@oracle.com>
Tue, 8 Oct 2019 06:42:28 +0000 (16:42 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Tue, 8 Oct 2019 06:42:28 +0000 (16:42 +1000)
commitf816aa47ac140c3d083416aa9c1c396096d9a92c
tree4f05808fdef6fe5a921b00739a31f8e79f8ac403
parent089cb623be76b88a1eea6fcd135101037661bbc3
Add rc2 ciphers to default provider

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9991)
16 files changed:
crypto/err/openssl.txt
crypto/evp/evp_enc.c
doc/man7/provider-cipher.pod
include/openssl/core_names.h
providers/common/include/internal/ciphers/ciphercommon.h
providers/common/include/internal/provider_algs.h
providers/common/include/internal/providercommonerr.h
providers/common/provider_err.c
providers/default/ciphers/build.info
providers/default/ciphers/cipher_rc2.c [new file with mode: 0644]
providers/default/ciphers/cipher_rc2.h [new file with mode: 0644]
providers/default/ciphers/cipher_rc2_hw.c [new file with mode: 0644]
providers/default/defltprov.c
test/evp_test.c
test/recipes/30-test_evp.t
test/recipes/30-test_evp_data/evpciph_rc2.txt [new file with mode: 0644]