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/DSA_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/DSA_set_method.3')
-rw-r--r-- | src/lib/libcrypto/man/DSA_set_method.3 | 10 |
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 | |||
80 | will be released during the change. | 82 | will be released during the change. |
81 | It is possible to have DSA keys that only work with certain | 83 | It is possible to have DSA keys that only work with certain |
82 | .Vt DSA_METHOD | 84 | .Vt DSA_METHOD |
83 | implementations (eg. from an | 85 | implementations (e.g. from an |
84 | .Vt ENGINE | 86 | .Vt ENGINE |
85 | module that supports embedded hardware-protected keys), | 87 | module that supports embedded hardware-protected keys), |
86 | and in such cases attempting to change the | 88 | and in such cases attempting to change the |
@@ -209,7 +211,7 @@ API now transparently overrides the behaviour of defaults in the | |||
209 | DSA API without requiring changing these function prototypes. | 211 | DSA API without requiring changing these function prototypes. |
210 | .Sh CAVEATS | 212 | .Sh CAVEATS |
211 | As of version 0.9.7, DSA_METHOD implementations are grouped together | 213 | As of version 0.9.7, DSA_METHOD implementations are grouped together |
212 | with other algorithmic APIs (eg. RSA_METHOD, EVP_CIPHER, etc) in | 214 | with other algorithmic APIs (e.g. RSA_METHOD, EVP_CIPHER) in |
213 | .Vt ENGINE | 215 | .Vt ENGINE |
214 | modules. | 216 | modules. |
215 | If a default | 217 | If a default |
@@ -217,7 +219,7 @@ If a default | |||
217 | is specified for DSA functionality using an | 219 | is specified for DSA functionality using an |
218 | .Xr engine 3 | 220 | .Xr engine 3 |
219 | API function, that will override any DSA defaults set using the DSA API | 221 | API 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 . |
221 | For this reason, the | 223 | For this reason, the |
222 | .Xr engine 3 | 224 | .Xr engine 3 |
223 | API is the recommended way to control default implementations for | 225 | API is the recommended way to control default implementations for |