diff --git a/doc/ssl/SSL_CONF_CTX_set_flags.pod b/doc/ssl/SSL_CONF_CTX_set_flags.pod index 6f7bf11a8b9dce28213df3f03c117d70346e86b1..90d97e74f01dab1a9283c79bbd13826073cdfb8c 100644 --- a/doc/ssl/SSL_CONF_CTX_set_flags.pod +++ b/doc/ssl/SSL_CONF_CTX_set_flags.pod @@ -26,7 +26,7 @@ Currently the following B values are recognised: =over 4 -=item SSL_CONF_FLAG_FLAG_CMDLINE, SSL_CONF_FLAG_FLAG_FILE +=item SSL_CONF_FLAG_CMDLINE, SSL_CONF_FLAG_FILE recognise options intended for command line or configuration file use. At least one of these flags must be set. diff --git a/doc/ssl/SSL_CONF_cmd.pod b/doc/ssl/SSL_CONF_cmd.pod index 90446ebfe6600d1bfc68c1022f7b09c00d5484ff..0fbf0d75df9a488f6c642d57d60998ae9b649c9f 100644 --- a/doc/ssl/SSL_CONF_cmd.pod +++ b/doc/ssl/SSL_CONF_cmd.pod @@ -55,8 +55,8 @@ the value set for B<-sigalgs> will be used instead. =item B<-curves> -This sets the supported elliptic curves. For servers the curves are -sent using the supported curves extension for TLS v1.2. For clients it is used +This sets the supported elliptic curves. For clients the curves are +sent using the supported curves extension. For servers it is used to determine which curve to use. This setting affects curves used for both signatures and key exchange, if applicable. @@ -141,7 +141,7 @@ Note: the command prefix (if set) alters the recognised B values. =over 4 -=item B +=item B Sets the cipher suite list to B. Note: syntax checking of B is currently not performed unless an B or B structure is @@ -174,8 +174,8 @@ the value set for B will be used instead. =item B -This sets the supported elliptic curves. For servers the curves are -sent using the supported curves extension for TLS v1.2. For clients it is used +This sets the supported elliptic curves. For clients the curves are +sent using the supported curves extension. For servers it is used to determine which curve to use. This setting affects curves used for both signatures and key exchange, if applicable.