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)
This commit is contained in:
Joachim Vandersmissen 2022-10-13 09:55:57 +00:00 committed by Tomas Mraz
parent 5d32acf0f5
commit 7d3600a6c9
1 changed files with 2 additions and 2 deletions

View 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