diff options
author | jmc <> | 2016-11-06 15:52:50 +0000 |
---|---|---|
committer | jmc <> | 2016-11-06 15:52:50 +0000 |
commit | 9b30976af18b8a407761e020380b9ed595770866 (patch) | |
tree | d98f3cbf729ef563011a9ca161b7885314ef68d3 /src/lib/libcrypto/man/DH_set_method.3 | |
parent | e91a5b9b0b9cb9b6adc699e59a9a6ed06a862192 (diff) | |
download | openbsd-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.3 | 10 |
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 |
89 | keys that only work with certain | 91 | keys that only work with certain |
90 | .Vt DH_METHOD | 92 | .Vt DH_METHOD |
91 | implementations (eg. from an | 93 | implementations (e.g. from an |
92 | .Vt ENGINE | 94 | .Vt ENGINE |
93 | module that supports embedded hardware-protected keys), | 95 | module that supports embedded hardware-protected keys), |
94 | and in such cases attempting to change the | 96 | and in such cases attempting to change the |
@@ -208,7 +210,7 @@ DH API without requiring changing these function prototypes. | |||
208 | As of version 0.9.7, | 210 | As of version 0.9.7, |
209 | .Vt DH_METHOD | 211 | .Vt DH_METHOD |
210 | implementations are grouped together with other algorithmic APIs | 212 | implementations 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 |
213 | modules. | 215 | modules. |
214 | If a default | 216 | If a default |
@@ -216,7 +218,7 @@ If a default | |||
216 | is specified for DH functionality using an | 218 | is specified for DH functionality using an |
217 | .Xr engine 3 | 219 | .Xr engine 3 |
218 | API function, that will override any DH defaults set using the DH API | 220 | API 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 . |
220 | For this reason, the | 222 | For this reason, the |
221 | .Xr engine 3 | 223 | .Xr engine 3 |
222 | API is the recommended way to control default implementations | 224 | API is the recommended way to control default implementations |