Add AES SIV ciphers to default provider
authorShane Lontis <shane.lontis@oracle.com>
Fri, 8 Nov 2019 02:14:44 +0000 (12:14 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Fri, 8 Nov 2019 02:14:44 +0000 (12:14 +1000)
commiteb173822b2c02122844f4ffe89e38fe8e6d04697
treeb4a7e4e9a8a5d9ef96b629eb74dac1120bbbeb16
parent1427d33cee59d6fe54efe1b5a322a1d7c8c03c20
Add AES SIV ciphers to default provider

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10120)
crypto/evp/evp_enc.c
doc/man7/provider-cipher.pod
include/openssl/core_names.h
providers/defltprov.c
providers/implementations/ciphers/build.info
providers/implementations/ciphers/cipher_aes_siv.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_siv.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_siv_hw.c [new file with mode: 0644]
providers/implementations/include/prov/implementations.h
test/recipes/30-test_evp.t