summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/DSA_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/DSA_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/DSA_set_method.3')
-rw-r--r--src/lib/libcrypto/man/DSA_set_method.310
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/DSA_set_method.3 b/src/lib/libcrypto/man/DSA_set_method.3
index 2ba34ddf94..f7c16492ff 100644
--- a/src/lib/libcrypto/man/DSA_set_method.3
+++ b/src/lib/libcrypto/man/DSA_set_method.3
@@ -1,4 +1,6 @@
1.Dd $Mdocdate: November 2 2016 $ 1.\" $OpenBSD: DSA_set_method.3,v 1.2 2016/11/06 15:52:50 jmc Exp $
2.\"
3.Dd $Mdocdate: November 6 2016 $
2.Dt DSA_SET_METHOD 3 4.Dt DSA_SET_METHOD 3
3.Os 5.Os
4.Sh NAME 6.Sh NAME
@@ -80,7 +82,7 @@ the handle to that
80will be released during the change. 82will be released during the change.
81It is possible to have DSA keys that only work with certain 83It is possible to have DSA keys that only work with certain
82.Vt DSA_METHOD 84.Vt DSA_METHOD
83implementations (eg. from an 85implementations (e.g. from an
84.Vt ENGINE 86.Vt ENGINE
85module that supports embedded hardware-protected keys), 87module that supports embedded hardware-protected keys),
86and in such cases attempting to change the 88and in such cases attempting to change the
@@ -209,7 +211,7 @@ API now transparently overrides the behaviour of defaults in the
209DSA API without requiring changing these function prototypes. 211DSA API without requiring changing these function prototypes.
210.Sh CAVEATS 212.Sh CAVEATS
211As of version 0.9.7, DSA_METHOD implementations are grouped together 213As of version 0.9.7, DSA_METHOD implementations are grouped together
212with other algorithmic APIs (eg. RSA_METHOD, EVP_CIPHER, etc) in 214with other algorithmic APIs (e.g. RSA_METHOD, EVP_CIPHER) in
213.Vt ENGINE 215.Vt ENGINE
214modules. 216modules.
215If a default 217If a default
@@ -217,7 +219,7 @@ If a default
217is specified for DSA functionality using an 219is specified for DSA functionality using an
218.Xr engine 3 220.Xr engine 3
219API function, that will override any DSA defaults set using the DSA API 221API function, that will override any DSA defaults set using the DSA API
220.Pq ie. DSA_set_default_method . 222.Pq i.e. DSA_set_default_method .
221For this reason, the 223For this reason, the
222.Xr engine 3 224.Xr engine 3
223API is the recommended way to control default implementations for 225API is the recommended way to control default implementations for