summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2022-11-28 12:25:47 +1100
committerPauli <pauli@openssl.org>2022-11-30 07:52:57 +1100
commitd1aa7d11363ebb0dff080966f842fade91135eaa (patch)
tree369d473638fc11c81bb43eee6157e5e3aeeb6791
parente2758d1a39e07597ac89bdc7c6c507330c8866d5 (diff)
doc: fix location of AES-SIV ciphers
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/19776)
-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 b6a970b84c..2c790d9cbd 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-SIV", "AES-192-SIV" and "AES-256-SIV"
-
=item "AES-128-XTS" and "AES-256-XTS"
=item "AES-128-CCM", "AES-192-CCM" and "AES-256-CCM"
@@ -54,6 +52,8 @@ FIPS provider:
=item "AES-128-OCB", "AES-192-OCB" and "AES-256-OCB"
+=item "AES-128-SIV", "AES-192-SIV" and "AES-256-SIV"
+
=back
=head2 Parameters