]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/recipes/30-test_evp.t
Add rc4 cipher to default provider
authorShane Lontis <shane.lontis@oracle.com>
Wed, 25 Sep 2019 00:46:39 +0000 (10:46 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Wed, 25 Sep 2019 00:46:39 +0000 (10:46 +1000)
commitbafde18324a5cd75c939624bad0c0498c6010315
treeb789734290158e98bbd17d72875797d15761ec72
parent7c2a981ff7ca721a85687dcd972d54361434806f
Add rc4 cipher to default provider

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9992)
crypto/evp/evp_enc.c
providers/common/include/internal/provider_algs.h
providers/default/ciphers/build.info
providers/default/ciphers/cipher_rc4.c [new file with mode: 0644]
providers/default/ciphers/cipher_rc4.h [new file with mode: 0644]
providers/default/ciphers/cipher_rc4_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_rc4.txt [new file with mode: 0644]