summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2024-07-10 10:22:03 +0000
committertb <>2024-07-10 10:22:03 +0000
commit6a4a8cdc737f29d59336a25caffbe29383706297 (patch)
treef83e94e91d73fd1dcb257a384aaf4ff7c66861c5 /src
parented6c0939be2cdb78bf0131ead0c3b2f1bfdd436a (diff)
downloadopenbsd-6a4a8cdc737f29d59336a25caffbe29383706297.tar.gz
openbsd-6a4a8cdc737f29d59336a25caffbe29383706297.tar.bz2
openbsd-6a4a8cdc737f29d59336a25caffbe29383706297.zip
forgot to add a history section for the TLS PRF API
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/EVP_PKEY_CTX_set_tls1_prf_md.35
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/EVP_PKEY_CTX_set_tls1_prf_md.3 b/src/lib/libcrypto/man/EVP_PKEY_CTX_set_tls1_prf_md.3
index af2a368beb..1b95bbaa98 100644
--- a/src/lib/libcrypto/man/EVP_PKEY_CTX_set_tls1_prf_md.3
+++ b/src/lib/libcrypto/man/EVP_PKEY_CTX_set_tls1_prf_md.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_PKEY_CTX_set_tls1_prf_md.3,v 1.1 2024/07/10 08:49:48 tb Exp $ 1.\" $OpenBSD: EVP_PKEY_CTX_set_tls1_prf_md.3,v 1.2 2024/07/10 10:22:03 tb Exp $
2.\" full merge up to: OpenSSL 1cb7eff4 Sep 10 13:56:40 2019 +0100 2.\" full merge up to: OpenSSL 1cb7eff4 Sep 10 13:56:40 2019 +0100
3.\" 3.\"
4.\" This file was written by Dr Stephen Henson <steve@openssl.org>, 4.\" This file was written by Dr Stephen Henson <steve@openssl.org>,
@@ -166,3 +166,6 @@ and seed value "seed":
166.Xr EVP_PKEY_CTX_ctrl_str 3 , 166.Xr EVP_PKEY_CTX_ctrl_str 3 ,
167.Xr EVP_PKEY_CTX_new 3 , 167.Xr EVP_PKEY_CTX_new 3 ,
168.Xr EVP_PKEY_derive 3 168.Xr EVP_PKEY_derive 3
169.Sh HISTORY
170These functions first appeared in OpenSSL 1.1.0 and have been available since
171.Ox 7.6 .