Update SSL_CONF docs.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 26 Feb 2013 15:27:56 +0000 (15:27 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 26 Feb 2013 15:29:11 +0000 (15:29 +0000)
Fix some typos and update version number first added: it has now been
backported to OpenSSL 1.0.2.

doc/ssl/SSL_CONF_CTX_new.pod
doc/ssl/SSL_CONF_CTX_set1_prefix.pod
doc/ssl/SSL_CONF_CTX_set_flags.pod
doc/ssl/SSL_CONF_CTX_set_ssl_ctx.pod
doc/ssl/SSL_CONF_cmd.pod
doc/ssl/SSL_CONF_cmd_argv.pod

index 1ae4ac627e356324601b0dd7e5cfb81b1dba4df0..a9ccb049f4f24a45fe4d843cbf9fa651b17e7f90 100644 (file)
@@ -35,6 +35,6 @@ L<SSL_CONF_cmd_argv(3)|SSL_CONF_cmd_argv(3)>
 
 =head1 HISTORY
 
-These functions were first added to OpenSSL 1.1.0
+These functions were first added to OpenSSL 1.0.2
 
 =cut
index 3b165db89bb9c5c9d91b6926527b37456db84bd2..76990188d154a2ea6785af106f3af616f056ef17 100644 (file)
@@ -44,6 +44,6 @@ L<SSL_CONF_cmd_argv(3)|SSL_CONF_cmd_argv(3)>
 
 =head1 HISTORY
 
-These functions were first added to OpenSSL 1.1.0
+These functions were first added to OpenSSL 1.0.2
 
 =cut
index 90d97e74f01dab1a9283c79bbd13826073cdfb8c..cc3d20e7ece9742d150a4d7f6d79d52e2409f9a0 100644 (file)
@@ -59,6 +59,6 @@ L<SSL_CONF_cmd_argv(3)|SSL_CONF_cmd_argv(3)>
 
 =head1 HISTORY
 
-These functions were first added to OpenSSL 1.1.0
+These functions were first added to OpenSSL 1.0.2
 
 =cut
index cfb7cb2599db9a04c7d9e0d10df05e6f9bceb525..4fc8f06d9eae656139c265b37c42cdb6ee078f2d 100644 (file)
@@ -42,6 +42,6 @@ L<SSL_CONF_cmd_argv(3)|SSL_CONF_cmd_argv(3)>
 
 =head1 HISTORY
 
-These functions were first added to OpenSSL 1.1.0
+These functions were first added to OpenSSL 1.0.2
 
 =cut
index 0fbf0d75df9a488f6c642d57d60998ae9b649c9f..5952072f9eed52db8465d6e4cdd327d3d9463bde 100644 (file)
@@ -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
index 8d495ba5cbb0ba41987047dd8aff0891f21f45e1..246eaa5bd341a4e6e828679409009f4310efddac 100644 (file)
@@ -20,7 +20,7 @@ argument can be set to B<NULL> is it is not used.
 =head1 RETURN VALUES
 
 SSL_CONF_cmd_argv() returns the number of command arguments processed: 0, 1, 2
-or a negative error code.
+or a negative error code.
 
 If -2 is returned then an argument for a command is missing.
 
@@ -37,6 +37,6 @@ L<SSL_CONF_cmd(3)|SSL_CONF_cmd(3)>
 
 =head1 HISTORY
 
-These functions were first added to OpenSSL 1.1.0
+These functions were first added to OpenSSL 1.0.2
 
 =cut