summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RSA_set_method.3
diff options
context:
space:
mode:
authorjmc <>2016-12-02 19:28:41 +0000
committerjmc <>2016-12-02 19:28:41 +0000
commit92e3251f85c680232fbb1ad5808ec9e7937e6de0 (patch)
tree152239405c56b48f3cd636b9eaab6631af067773 /src/lib/libcrypto/man/RSA_set_method.3
parentedeca41299a79a482a3b568a3315d09a7684f347 (diff)
downloadopenbsd-92e3251f85c680232fbb1ad5808ec9e7937e6de0.tar.gz
openbsd-92e3251f85c680232fbb1ad5808ec9e7937e6de0.tar.bz2
openbsd-92e3251f85c680232fbb1ad5808ec9e7937e6de0.zip
minor cleanup;
Diffstat (limited to 'src/lib/libcrypto/man/RSA_set_method.3')
-rw-r--r--src/lib/libcrypto/man/RSA_set_method.319
1 files changed, 10 insertions, 9 deletions
diff --git a/src/lib/libcrypto/man/RSA_set_method.3 b/src/lib/libcrypto/man/RSA_set_method.3
index beb9f25a30..5b6cf8442e 100644
--- a/src/lib/libcrypto/man/RSA_set_method.3
+++ b/src/lib/libcrypto/man/RSA_set_method.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: RSA_set_method.3,v 1.3 2016/11/29 16:46:41 schwarze Exp $ 1.\" $OpenBSD: RSA_set_method.3,v 1.4 2016/12/02 19:28:41 jmc Exp $
2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org> 4.\" This file was written by Ulf Moeller <ulf@openssl.org>
@@ -50,7 +50,7 @@
50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
51.\" OF THE POSSIBILITY OF SUCH DAMAGE. 51.\" OF THE POSSIBILITY OF SUCH DAMAGE.
52.\" 52.\"
53.Dd $Mdocdate: November 29 2016 $ 53.Dd $Mdocdate: December 2 2016 $
54.Dt RSA_SET_METHOD 3 54.Dt RSA_SET_METHOD 3
55.Os 55.Os
56.Sh NAME 56.Sh NAME
@@ -159,13 +159,13 @@ being used by
159.Fa rsa . 159.Fa rsa .
160This method may or may not be supplied by an 160This method may or may not be supplied by an
161.Vt ENGINE 161.Vt ENGINE
162implementation, but if it is, the return value can only be guaranteed 162implementation but if it is, the return value can only be guaranteed
163to be valid as long as the RSA key itself is valid and does not 163to be valid as long as the RSA key itself is valid and does not
164have its implementation changed by 164have its implementation changed by
165.Fn RSA_set_method . 165.Fn RSA_set_method .
166.Pp 166.Pp
167.Fn RSA_flags 167.Fn RSA_flags
168returns the flags that are set for the current 168returns the flags that are set for the current
169.Vt RSA_METHOD 169.Vt RSA_METHOD
170of 170of
171.Fa rsa . 171.Fa rsa .
@@ -181,7 +181,7 @@ structure so that
181will be used for the RSA operations. 181will be used for the RSA operations.
182If 182If
183.Sy engine 183.Sy engine
184is NULL, the default ENGINE for RSA operations is used, and if no 184is NULL, the default ENGINE for RSA operations is used and, if no
185default ENGINE is set, the RSA_METHOD controlled by 185default ENGINE is set, the RSA_METHOD controlled by
186.Fn RSA_set_default_method 186.Fn RSA_set_default_method
187is used. 187is used.
@@ -349,9 +349,10 @@ RSA API without requiring changing these function prototypes.
349As of version 0.9.7, 349As of version 0.9.7,
350.Vt RSA_METHOD 350.Vt RSA_METHOD
351implementations are grouped together with other algorithmic APIs (e.g.\& 351implementations are grouped together with other algorithmic APIs (e.g.\&
352.Vt DSA_METHOD , 352.Vt DSA_METHOD
353.Vt EVP_CIPHER , 353or
354etc.) into 354.Vt EVP_CIPHER )
355into
355.Vt ENGINE 356.Vt ENGINE
356modules. 357modules.
357If a default 358If a default
@@ -368,7 +369,7 @@ use in RSA and other cryptographic algorithms.
368.Sh BUGS 369.Sh BUGS
369The behaviour of 370The behaviour of
370.Fn RSA_flags 371.Fn RSA_flags
371is a mis-feature that is left as-is for now to avoid creating 372is a misfeature that is left as-is for now to avoid creating
372compatibility problems. 373compatibility problems.
373RSA functionality, such as the encryption functions, are controlled by 374RSA functionality, such as the encryption functions, are controlled by
374the 375the