From ff20db213d5acb0961d5c05011d877073088133f Mon Sep 17 00:00:00 2001 From: Viktor Dukhovni Date: Tue, 18 Feb 2025 20:41:13 +1100 Subject: [PATCH] Typo fix Reviewed-by: Tomas Mraz Reviewed-by: Tim Hudson Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/26813) --- doc/man3/SSL_CONF_cmd.pod | 4 ++-- doc/man3/SSL_CTX_set1_sigalgs.pod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/man3/SSL_CONF_cmd.pod b/doc/man3/SSL_CONF_cmd.pod index ed4c2c083c7..acc8808cca6 100644 --- a/doc/man3/SSL_CONF_cmd.pod +++ b/doc/man3/SSL_CONF_cmd.pod @@ -127,7 +127,7 @@ in TLSv1.3, specified using the IETF name, e.g., B, B, or B. Additional providers may make available further algorithms via the TLS-SIGALG capability. Signature scheme names and public key algorithm names (but not the hash names) -in the B form are case-insensitive. +in the B form are case-insensitive. See L. If this option is not set then all signature algorithms supported by all @@ -421,7 +421,7 @@ B is one of the signature schemes defined in TLSv1.3, specified using the IANA name, e.g., B, B, or B. Signature scheme names and public key algorithm names (but not the hash names) -in the B form are case-insensitive. +in the B form are case-insensitive. Additional providers may make available further signature schemes via the TLS_SIGALG capability. See L. diff --git a/doc/man3/SSL_CTX_set1_sigalgs.pod b/doc/man3/SSL_CTX_set1_sigalgs.pod index e6380aac2b9..895556bdc57 100644 --- a/doc/man3/SSL_CTX_set1_sigalgs.pod +++ b/doc/man3/SSL_CTX_set1_sigalgs.pod @@ -35,7 +35,7 @@ elements, where each element is either a combination of a public key algorithm and a digest separated by B<+>, or a TLS 1.3-style named SignatureScheme such as rsa_pss_pss_sha256. Signature scheme names and public key algorithm names (but not the digest -names) in the B form are case-insensitive. +names) in the B form are case-insensitive. If a list entry is preceded with the C character, it will be ignored if an implementation is missing. -- 2.47.3