diff options
author | Pauli <pauli@openssl.org> | 2023-02-20 23:20:43 +0100 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2023-02-22 01:29:02 +0100 |
commit | fdd4716dd61e3e8fce77c04987e9dc5df7be7d9d (patch) | |
tree | dc6a653769ea9ff9ceabca9716aefd7e2138c4c3 /doc/man7 | |
parent | update changes entry to note EdDSA is not FIPS approved (diff) | |
download | openssl-fdd4716dd61e3e8fce77c04987e9dc5df7be7d9d.tar.xz openssl-fdd4716dd61e3e8fce77c04987e9dc5df7be7d9d.zip |
update documentation to note that EdDSA is not FIPS approved
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20343)
Diffstat (limited to 'doc/man7')
-rw-r--r-- | doc/man7/OSSL_PROVIDER-FIPS.pod | 2 | ||||
-rw-r--r-- | doc/man7/fips_module.pod | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/man7/OSSL_PROVIDER-FIPS.pod b/doc/man7/OSSL_PROVIDER-FIPS.pod index ecab7fba34..23d53736ab 100644 --- a/doc/man7/OSSL_PROVIDER-FIPS.pod +++ b/doc/man7/OSSL_PROVIDER-FIPS.pod @@ -402,6 +402,8 @@ want to operate in a FIPS approved manner. The algorithms are: =item Triple DES CBC +=item EdDSA + =back =head1 SEE ALSO diff --git a/doc/man7/fips_module.pod b/doc/man7/fips_module.pod index 90c183abfc..c465dca56c 100644 --- a/doc/man7/fips_module.pod +++ b/doc/man7/fips_module.pod @@ -480,6 +480,8 @@ want to operate in a FIPS approved manner. The algorithms are: =item Triple DES CBC +=item EdDSA + =back =head1 SEE ALSO |