diff options
Diffstat (limited to 'src/lib/libcrypto/man/RSA_set_method.3')
-rw-r--r-- | src/lib/libcrypto/man/RSA_set_method.3 | 19 |
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 . |
160 | This method may or may not be supplied by an | 160 | This method may or may not be supplied by an |
161 | .Vt ENGINE | 161 | .Vt ENGINE |
162 | implementation, but if it is, the return value can only be guaranteed | 162 | implementation but if it is, the return value can only be guaranteed |
163 | to be valid as long as the RSA key itself is valid and does not | 163 | to be valid as long as the RSA key itself is valid and does not |
164 | have its implementation changed by | 164 | have 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 |
168 | returns the flags that are set for the current | 168 | returns the flags that are set for the current |
169 | .Vt RSA_METHOD | 169 | .Vt RSA_METHOD |
170 | of | 170 | of |
171 | .Fa rsa . | 171 | .Fa rsa . |
@@ -181,7 +181,7 @@ structure so that | |||
181 | will be used for the RSA operations. | 181 | will be used for the RSA operations. |
182 | If | 182 | If |
183 | .Sy engine | 183 | .Sy engine |
184 | is NULL, the default ENGINE for RSA operations is used, and if no | 184 | is NULL, the default ENGINE for RSA operations is used and, if no |
185 | default ENGINE is set, the RSA_METHOD controlled by | 185 | default ENGINE is set, the RSA_METHOD controlled by |
186 | .Fn RSA_set_default_method | 186 | .Fn RSA_set_default_method |
187 | is used. | 187 | is used. |
@@ -349,9 +349,10 @@ RSA API without requiring changing these function prototypes. | |||
349 | As of version 0.9.7, | 349 | As of version 0.9.7, |
350 | .Vt RSA_METHOD | 350 | .Vt RSA_METHOD |
351 | implementations are grouped together with other algorithmic APIs (e.g.\& | 351 | implementations are grouped together with other algorithmic APIs (e.g.\& |
352 | .Vt DSA_METHOD , | 352 | .Vt DSA_METHOD |
353 | .Vt EVP_CIPHER , | 353 | or |
354 | etc.) into | 354 | .Vt EVP_CIPHER ) |
355 | into | ||
355 | .Vt ENGINE | 356 | .Vt ENGINE |
356 | modules. | 357 | modules. |
357 | If a default | 358 | If a default |
@@ -368,7 +369,7 @@ use in RSA and other cryptographic algorithms. | |||
368 | .Sh BUGS | 369 | .Sh BUGS |
369 | The behaviour of | 370 | The behaviour of |
370 | .Fn RSA_flags | 371 | .Fn RSA_flags |
371 | is a mis-feature that is left as-is for now to avoid creating | 372 | is a misfeature that is left as-is for now to avoid creating |
372 | compatibility problems. | 373 | compatibility problems. |
373 | RSA functionality, such as the encryption functions, are controlled by | 374 | RSA functionality, such as the encryption functions, are controlled by |
374 | the | 375 | the |