diff options
author | 2018-03-23 04:35:09 +0000 | |
---|---|---|
committer | 2018-03-23 04:35:09 +0000 | |
commit | 56f30f46dbe13aed437d96e668c990f47b3c1aa1 (patch) | |
tree | 17ab309452ce6a3d4827b85228dfd3ce1af827e0 /lib/libssl | |
parent | crypto HISTORY up to 1.0.0; researched from OpenSSL git (diff) | |
download | wireguard-openbsd-56f30f46dbe13aed437d96e668c990f47b3c1aa1.tar.xz wireguard-openbsd-56f30f46dbe13aed437d96e668c990f47b3c1aa1.zip |
ssl.h HISTORY up to 1.0.0; researched from OpenSSL git
Diffstat (limited to 'lib/libssl')
-rw-r--r-- | lib/libssl/man/SSL_set1_param.3 | 10 | ||||
-rw-r--r-- | lib/libssl/man/SSL_set_max_send_fragment.3 | 10 |
2 files changed, 15 insertions, 5 deletions
diff --git a/lib/libssl/man/SSL_set1_param.3 b/lib/libssl/man/SSL_set1_param.3 index d1647460992..7f89a2d0021 100644 --- a/lib/libssl/man/SSL_set1_param.3 +++ b/lib/libssl/man/SSL_set1_param.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_set1_param.3,v 1.2 2018/02/14 17:20:29 schwarze Exp $ +.\" $OpenBSD: SSL_set1_param.3,v 1.3 2018/03/23 04:35:09 schwarze Exp $ .\" full merge up to: .\" OpenSSL man3/SSL_CTX_get0_param 99d63d46 Oct 26 13:56:48 2016 -0400 .\" @@ -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 14 2018 $ +.Dd $Mdocdate: March 23 2018 $ .Dt SSL_SET1_PARAM 3 .Os .Sh NAME @@ -123,4 +123,8 @@ X509_VERIFY_PARAM_set1_host(vpm, "www.foo.com", 0); .Sh SEE ALSO .Xr X509_VERIFY_PARAM_set_flags 3 .Sh HISTORY -These functions were first added to OpenSSL 1.0.2. +.Fn SSL_CTX_set1_param +and +.Fn SSL_set1_param +first appeared in OpenSSL 1.0.0 and have been available since +.Ox 4.9 . diff --git a/lib/libssl/man/SSL_set_max_send_fragment.3 b/lib/libssl/man/SSL_set_max_send_fragment.3 index 1aa5589cf8c..5a628405110 100644 --- a/lib/libssl/man/SSL_set_max_send_fragment.3 +++ b/lib/libssl/man/SSL_set_max_send_fragment.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_set_max_send_fragment.3,v 1.3 2017/04/10 14:00:51 schwarze Exp $ +.\" $OpenBSD: SSL_set_max_send_fragment.3,v 1.4 2018/03/23 04:35:09 schwarze Exp $ .\" OpenSSL doc/man3/SSL_CTX_set_split_send_fragment.pod .\" OpenSSL 6782e5fd Oct 21 16:16:20 2016 +0100 .\" @@ -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: April 10 2017 $ +.Dd $Mdocdate: March 23 2018 $ .Dt SSL_SET_MAX_SEND_FRAGMENT 3 .Os .Sh NAME @@ -88,3 +88,9 @@ These functions return 1 on success or 0 on failure. .Xr SSL_ctrl 3 , .Xr SSL_CTX_set_read_ahead 3 , .Xr SSL_pending 3 +.Sh HISTORY +.Fn SSL_CTX_set_max_send_fragment +and +.Fn SSL_set_max_send_fragment +first appeared in OpenSSL 1.0.0 and have been available since +.Ox 4.9 . |