diff options
Diffstat (limited to 'src/lib/libssl/man/SSL_renegotiate.3')
-rw-r--r-- | src/lib/libssl/man/SSL_renegotiate.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libssl/man/SSL_renegotiate.3 b/src/lib/libssl/man/SSL_renegotiate.3 index c07a1e2c2a..f5b59bae95 100644 --- a/src/lib/libssl/man/SSL_renegotiate.3 +++ b/src/lib/libssl/man/SSL_renegotiate.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_renegotiate.3,v 1.1 2016/12/07 20:11:55 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_renegotiate.3,v 1.2 2016/12/10 13:54:32 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: December 7 2016 $ | 17 | .Dd $Mdocdate: December 10 2016 $ |
18 | .Dt SSL_RENEGOTIATE 3 | 18 | .Dt SSL_RENEGOTIATE 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -38,7 +38,7 @@ and | |||
38 | .Xr SSL_write 3 | 38 | .Xr SSL_write 3 |
39 | whenever the renegotiation byte count set by | 39 | whenever the renegotiation byte count set by |
40 | .Xr BIO_set_ssl_renegotiate_bytes 3 | 40 | .Xr BIO_set_ssl_renegotiate_bytes 3 |
41 | or the timeout set by | 41 | or the timeout set by |
42 | .Xr BIO_set_ssl_renegotiate_timeout 3 | 42 | .Xr BIO_set_ssl_renegotiate_timeout 3 |
43 | are exceeded. | 43 | are exceeded. |
44 | .Sh RETURN VALUES | 44 | .Sh RETURN VALUES |
@@ -49,6 +49,7 @@ is set, in which case it may return 0. | |||
49 | The API provides no function to set that flag; | 49 | The API provides no function to set that flag; |
50 | it can only be set by manipulating internal data structures. | 50 | it can only be set by manipulating internal data structures. |
51 | .Sh SEE ALSO | 51 | .Sh SEE ALSO |
52 | .Xr SSL_num_renegotiations 3 , | ||
52 | .Xr SSL_read 3 , | 53 | .Xr SSL_read 3 , |
53 | .Xr SSL_write 3 | 54 | .Xr SSL_write 3 |
54 | .Sh HISTORY | 55 | .Sh HISTORY |