Add AES KW inverse ciphers to the EVP layer
authorShane Lontis <shane.lontis@oracle.com>
Thu, 29 Oct 2020 08:20:36 +0000 (18:20 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Sun, 1 Nov 2020 23:22:14 +0000 (09:22 +1000)
commit8ea761bf40e6578ecd95ec47772ef86a2e4d4607
tree991414f6fa02eaf2eee067652aa116db6d658200
parent769302a68bad66a29cc9b8e765bc2afb102172b1
Add AES KW inverse ciphers to the EVP layer

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13272)
CHANGES.md
include/openssl/evp.h
providers/defltprov.c
providers/fips/fipsprov.c
providers/implementations/ciphers/cipher_aes_wrp.c
providers/implementations/include/prov/implementations.h
test/recipes/30-test_evp.t
test/recipes/30-test_evp_data/evpciph_aes_common.txt
test/recipes/30-test_evp_data/evpciph_aes_wrap.txt [new file with mode: 0644]