diff options
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.pod | 11 |
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 | ||
35 | A TLS/SSL connection established with these methods will only understand the | 35 | A TLS/SSL connection established with these methods will only understand the |
36 | SSLv3 and TLSv1 protocol. A client will send out SSLv3 client hello messages | 36 | SSLv3 protocol. A client will send out SSLv3 client hello messages |
37 | and will indicate that it also understands TLSv1. A server will only understand | 37 | and will indicate that it only understands SSLv3. A server will only understand |
38 | SSLv3 and TLSv1 client hello messages. This especially means, that it will | 38 | SSLv3 client hello messages. This especially means, that it will |
39 | not understand SSLv2 client hello messages which are widely used for | 39 | not understand SSLv2 client hello messages which are widely used for |
40 | compatibility reasons, see SSLv23_*_method(). | 40 | compatibility reasons, see SSLv23_*_method(). |
41 | 41 | ||
@@ -46,7 +46,8 @@ TLSv1 protocol. A client will send out TLSv1 client hello messages | |||
46 | and will indicate that it only understands TLSv1. A server will only understand | 46 | and will indicate that it only understands TLSv1. A server will only understand |
47 | TLSv1 client hello messages. This especially means, that it will | 47 | TLSv1 client hello messages. This especially means, that it will |
48 | not understand SSLv2 client hello messages which are widely used for | 48 | not understand SSLv2 client hello messages which are widely used for |
49 | compatibility reasons, see SSLv23_*_method(). | 49 | compatibility reasons, see SSLv23_*_method(). It will also not understand |
50 | SSLv3 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 | ||
90 | L<SSL_CTX_free(3)|SSL_CTX_free(3)>, L<SSL_accept(3)|SSL_accept(3)>, | 91 | L<SSL_CTX_free(3)|SSL_CTX_free(3)>, L<SSL_accept(3)|SSL_accept(3)>, |
91 | L<ssl(3)|ssl(3)> | 92 | L<ssl(3)|ssl(3)>, L<SSL_set_connect_state(3)|SSL_set_connect_state(3)> |
92 | 93 | ||
93 | =cut | 94 | =cut |