summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/DH_new.3
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2018-02-17 16:59:49 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2018-02-17 16:59:49 +0000
commit1dd20cebd87018b7533ff8a35952dd0d23c68179 (patch)
tree23742c0cbc786fa758e2781491dd9800c11b4b52 /lib/libcrypto/man/DH_new.3
parent9694251f1cdf7ad63f8e56ab03744f1b3818ef67 (diff)
Merge documentation for {DH,DSA}_get0_{key,pqg}(3),
EVP_PKEY_get0_{DH,DSA,RSA}(3), and RSA_{g,s}et0_key(3) that tb@ just provided.
Diffstat (limited to 'lib/libcrypto/man/DH_new.3')
-rw-r--r--lib/libcrypto/man/DH_new.38
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libcrypto/man/DH_new.3 b/lib/libcrypto/man/DH_new.3
index 28f1888c017..58cde654692 100644
--- a/lib/libcrypto/man/DH_new.3
+++ b/lib/libcrypto/man/DH_new.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: DH_new.3,v 1.4 2016/12/10 22:30:54 schwarze Exp $
+.\" $OpenBSD: DH_new.3,v 1.5 2018/02/17 16:59:48 schwarze Exp $
.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
.\"
.\" This file was written by Ulf Moeller <ulf@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: December 10 2016 $
+.Dd $Mdocdate: February 17 2018 $
.Dt DH_NEW 3
.Os
.Sh NAME
@@ -94,12 +94,14 @@ Otherwise it returns a pointer to the newly allocated structure.
.Xr d2i_DHparams 3 ,
.Xr DH_generate_key 3 ,
.Xr DH_generate_parameters 3 ,
+.Xr DH_get0_pqg 3 ,
.Xr DH_get_ex_new_index 3 ,
.Xr DH_set_method 3 ,
.Xr DH_size 3 ,
.Xr DHparams_print 3 ,
.Xr DSA_dup_DH 3 ,
-.Xr ERR_get_error 3
+.Xr ERR_get_error 3 ,
+.Xr EVP_PKEY_set1_DH 3
.Sh HISTORY
.Fn DH_new
and