Add rc5 ciphers to default provider
authorShane Lontis <shane.lontis@oracle.com>
Thu, 3 Oct 2019 06:05:49 +0000 (16:05 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Thu, 3 Oct 2019 06:05:49 +0000 (16:05 +1000)
commit6a41156c20cbccc56c46bf6a5f7d2ac45cc1679a
treeacb2b71b15d5fe8b962ffb6141967cb4a379c201
parent0399aba7e05ea9bb1a58bd2e1b164f353f6ef1c9
Add rc5 ciphers to default provider

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10006)
18 files changed:
crypto/err/openssl.txt
crypto/evp/evp_enc.c
doc/man7/provider-cipher.pod
include/openssl/core_names.h
providers/common/ciphers/cipher_common.c
providers/common/ciphers/cipher_local.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_rc5.c [new file with mode: 0644]
providers/default/ciphers/cipher_rc5.h [new file with mode: 0644]
providers/default/ciphers/cipher_rc5_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_rc5.txt [new file with mode: 0644]