diff options
-rw-r--r-- | src/lib/libssl/doc/SSL_CTX_set_quiet_shutdown.3 | 12 | ||||
-rw-r--r-- | src/lib/libssl/src/doc/ssl/SSL_CTX_set_quiet_shutdown.3 | 12 |
2 files changed, 8 insertions, 16 deletions
diff --git a/src/lib/libssl/doc/SSL_CTX_set_quiet_shutdown.3 b/src/lib/libssl/doc/SSL_CTX_set_quiet_shutdown.3 index 91e17350f9..5f35c1e7a9 100644 --- a/src/lib/libssl/doc/SSL_CTX_set_quiet_shutdown.3 +++ b/src/lib/libssl/doc/SSL_CTX_set_quiet_shutdown.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .Dd $Mdocdate: October 12 2014 $ | 1 | .Dd $Mdocdate: November 30 2014 $ |
2 | .Dt SSL_CTX_SET_QUIET_SHUTDOWN 3 | 2 | .Dt SSL_CTX_SET_QUIET_SHUTDOWN 3 |
3 | .Os | 3 | .Os |
4 | .Sh NAME | 4 | .Sh NAME |
@@ -79,18 +79,14 @@ When setting the | |||
79 | flag to 1, | 79 | flag to 1, |
80 | .Xr SSL_shutdown 3 | 80 | .Xr SSL_shutdown 3 |
81 | will set the internal flags to | 81 | will set the internal flags to |
82 | .Dv SSL_SENT_SHUTDOWN Ns | 82 | .Dv SSL_SENT_SHUTDOWN Ns | Ns Dv SSL_RECEIVED_SHUTDOWN |
83 | .Pf | | ||
84 | .Dv SSL_RECEIVED_SHUTDOWN . | ||
85 | .Po | 83 | .Po |
86 | .Xr SSL_shutdown 3 | 84 | .Xr SSL_shutdown 3 |
87 | then behaves like | 85 | then behaves like |
88 | .Xr SSL_set_shutdown 3 | 86 | .Xr SSL_set_shutdown 3 |
89 | called with | 87 | called with |
90 | .Dv SSL_SENT_SHUTDOWN Ns | 88 | .Dv SSL_SENT_SHUTDOWN Ns | Ns Dv SSL_RECEIVED_SHUTDOWN |
91 | .Pf | | 89 | .Pc . |
92 | .Dv SSL_RECEIVED_SHUTDOWN . | ||
93 | .Pc | ||
94 | The session is thus considered to be shut down, but no | 90 | The session is thus considered to be shut down, but no |
95 | .Dq close notify | 91 | .Dq close notify |
96 | alert is sent to the peer. | 92 | alert is sent to the peer. |
diff --git a/src/lib/libssl/src/doc/ssl/SSL_CTX_set_quiet_shutdown.3 b/src/lib/libssl/src/doc/ssl/SSL_CTX_set_quiet_shutdown.3 index 91e17350f9..5f35c1e7a9 100644 --- a/src/lib/libssl/src/doc/ssl/SSL_CTX_set_quiet_shutdown.3 +++ b/src/lib/libssl/src/doc/ssl/SSL_CTX_set_quiet_shutdown.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .Dd $Mdocdate: October 12 2014 $ | 1 | .Dd $Mdocdate: November 30 2014 $ |
2 | .Dt SSL_CTX_SET_QUIET_SHUTDOWN 3 | 2 | .Dt SSL_CTX_SET_QUIET_SHUTDOWN 3 |
3 | .Os | 3 | .Os |
4 | .Sh NAME | 4 | .Sh NAME |
@@ -79,18 +79,14 @@ When setting the | |||
79 | flag to 1, | 79 | flag to 1, |
80 | .Xr SSL_shutdown 3 | 80 | .Xr SSL_shutdown 3 |
81 | will set the internal flags to | 81 | will set the internal flags to |
82 | .Dv SSL_SENT_SHUTDOWN Ns | 82 | .Dv SSL_SENT_SHUTDOWN Ns | Ns Dv SSL_RECEIVED_SHUTDOWN |
83 | .Pf | | ||
84 | .Dv SSL_RECEIVED_SHUTDOWN . | ||
85 | .Po | 83 | .Po |
86 | .Xr SSL_shutdown 3 | 84 | .Xr SSL_shutdown 3 |
87 | then behaves like | 85 | then behaves like |
88 | .Xr SSL_set_shutdown 3 | 86 | .Xr SSL_set_shutdown 3 |
89 | called with | 87 | called with |
90 | .Dv SSL_SENT_SHUTDOWN Ns | 88 | .Dv SSL_SENT_SHUTDOWN Ns | Ns Dv SSL_RECEIVED_SHUTDOWN |
91 | .Pf | | 89 | .Pc . |
92 | .Dv SSL_RECEIVED_SHUTDOWN . | ||
93 | .Pc | ||
94 | The session is thus considered to be shut down, but no | 90 | The session is thus considered to be shut down, but no |
95 | .Dq close notify | 91 | .Dq close notify |
96 | alert is sent to the peer. | 92 | alert is sent to the peer. |