diff options
Diffstat (limited to 'src/lib/libssl/man/BIO_f_ssl.3')
-rw-r--r-- | src/lib/libssl/man/BIO_f_ssl.3 | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/src/lib/libssl/man/BIO_f_ssl.3 b/src/lib/libssl/man/BIO_f_ssl.3 index 6826441e81..97a3ff913a 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.8 2018/03/21 08:06:34 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_f_ssl.3,v 1.9 2018/03/27 17:35:50 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 | .\" |
@@ -50,7 +50,7 @@ | |||
50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
52 | .\" | 52 | .\" |
53 | .Dd $Mdocdate: March 21 2018 $ | 53 | .Dd $Mdocdate: March 27 2018 $ |
54 | .Dt BIO_F_SSL 3 | 54 | .Dt BIO_F_SSL 3 |
55 | .Os | 55 | .Os |
56 | .Sh NAME | 56 | .Sh NAME |
@@ -568,14 +568,18 @@ BIO_free_all(sbio); | |||
568 | .Sh HISTORY | 568 | .Sh HISTORY |
569 | .Fn BIO_f_ssl , | 569 | .Fn BIO_f_ssl , |
570 | .Fn BIO_set_ssl , | 570 | .Fn BIO_set_ssl , |
571 | .Fn BIO_get_ssl , | 571 | and |
572 | .Fn BIO_get_ssl | ||
573 | first appeared in SSLeay 0.6.0. | ||
572 | .Fn BIO_set_ssl_mode , | 574 | .Fn BIO_set_ssl_mode , |
573 | .Fn BIO_new_ssl , | 575 | .Fn BIO_new_ssl , |
574 | .Fn BIO_ssl_copy_session_id , | 576 | and |
575 | .Fn BIO_ssl_shutdown , | 577 | .Fn BIO_ssl_copy_session_id |
578 | first appeared in SSLeay 0.8.0. | ||
579 | .Fn BIO_ssl_shutdown | ||
576 | and | 580 | and |
577 | .Fn BIO_do_handshake | 581 | .Fn BIO_do_handshake |
578 | appeared before SSLeay 0.8. | 582 | first appeared in SSLeay 0.8.1. |
579 | .Fn BIO_set_ssl_renegotiate_bytes , | 583 | .Fn BIO_set_ssl_renegotiate_bytes , |
580 | .Fn BIO_get_num_renegotiates , | 584 | .Fn BIO_get_num_renegotiates , |
581 | .Fn BIO_set_ssl_renegotiate_timeout , | 585 | .Fn BIO_set_ssl_renegotiate_timeout , |