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/RSA_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/RSA_set_method.3')
-rw-r--r-- | src/lib/libcrypto/man/RSA_set_method.3 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/RSA_set_method.3 b/src/lib/libcrypto/man/RSA_set_method.3 index d7a2756b70..d296baf010 100644 --- a/src/lib/libcrypto/man/RSA_set_method.3 +++ b/src/lib/libcrypto/man/RSA_set_method.3 | |||
@@ -1,4 +1,6 @@ | |||
1 | .Dd $Mdocdate: November 4 2016 $ | 1 | .\" $OpenBSD: RSA_set_method.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ |
2 | .\" | ||
3 | .Dd $Mdocdate: November 6 2016 $ | ||
2 | .Dt RSA_SET_METHOD 3 | 4 | .Dt RSA_SET_METHOD 3 |
3 | .Os | 5 | .Os |
4 | .Sh NAME | 6 | .Sh NAME |
@@ -93,7 +95,7 @@ the handle to that | |||
93 | will be released during the change. | 95 | will be released during the change. |
94 | It is possible to have RSA keys that only work with certain | 96 | It is possible to have RSA keys that only work with certain |
95 | .Vt RSA_METHOD | 97 | .Vt RSA_METHOD |
96 | implementations (eg. from an | 98 | implementations (e.g. from an |
97 | .Vt ENGINE | 99 | .Vt ENGINE |
98 | module that supports embedded hardware-protected keys), | 100 | module that supports embedded hardware-protected keys), |
99 | and in such cases attempting to change the | 101 | and in such cases attempting to change the |
@@ -296,7 +298,7 @@ RSA API without requiring changing these function prototypes. | |||
296 | .Sh CAVEATS | 298 | .Sh CAVEATS |
297 | As of version 0.9.7, | 299 | As of version 0.9.7, |
298 | .Vt RSA_METHOD | 300 | .Vt RSA_METHOD |
299 | implementations are grouped together with other algorithmic APIs (eg.\& | 301 | implementations are grouped together with other algorithmic APIs (e.g.\& |
300 | .Vt DSA_METHOD , | 302 | .Vt DSA_METHOD , |
301 | .Vt EVP_CIPHER , | 303 | .Vt EVP_CIPHER , |
302 | etc.) into | 304 | etc.) into |
@@ -307,7 +309,7 @@ If a default | |||
307 | is specified for RSA functionality using an | 309 | is specified for RSA functionality using an |
308 | .Xr engine 3 | 310 | .Xr engine 3 |
309 | API function, that will override any RSA defaults set using the RSA | 311 | API function, that will override any RSA defaults set using the RSA |
310 | API, ie.\& | 312 | API, i.e.\& |
311 | .Fn RSA_set_default_method . | 313 | .Fn RSA_set_default_method . |
312 | For this reason, the | 314 | For this reason, the |
313 | .Xr engine 3 | 315 | .Xr engine 3 |