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_get_server_tmp_key.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_get_server_tmp_key.3')
-rw-r--r-- | lib/libssl/man/SSL_get_server_tmp_key.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libssl/man/SSL_get_server_tmp_key.3 b/lib/libssl/man/SSL_get_server_tmp_key.3 index 66e362f6e99..282352d2bd6 100644 --- a/lib/libssl/man/SSL_get_server_tmp_key.3 +++ b/lib/libssl/man/SSL_get_server_tmp_key.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_get_server_tmp_key.3,v 1.1 2017/04/10 15:54:46 schwarze Exp $ +.\" $OpenBSD: SSL_get_server_tmp_key.3,v 1.2 2018/03/23 14:28:16 schwarze Exp $ .\" OpenSSL SSL_get_server_tmp_key.pod 508fafd8 Apr 3 15:41:21 2017 +0100 .\" .\" This file was written by Matt Caswell <matt@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: April 10 2017 $ +.Dd $Mdocdate: March 23 2018 $ .Dt SSL_GET_SERVER_TMP_KEY 3 .Os .Sh NAME @@ -82,3 +82,7 @@ returns 1 on success or 0 on failure. .Sh SEE ALSO .Xr EVP_PKEY_free 3 , .Xr SSL_ctrl 3 +.Sh HISTORY +.Fn SSL_get_server_tmp_key +first appeared in OpenSSL 1.0.2 and have been available since +.Ox 6.1 . |