diff options
author | Pauli <pauli@openssl.org> | 2022-11-28 12:24:02 +1100 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2022-11-30 07:51:02 +1100 |
commit | abff8bd842b802c09b981b7552bd92ef1d0ced64 (patch) | |
tree | ca5b6f6047513c454e4c78322452130a0d0e3920 /doc | |
parent | edaab86dc001603741f5b5e406afc1cc3a1c4e6e (diff) | |
download | openssl-new-abff8bd842b802c09b981b7552bd92ef1d0ced64.tar.gz |
Update fips version check to be more robust
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/19777)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man7/EVP_CIPHER-AES.pod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/man7/EVP_CIPHER-AES.pod b/doc/man7/EVP_CIPHER-AES.pod index afb222f77b..cecd3c3021 100644 --- a/doc/man7/EVP_CIPHER-AES.pod +++ b/doc/man7/EVP_CIPHER-AES.pod @@ -29,7 +29,7 @@ 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-GCM-SIV", "AES-192-GCM-SIV" and "AES-256-GCM-SIV" =item "AES-128-XTS" and "AES-256-XTS" @@ -54,6 +54,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 |