summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorJoachim Vandersmissen <git@jvdsn.com>2022-10-13 09:55:57 +0000
committerTomas Mraz <tomas@openssl.org>2022-10-17 12:23:46 +0200
commit7d3600a6c906c5f4cf81db95aec7b58b9d018c49 (patch)
tree1b9847f08338d1675aa2790d7af065d64f9a07a7 /doc/man7
parent5d32acf0f53c85e5da787035e47f775221486c64 (diff)
Fix documentation for OFB/OCB in the FIPS provider
CLA: trivial Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19408)
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 4cd59e4aae..6850b7fbab 100644
--- a/doc/man7/EVP_CIPHER-AES.pod
+++ b/doc/man7/EVP_CIPHER-AES.pod
@@ -27,7 +27,7 @@ default provider:
=item "AES-128-ECB", "AES-192-ECB" and "AES-256-ECB"
-=item "AES-192-OCB", "AES-128-OCB" and "AES-256-OCB"
+=item "AES-192-OFB", "AES-128-OFB" and "AES-256-OFB"
=item "AES-128-SIV", "AES-192-SIV" and "AES-256-SIV"
@@ -52,7 +52,7 @@ FIPS provider:
=over 4
-=item "AES-128-OFB", "AES-192-OFB" and "AES-256-OFB"
+=item "AES-128-OCB", "AES-192-OCB" and "AES-256-OCB"
=back