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, 14 insertions, 2 deletions
diff --git a/src/lib/libssl/man/BIO_f_ssl.3 b/src/lib/libssl/man/BIO_f_ssl.3 index c8c44b48be..3a95f1f080 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.6 2018/02/19 16:11:02 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_f_ssl.3,v 1.7 2018/03/21 05:07:04 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: February 19 2018 $ | 53 | .Dd $Mdocdate: March 21 2018 $ |
54 | .Dt BIO_F_SSL 3 | 54 | .Dt BIO_F_SSL 3 |
55 | .Os | 55 | .Os |
56 | .Sh NAME | 56 | .Sh NAME |
@@ -566,6 +566,18 @@ BIO_flush(sbio); | |||
566 | BIO_free_all(sbio); | 566 | BIO_free_all(sbio); |
567 | .Ed | 567 | .Ed |
568 | .Sh HISTORY | 568 | .Sh HISTORY |
569 | .Fn BIO_f_ssl , | ||
570 | .Fn BIO_set_ssl , | ||
571 | .Fn BIO_get_ssl , | ||
572 | .Fn BIO_set_ssl_mode , | ||
573 | .Fn BIO_new_ssl , | ||
574 | .Fn BIO_ssl_copy_session_id , | ||
575 | .Fn BIO_ssl_shutdown , | ||
576 | and | ||
577 | .Fn BIO_do_handshake | ||
578 | appeared before SSLeay 0.8 and have been available since | ||
579 | .Ox 2.4 . | ||
580 | .Pp | ||
569 | In OpenSSL versions before 1.0.0 the | 581 | In OpenSSL versions before 1.0.0 the |
570 | .Xr BIO_pop 3 | 582 | .Xr BIO_pop 3 |
571 | call was handled incorrectly: | 583 | call was handled incorrectly: |