diff options
Diffstat (limited to 'src/lib/libssl/src/doc/ssl/SSL_shutdown.pod')
-rw-r--r-- | src/lib/libssl/src/doc/ssl/SSL_shutdown.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/src/doc/ssl/SSL_shutdown.pod b/src/lib/libssl/src/doc/ssl/SSL_shutdown.pod index d86ac7cb13..50f47c20d7 100644 --- a/src/lib/libssl/src/doc/ssl/SSL_shutdown.pod +++ b/src/lib/libssl/src/doc/ssl/SSL_shutdown.pod | |||
@@ -12,7 +12,7 @@ SSL_shutdown - shut down a TLS/SSL connection | |||
12 | 12 | ||
13 | =head1 DESCRIPTION | 13 | =head1 DESCRIPTION |
14 | 14 | ||
15 | SSL_shutdown() shuts down an active TLS/SSL connection. It sends the | 15 | SSL_shutdown() shuts down an active TLS/SSL connection. It sends the |
16 | "close notify" shutdown alert to the peer. | 16 | "close notify" shutdown alert to the peer. |
17 | 17 | ||
18 | =head1 NOTES | 18 | =head1 NOTES |
@@ -64,7 +64,7 @@ complete (return value of the first call is 0). As the shutdown is not | |||
64 | specially handled in the SSLv2 protocol, SSL_shutdown() will succeed on | 64 | specially handled in the SSLv2 protocol, SSL_shutdown() will succeed on |
65 | the first call. | 65 | the first call. |
66 | 66 | ||
67 | The behaviour of SSL_shutdown() additionally depends on the underlying BIO. | 67 | The behaviour of SSL_shutdown() additionally depends on the underlying BIO. |
68 | 68 | ||
69 | If the underlying BIO is B<blocking>, SSL_shutdown() will only return once the | 69 | If the underlying BIO is B<blocking>, SSL_shutdown() will only return once the |
70 | handshake step has been finished or an error occurred. | 70 | handshake step has been finished or an error occurred. |