Update docs to mention "BEGIN SERVERINFO FOR ".
[oweals/openssl.git] / doc / ssl / SSL_CONF_cmd.pod
index 90446ebfe6600d1bfc68c1022f7b09c00d5484ff..5952072f9eed52db8465d6e4cdd327d3d9463bde 100644 (file)
@@ -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<cmd> values.
 
 =over 4
 
-=item B<CipherSuite>
+=item B<CipherString>
 
 Sets the cipher suite list to B<value>. Note: syntax checking of B<value> is
 currently not performed unless an B<SSL> or B<SSL_CTX> structure is 
@@ -174,8 +174,8 @@ the value set for B<SignatureAlgorithms> 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.
 
@@ -312,7 +312,7 @@ Set automatic support for any elliptic curve for key exchange:
 
 =head1 RETURN VALUES
 
-SSL_CONF_cmd() return 1 if the value of B<cmd> is recognised and B<value> is
+SSL_CONF_cmd() returns 1 if the value of B<cmd> is recognised and B<value> is
 B<NOT> used and 2 if both B<cmd> and B<value> are used. In other words it
 returns the number of arguments processed. This is useful when processing
 command lines.
@@ -337,6 +337,6 @@ L<SSL_CONF_cmd_argv(3)|SSL_CONF_cmd_argv(3)>
 
 =head1 HISTORY
 
-SSL_CONF_cmd() was first added to OpenSSL 1.1.0
+SSL_CONF_cmd() was first added to OpenSSL 1.0.2
 
 =cut