summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/doc/ssl/SSL_CTX_new.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/doc/ssl/SSL_CTX_new.pod')
-rw-r--r--src/lib/libssl/src/doc/ssl/SSL_CTX_new.pod11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/lib/libssl/src/doc/ssl/SSL_CTX_new.pod b/src/lib/libssl/src/doc/ssl/SSL_CTX_new.pod
index e166c692c3..465220a75c 100644
--- a/src/lib/libssl/src/doc/ssl/SSL_CTX_new.pod
+++ b/src/lib/libssl/src/doc/ssl/SSL_CTX_new.pod
@@ -33,9 +33,9 @@ understand SSLv2 client hello messages.
33=item SSLv3_method(void), SSLv3_server_method(void), SSLv3_client_method(void) 33=item SSLv3_method(void), SSLv3_server_method(void), SSLv3_client_method(void)
34 34
35A TLS/SSL connection established with these methods will only understand the 35A TLS/SSL connection established with these methods will only understand the
36SSLv3 and TLSv1 protocol. A client will send out SSLv3 client hello messages 36SSLv3 protocol. A client will send out SSLv3 client hello messages
37and will indicate that it also understands TLSv1. A server will only understand 37and will indicate that it only understands SSLv3. A server will only understand
38SSLv3 and TLSv1 client hello messages. This especially means, that it will 38SSLv3 client hello messages. This especially means, that it will
39not understand SSLv2 client hello messages which are widely used for 39not understand SSLv2 client hello messages which are widely used for
40compatibility reasons, see SSLv23_*_method(). 40compatibility reasons, see SSLv23_*_method().
41 41
@@ -46,7 +46,8 @@ TLSv1 protocol. A client will send out TLSv1 client hello messages
46and will indicate that it only understands TLSv1. A server will only understand 46and will indicate that it only understands TLSv1. A server will only understand
47TLSv1 client hello messages. This especially means, that it will 47TLSv1 client hello messages. This especially means, that it will
48not understand SSLv2 client hello messages which are widely used for 48not understand SSLv2 client hello messages which are widely used for
49compatibility reasons, see SSLv23_*_method(). 49compatibility reasons, see SSLv23_*_method(). It will also not understand
50SSLv3 client hello messages.
50 51
51=item SSLv23_method(void), SSLv23_server_method(void), SSLv23_client_method(void) 52=item SSLv23_method(void), SSLv23_server_method(void), SSLv23_client_method(void)
52 53
@@ -88,6 +89,6 @@ The return value points to an allocated SSL_CTX object.
88=head1 SEE ALSO 89=head1 SEE ALSO
89 90
90L<SSL_CTX_free(3)|SSL_CTX_free(3)>, L<SSL_accept(3)|SSL_accept(3)>, 91L<SSL_CTX_free(3)|SSL_CTX_free(3)>, L<SSL_accept(3)|SSL_accept(3)>,
91L<ssl(3)|ssl(3)> 92L<ssl(3)|ssl(3)>, L<SSL_set_connect_state(3)|SSL_set_connect_state(3)>
92 93
93=cut 94=cut