diff options
author | Pauli <pauli@openssl.org> | 2022-11-28 01:27:37 +0100 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2022-11-29 21:50:33 +0100 |
commit | edaab86dc001603741f5b5e406afc1cc3a1c4e6e (patch) | |
tree | 41c87e52b67ec3aa90a636acbd91ffeb1c308f9b /doc/man7 | |
parent | doc: add note for sm4 xts (diff) | |
download | openssl-edaab86dc001603741f5b5e406afc1cc3a1c4e6e.tar.xz openssl-edaab86dc001603741f5b5e406afc1cc3a1c4e6e.zip |
aes: add AES-GCM-SIV modes to the FIPS provider
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/19777)
Diffstat (limited to 'doc/man7')
-rw-r--r-- | doc/man7/EVP_CIPHER-AES.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man7/EVP_CIPHER-AES.pod b/doc/man7/EVP_CIPHER-AES.pod index 6850b7fbab..afb222f77b 100644 --- a/doc/man7/EVP_CIPHER-AES.pod +++ b/doc/man7/EVP_CIPHER-AES.pod @@ -65,6 +65,10 @@ L<EVP_EncryptInit(3)/PARAMETERS>. L<provider-cipher(7)>, L<OSSL_PROVIDER-FIPS(7)>, L<OSSL_PROVIDER-default(7)> +=head1 HISTORY + +The GCM-SIV mode ciphers were added in OpenSSL version 3.2. + =head1 COPYRIGHT Copyright 2021 The OpenSSL Project Authors. All Rights Reserved. |