Update SSL_CONF docs.
Fix some typos and update version number first added: it has now been backported to OpenSSL 1.0.2. (cherry picked from commit 4365e4aad97fa37e4a97eb2270a64c03e6547014)
This commit is contained in:
parent
f8a69166ed
commit
1510b1f4c2
@ -35,6 +35,6 @@ L<SSL_CONF_cmd_argv(3)|SSL_CONF_cmd_argv(3)>
|
|||||||
|
|
||||||
=head1 HISTORY
|
=head1 HISTORY
|
||||||
|
|
||||||
These functions were first added to OpenSSL 1.1.0
|
These functions were first added to OpenSSL 1.0.2
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@ -44,6 +44,6 @@ L<SSL_CONF_cmd_argv(3)|SSL_CONF_cmd_argv(3)>
|
|||||||
|
|
||||||
=head1 HISTORY
|
=head1 HISTORY
|
||||||
|
|
||||||
These functions were first added to OpenSSL 1.1.0
|
These functions were first added to OpenSSL 1.0.2
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@ -59,6 +59,6 @@ L<SSL_CONF_cmd_argv(3)|SSL_CONF_cmd_argv(3)>
|
|||||||
|
|
||||||
=head1 HISTORY
|
=head1 HISTORY
|
||||||
|
|
||||||
These functions were first added to OpenSSL 1.1.0
|
These functions were first added to OpenSSL 1.0.2
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@ -42,6 +42,6 @@ L<SSL_CONF_cmd_argv(3)|SSL_CONF_cmd_argv(3)>
|
|||||||
|
|
||||||
=head1 HISTORY
|
=head1 HISTORY
|
||||||
|
|
||||||
These functions were first added to OpenSSL 1.1.0
|
These functions were first added to OpenSSL 1.0.2
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@ -312,7 +312,7 @@ Set automatic support for any elliptic curve for key exchange:
|
|||||||
|
|
||||||
=head1 RETURN VALUES
|
=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
|
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
|
returns the number of arguments processed. This is useful when processing
|
||||||
command lines.
|
command lines.
|
||||||
@ -337,6 +337,6 @@ L<SSL_CONF_cmd_argv(3)|SSL_CONF_cmd_argv(3)>
|
|||||||
|
|
||||||
=head1 HISTORY
|
=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
|
=cut
|
||||||
|
@ -20,7 +20,7 @@ argument can be set to B<NULL> is it is not used.
|
|||||||
=head1 RETURN VALUES
|
=head1 RETURN VALUES
|
||||||
|
|
||||||
SSL_CONF_cmd_argv() returns the number of command arguments processed: 0, 1, 2
|
SSL_CONF_cmd_argv() returns the number of command arguments processed: 0, 1, 2
|
||||||
2 or a negative error code.
|
or a negative error code.
|
||||||
|
|
||||||
If -2 is returned then an argument for a command is missing.
|
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
|
=head1 HISTORY
|
||||||
|
|
||||||
These functions were first added to OpenSSL 1.1.0
|
These functions were first added to OpenSSL 1.0.2
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
Loading…
x
Reference in New Issue
Block a user