Add sm4 ciphers to default provider
authorShane Lontis <shane.lontis@oracle.com>
Thu, 19 Sep 2019 05:38:51 +0000 (15:38 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Thu, 19 Sep 2019 05:38:51 +0000 (15:38 +1000)
commit105dde2528d64b4af25c241288a985fdfc27afbc
treeed797163af31f173bc5d5a6c223206829ebed91a
parent639b53ecd82648fbb66a2ab7dabece7f15a1f730
Add sm4 ciphers to default provider

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