]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix documentation for OFB/OCB in the FIPS provider
authorJoachim Vandersmissen <git@jvdsn.com>
Thu, 13 Oct 2022 09:55:57 +0000 (09:55 +0000)
committerTomas Mraz <tomas@openssl.org>
Mon, 17 Oct 2022 10:23:46 +0000 (12:23 +0200)
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)

doc/man7/EVP_CIPHER-AES.pod

index 4cd59e4aaefc402eaec495467563917d22ccc51d..6850b7fbab22ca73ce372726db532fc16b28e554 100644 (file)
@@ -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