]> git.ipfire.org Git - thirdparty/openssl.git/commit - providers/common/include/internal/provider_algs.h
Add SEED ciphers to default provider
authorShane Lontis <shane.lontis@oracle.com>
Wed, 18 Sep 2019 12:13:59 +0000 (22:13 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Wed, 18 Sep 2019 12:13:59 +0000 (22:13 +1000)
commit70adc64632dde9359c8c1c23d01ef7f68d51382e
tree4a2773f14dde1e47f4920f0d3fb094e3cfba1415
parent9a92bf1bffad15ede5ac97d1f1705c3e2c249a98
Add SEED ciphers to default provider

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