diff options
| author | schwarze <> | 2016-12-10 13:54:32 +0000 |
|---|---|---|
| committer | schwarze <> | 2016-12-10 13:54:32 +0000 |
| commit | d99197c36db049bab7be384c052c51e106741140 (patch) | |
| tree | c3f7af2ec1c2fe9a4797b7c3abbe06d40c344552 /src/lib/libssl/man/SSL_renegotiate.3 | |
| parent | 83bce63f28efc926fad0a5bee35ba478e5a9b307 (diff) | |
| download | openbsd-d99197c36db049bab7be384c052c51e106741140.tar.gz openbsd-d99197c36db049bab7be384c052c51e106741140.tar.bz2 openbsd-d99197c36db049bab7be384c052c51e106741140.zip | |
New manual pages SSL_get_certificate(3), SSL_get_state(3), and
SSL_num_renegotiations(3) written from scratch. These functions
are listed in ssl(3) and <openssl/ssl.h>, so they are clearly public.
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 |
