]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add aes_xts cipher to providers
authorShane Lontis <shane.lontis@oracle.com>
Fri, 13 Sep 2019 23:27:49 +0000 (09:27 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Fri, 13 Sep 2019 23:27:49 +0000 (09:27 +1000)
commit3a9f26f3308c5b3e59ec0e589310fd137b0399f6
tree7eee906072dbc4679fbb2007ab8bf14f4ee91637
parent88d870824f1f913877f0f978ae60879575daf56d
Add aes_xts cipher to providers

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9327)
13 files changed:
crypto/err/openssl.txt
crypto/evp/evp_enc.c
crypto/modes/build.info
providers/common/ciphers/build.info
providers/common/ciphers/cipher_aes_xts.c [new file with mode: 0644]
providers/common/ciphers/cipher_aes_xts.h [new file with mode: 0644]
providers/common/ciphers/cipher_aes_xts_hw.c [new file with mode: 0644]
providers/common/include/internal/provider_algs.h
providers/common/include/internal/providercommonerr.h
providers/common/provider_err.c
providers/default/defltprov.c
providers/fips/fipsprov.c
test/recipes/30-test_evp_data/evpciph.txt