summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-02-27 09:31:58 +0100
committerPauli <pauli@openssl.org>2023-03-01 08:35:01 +0100
commit977950bf385a3b12a09f03444bf7a213eacbba14 (patch)
tree20b1270c16cc70ea1e6a9dffff3731758e6052ae /doc/man7
parentRemove AES SIV ciphers from the FIPS provider (diff)
downloadopenssl-977950bf385a3b12a09f03444bf7a213eacbba14.tar.xz
openssl-977950bf385a3b12a09f03444bf7a213eacbba14.zip
Update AES documentation excluding AES SIV from the FIPS provider
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/20386)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/EVP_CIPHER-AES.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man7/EVP_CIPHER-AES.pod b/doc/man7/EVP_CIPHER-AES.pod
index cecd3c3021..04d269295b 100644
--- a/doc/man7/EVP_CIPHER-AES.pod
+++ b/doc/man7/EVP_CIPHER-AES.pod
@@ -29,8 +29,6 @@ default provider:
=item "AES-192-OFB", "AES-128-OFB" and "AES-256-OFB"
-=item "AES-128-GCM-SIV", "AES-192-GCM-SIV" and "AES-256-GCM-SIV"
-
=item "AES-128-XTS" and "AES-256-XTS"
=item "AES-128-CCM", "AES-192-CCM" and "AES-256-CCM"
@@ -56,6 +54,8 @@ FIPS provider:
=item "AES-128-SIV", "AES-192-SIV" and "AES-256-SIV"
+=item "AES-128-GCM-SIV", "AES-192-GCM-SIV" and "AES-256-GCM-SIV"
+
=back
=head2 Parameters