diff options
author | 2018-03-23 14:28:16 +0000 | |
---|---|---|
committer | 2018-03-23 14:28:16 +0000 | |
commit | a8f3fffcd85fbd320234524a0b76a7105da7a3d4 (patch) | |
tree | 3ce434340415a41eedf45c75c30410a0633926b9 /lib/libssl/man/SSL_set1_param.3 | |
parent | crypto HISTORY up to 1.0.2; researched from OpenSSL git and OpenBSD CVS (diff) | |
download | wireguard-openbsd-a8f3fffcd85fbd320234524a0b76a7105da7a3d4.tar.xz wireguard-openbsd-a8f3fffcd85fbd320234524a0b76a7105da7a3d4.zip |
ssl.h HISTORY up to 1.0.2; researched from OpenSSL git and OpenBSD CVS
Diffstat (limited to 'lib/libssl/man/SSL_set1_param.3')
-rw-r--r-- | lib/libssl/man/SSL_set1_param.3 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libssl/man/SSL_set1_param.3 b/lib/libssl/man/SSL_set1_param.3 index 7f89a2d0021..5697ac64249 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.3 2018/03/23 04:35:09 schwarze Exp $ +.\" $OpenBSD: SSL_set1_param.3,v 1.4 2018/03/23 14:28:16 schwarze Exp $ .\" full merge up to: .\" OpenSSL man3/SSL_CTX_get0_param 99d63d46 Oct 26 13:56:48 2016 -0400 .\" @@ -128,3 +128,9 @@ and .Fn SSL_set1_param first appeared in OpenSSL 1.0.0 and have been available since .Ox 4.9 . +.Pp +.Fn SSL_CTX_get0_param +and +.Fn SSL_get0_param +first appeared in OpenSSL 1.0.2 and have been available since +.Ox 6.3 . |