diff options
Diffstat (limited to 'src/lib/libssl/man/BIO_f_ssl.3')
-rw-r--r-- | src/lib/libssl/man/BIO_f_ssl.3 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/lib/libssl/man/BIO_f_ssl.3 b/src/lib/libssl/man/BIO_f_ssl.3 index 3a95f1f080..6826441e81 100644 --- a/src/lib/libssl/man/BIO_f_ssl.3 +++ b/src/lib/libssl/man/BIO_f_ssl.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BIO_f_ssl.3,v 1.7 2018/03/21 05:07:04 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_f_ssl.3,v 1.8 2018/03/21 08:06:34 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL f672aee4 Feb 9 11:52:40 2016 -0500 | 2 | .\" full merge up to: OpenSSL f672aee4 Feb 9 11:52:40 2016 -0500 |
3 | .\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 | 3 | .\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 |
4 | .\" | 4 | .\" |
@@ -575,7 +575,15 @@ BIO_free_all(sbio); | |||
575 | .Fn BIO_ssl_shutdown , | 575 | .Fn BIO_ssl_shutdown , |
576 | and | 576 | and |
577 | .Fn BIO_do_handshake | 577 | .Fn BIO_do_handshake |
578 | appeared before SSLeay 0.8 and have been available since | 578 | appeared before SSLeay 0.8. |
579 | .Fn BIO_set_ssl_renegotiate_bytes , | ||
580 | .Fn BIO_get_num_renegotiates , | ||
581 | .Fn BIO_set_ssl_renegotiate_timeout , | ||
582 | .Fn BIO_new_ssl_connect , | ||
583 | and | ||
584 | .Fn BIO_new_buffer_ssl_connect | ||
585 | first appeared in SSLeay 0.9.0. | ||
586 | All these functions have been available since | ||
579 | .Ox 2.4 . | 587 | .Ox 2.4 . |
580 | .Pp | 588 | .Pp |
581 | In OpenSSL versions before 1.0.0 the | 589 | In OpenSSL versions before 1.0.0 the |