summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RSA_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/RSA_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/RSA_set_method.3')
-rw-r--r--src/lib/libcrypto/man/RSA_set_method.310
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
93will be released during the change. 95will be released during the change.
94It is possible to have RSA keys that only work with certain 96It is possible to have RSA keys that only work with certain
95.Vt RSA_METHOD 97.Vt RSA_METHOD
96implementations (eg. from an 98implementations (e.g. from an
97.Vt ENGINE 99.Vt ENGINE
98module that supports embedded hardware-protected keys), 100module that supports embedded hardware-protected keys),
99and in such cases attempting to change the 101and 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
297As of version 0.9.7, 299As of version 0.9.7,
298.Vt RSA_METHOD 300.Vt RSA_METHOD
299implementations are grouped together with other algorithmic APIs (eg.\& 301implementations 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 ,
302etc.) into 304etc.) into
@@ -307,7 +309,7 @@ If a default
307is specified for RSA functionality using an 309is specified for RSA functionality using an
308.Xr engine 3 310.Xr engine 3
309API function, that will override any RSA defaults set using the RSA 311API function, that will override any RSA defaults set using the RSA
310API, ie.\& 312API, i.e.\&
311.Fn RSA_set_default_method . 313.Fn RSA_set_default_method .
312For this reason, the 314For this reason, the
313.Xr engine 3 315.Xr engine 3