summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/DH_set_method.3
diff options
context:
space:
mode:
authorjmc <>2016-11-06 15:52:50 +0000
committerjmc <>2016-11-06 15:52:50 +0000
commit9b30976af18b8a407761e020380b9ed595770866 (patch)
treed98f3cbf729ef563011a9ca161b7885314ef68d3 /src/lib/libcrypto/man/DH_set_method.3
parente91a5b9b0b9cb9b6adc699e59a9a6ed06a862192 (diff)
downloadopenbsd-9b30976af18b8a407761e020380b9ed595770866.tar.gz
openbsd-9b30976af18b8a407761e020380b9ed595770866.tar.bz2
openbsd-9b30976af18b8a407761e020380b9ed595770866.zip
first pass; ok schwarze
Diffstat (limited to 'src/lib/libcrypto/man/DH_set_method.3')
-rw-r--r--src/lib/libcrypto/man/DH_set_method.310
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/DH_set_method.3 b/src/lib/libcrypto/man/DH_set_method.3
index 86dae1728c..93cdf5576d 100644
--- a/src/lib/libcrypto/man/DH_set_method.3
+++ b/src/lib/libcrypto/man/DH_set_method.3
@@ -1,4 +1,6 @@
1.Dd $Mdocdate: November 2 2016 $ 1.\" $OpenBSD: DH_set_method.3,v 1.2 2016/11/06 15:52:50 jmc Exp $
2.\"
3.Dd $Mdocdate: November 6 2016 $
2.Dt DH_SET_METHOD 3 4.Dt DH_SET_METHOD 3
3.Os 5.Os
4.Sh NAME 6.Sh NAME
@@ -88,7 +90,7 @@ It is possible to have
88.Vt DH 90.Vt DH
89keys that only work with certain 91keys that only work with certain
90.Vt DH_METHOD 92.Vt DH_METHOD
91implementations (eg. from an 93implementations (e.g. from an
92.Vt ENGINE 94.Vt ENGINE
93module that supports embedded hardware-protected keys), 95module that supports embedded hardware-protected keys),
94and in such cases attempting to change the 96and in such cases attempting to change the
@@ -208,7 +210,7 @@ DH API without requiring changing these function prototypes.
208As of version 0.9.7, 210As of version 0.9.7,
209.Vt DH_METHOD 211.Vt DH_METHOD
210implementations are grouped together with other algorithmic APIs 212implementations are grouped together with other algorithmic APIs
211(eg. RSA_METHOD, EVP_CIPHER, etc) in 213(e.g. RSA_METHOD, EVP_CIPHER) in
212.Vt ENGINE 214.Vt ENGINE
213modules. 215modules.
214If a default 216If a default
@@ -216,7 +218,7 @@ If a default
216is specified for DH functionality using an 218is specified for DH functionality using an
217.Xr engine 3 219.Xr engine 3
218API function, that will override any DH defaults set using the DH API 220API function, that will override any DH defaults set using the DH API
219.Pq ie. Fn DH_set_default_method . 221.Pq i.e. Fn DH_set_default_method .
220For this reason, the 222For this reason, the
221.Xr engine 3 223.Xr engine 3
222API is the recommended way to control default implementations 224API is the recommended way to control default implementations