diff options
author | 2018-03-21 06:09:37 +0000 | |
---|---|---|
committer | 2018-03-21 06:09:37 +0000 | |
commit | 302050168a5d054b5e3174858f56e8a26b30db0b (patch) | |
tree | dbab849a811de5546ae7dfac506057bd6e4eaa07 /lib/libcrypto | |
parent | blowfish.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git (diff) | |
download | wireguard-openbsd-302050168a5d054b5e3174858f56e8a26b30db0b.tar.xz wireguard-openbsd-302050168a5d054b5e3174858f56e8a26b30db0b.zip |
bio.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/man/BIO_ctrl.3 | 14 | ||||
-rw-r--r-- | lib/libcrypto/man/BIO_f_buffer.3 | 9 | ||||
-rw-r--r-- | lib/libcrypto/man/BIO_get_ex_new_index.3 | 11 | ||||
-rw-r--r-- | lib/libcrypto/man/BIO_s_accept.3 | 9 | ||||
-rw-r--r-- | lib/libcrypto/man/BIO_s_connect.3 | 17 |
5 files changed, 45 insertions, 15 deletions
diff --git a/lib/libcrypto/man/BIO_ctrl.3 b/lib/libcrypto/man/BIO_ctrl.3 index 37354db8085..2955a0ae633 100644 --- a/lib/libcrypto/man/BIO_ctrl.3 +++ b/lib/libcrypto/man/BIO_ctrl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_ctrl.3,v 1.9 2018/03/20 19:33:16 schwarze Exp $ +.\" $OpenBSD: BIO_ctrl.3,v 1.10 2018/03/21 06:09:37 schwarze Exp $ .\" OpenSSL b055fceb Thu Oct 20 09:56:18 2016 +0100 .\" .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 20 2018 $ +.Dd $Mdocdate: March 21 2018 $ .Dt BIO_CTRL 3 .Os .Sh NAME @@ -312,7 +312,6 @@ operation. .Xr BIO_new 3 .Sh HISTORY .Fn BIO_ctrl , -.Fn BIO_ctrl_int , .Fn BIO_reset , .Fn BIO_flush , .Fn BIO_eof , @@ -321,7 +320,14 @@ operation. .Fn BIO_pending , and .Fn BIO_wpending -appeared in SSLeay 0.8.1b or earlier and have been available since +appeared in SSLeay 0.8.1b or earlier. +.Fn BIO_ptr_ctrl , +.Fn BIO_int_ctrl , +.Fn BIO_get_info_callback +and +.Fn BIO_set_info_callback +first appeared in SSLeay 0.9.0. +All these functions have been available since .Ox 2.4 . .Sh BUGS Some of the return values are ambiguous and care should be taken. diff --git a/lib/libcrypto/man/BIO_f_buffer.3 b/lib/libcrypto/man/BIO_f_buffer.3 index 2ba8747d8c5..d21089250cb 100644 --- a/lib/libcrypto/man/BIO_f_buffer.3 +++ b/lib/libcrypto/man/BIO_f_buffer.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_f_buffer.3,v 1.7 2018/03/20 19:33:16 schwarze Exp $ +.\" $OpenBSD: BIO_f_buffer.3,v 1.8 2018/03/21 06:09:37 schwarze Exp $ .\" OpenSSL 9b86974e Mar 19 12:32:14 2016 -0400 .\" .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 20 2018 $ +.Dd $Mdocdate: March 21 2018 $ .Dt BIO_F_BUFFER 3 .Os .Sh NAME @@ -187,5 +187,8 @@ returns 1 if the data was set correctly or 0 if there was an error. .Fn BIO_set_write_buffer_size , and .Fn BIO_set_buffer_size -appeared in SSLeay 0.8.1b or earlier and have been available since +appeared in SSLeay 0.8.1b or earlier. +.Fn BIO_set_buffer_read_data +first appeared in SSLeay 0.9.0. +All these functions have been available since .Ox 2.4 . diff --git a/lib/libcrypto/man/BIO_get_ex_new_index.3 b/lib/libcrypto/man/BIO_get_ex_new_index.3 index d6ef644ee46..e773947acc1 100644 --- a/lib/libcrypto/man/BIO_get_ex_new_index.3 +++ b/lib/libcrypto/man/BIO_get_ex_new_index.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_get_ex_new_index.3,v 1.4 2018/02/12 16:33:07 schwarze Exp $ +.\" $OpenBSD: BIO_get_ex_new_index.3,v 1.5 2018/03/21 06:09:37 schwarze Exp $ .\" full merge up to: OpenSSL a970b14f Jul 31 18:58:40 2017 -0400 .\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 .\" @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 12 2018 $ +.Dd $Mdocdate: March 21 2018 $ .Dt BIO_GET_EX_NEW_INDEX 3 .Os .Sh NAME @@ -134,3 +134,10 @@ if an error occurred. .Sh SEE ALSO .Xr CRYPTO_get_ex_new_index 3 , .Xr RSA_get_ex_new_index 3 +.Sh HISTORY +.Fn BIO_get_ex_new_index , +.Fn BIO_set_ex_data , +and +.Fn BIO_get_ex_data +first appeared in SSLeay 0.9.0 and have been available since +.Ox 2.4 . diff --git a/lib/libcrypto/man/BIO_s_accept.3 b/lib/libcrypto/man/BIO_s_accept.3 index 3ddc000ce03..02b3c67e6e8 100644 --- a/lib/libcrypto/man/BIO_s_accept.3 +++ b/lib/libcrypto/man/BIO_s_accept.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_s_accept.3,v 1.6 2018/03/20 19:33:16 schwarze Exp $ +.\" $OpenBSD: BIO_s_accept.3,v 1.7 2018/03/21 06:09:37 schwarze Exp $ .\" OpenSSL c03726ca Thu Aug 27 12:28:08 2015 -0400 .\" .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 20 2018 $ +.Dd $Mdocdate: March 21 2018 $ .Dt BIO_S_ACCEPT 3 .Os .Sh NAME @@ -362,5 +362,8 @@ BIO_free(cbio2); .Fn BIO_set_accept_bios , and .Fn BIO_do_accept -appeared in SSLeay 0.8.1b or earlier and have been available since +appeared in SSLeay 0.8.1b or earlier. +.Fn BIO_get_accept_port +first appeared in SSLeay 0.9.0. +All these functions have been available since .Ox 2.4 . diff --git a/lib/libcrypto/man/BIO_s_connect.3 b/lib/libcrypto/man/BIO_s_connect.3 index d3c37f5d353..66cfff0daa1 100644 --- a/lib/libcrypto/man/BIO_s_connect.3 +++ b/lib/libcrypto/man/BIO_s_connect.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_s_connect.3,v 1.7 2018/03/20 19:33:16 schwarze Exp $ +.\" $OpenBSD: BIO_s_connect.3,v 1.8 2018/03/21 06:09:37 schwarze Exp $ .\" OpenSSL 186bb907 Apr 13 11:05:13 2015 -0700 .\" .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 20 2018 $ +.Dd $Mdocdate: March 21 2018 $ .Dt BIO_S_CONNECT 3 .Os .Sh NAME @@ -375,5 +375,16 @@ BIO_free(out); .Fn BIO_set_nbio , and .Fn BIO_do_connect -appeared in SSLeay 0.8.1b or earlier and have been available since +appeared in SSLeay 0.8.1b or earlier. +.Fn BIO_set_conn_hostname , +.Fn BIO_set_conn_port , +.Fn BIO_set_conn_ip , +.Fn BIO_set_conn_int_port , +.Fn BIO_get_conn_hostname , +.Fn BIO_get_conn_port , +.Fn BIO_get_conn_ip , +and +.Fn BIO_get_conn_int_port +first appeared in SSLeay 0.9.0. +All these functions have been available since .Ox 2.4 . |