summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBenjamin Kaduk <bkaduk@akamai.com>2018-01-26 09:23:57 -0600
committerBenjamin Kaduk <bkaduk@akamai.com>2018-01-26 09:23:57 -0600
commitcf8e9233f0139f8ebacbfd4fa34ccf410ec8430c (patch)
treee2d1268bd4aff61243e1c60520575cddd7394d02 /doc
parent36c91d13d1272f90a722a67a2ded97706fdff102 (diff)
Catch some more old sigalg names in comments
Make the sigalg name in comments reflect one that actually exists in the draft standard. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5174)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/SSL_CTX_set1_sigalgs.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/SSL_CTX_set1_sigalgs.pod b/doc/man3/SSL_CTX_set1_sigalgs.pod
index a634eb8821..74d06989e1 100644
--- a/doc/man3/SSL_CTX_set1_sigalgs.pod
+++ b/doc/man3/SSL_CTX_set1_sigalgs.pod
@@ -78,7 +78,7 @@ The short or long name values for digests can be used in a string (for
example "MD5", "SHA1", "SHA224", "SHA256", "SHA384", "SHA512") and
the public key algorithm strings "RSA", "RSA-PSS", "DSA" or "ECDSA".
-The TLS 1.3 signature scheme names (such as "rsa_pss_sha256") can also
+The TLS 1.3 signature scheme names (such as "rsa_pss_pss_sha256") can also
be used with the B<_list> forms of the API.
The use of MD5 as a digest is strongly discouraged due to security weaknesses.