diff options
Diffstat (limited to 'src/lib/libcrypto/man/RSA_set_method.3')
-rw-r--r-- | src/lib/libcrypto/man/RSA_set_method.3 | 37 |
1 files changed, 6 insertions, 31 deletions
diff --git a/src/lib/libcrypto/man/RSA_set_method.3 b/src/lib/libcrypto/man/RSA_set_method.3 index 8fe70e68a6..e54e7b5d7e 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.9 2018/03/21 21:18:08 schwarze Exp $ | 1 | .\" $OpenBSD: RSA_set_method.3,v 1.10 2018/03/22 16:06:33 schwarze 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: March 21 2018 $ | 53 | .Dd $Mdocdate: March 22 2018 $ |
54 | .Dt RSA_SET_METHOD 3 | 54 | .Dt RSA_SET_METHOD 3 |
55 | .Os | 55 | .Os |
56 | .Sh NAME | 56 | .Sh NAME |
@@ -61,9 +61,7 @@ | |||
61 | .Nm RSA_PKCS1_SSLeay , | 61 | .Nm RSA_PKCS1_SSLeay , |
62 | .Nm RSA_null_method , | 62 | .Nm RSA_null_method , |
63 | .Nm RSA_flags , | 63 | .Nm RSA_flags , |
64 | .Nm RSA_new_method , | 64 | .Nm RSA_new_method |
65 | .Nm RSA_get_default_openssl_method , | ||
66 | .Nm RSA_set_default_openssl_method | ||
67 | .Nd select RSA method | 65 | .Nd select RSA method |
68 | .Sh SYNOPSIS | 66 | .Sh SYNOPSIS |
69 | .In openssl/rsa.h | 67 | .In openssl/rsa.h |
@@ -327,32 +325,9 @@ components of | |||
327 | first appeared in OpenSSL 0.9.4 and have been available since | 325 | first appeared in OpenSSL 0.9.4 and have been available since |
328 | .Ox 2.6 . | 326 | .Ox 2.6 . |
329 | .Pp | 327 | .Pp |
330 | .Fn RSA_set_default_openssl_method | 328 | .Fn RSA_null_method |
331 | and | 329 | first appeared in OpenSSL 0.9.5 and has been available since |
332 | .Fn RSA_get_default_openssl_method | 330 | .Ox 2.7 . |
333 | replaced | ||
334 | .Fn RSA_set_default_method | ||
335 | and | ||
336 | .Fn RSA_get_default_method | ||
337 | respectively, and | ||
338 | .Fn RSA_set_method | ||
339 | and | ||
340 | .Fn RSA_new_method | ||
341 | were altered to use | ||
342 | .Vt ENGINE Ns s | ||
343 | rather than | ||
344 | .Vt RSA_METHOD Ns s | ||
345 | during development of the | ||
346 | .Xr engine 3 | ||
347 | version of OpenSSL 0.9.6. | ||
348 | For 0.9.7, the handling of defaults in the | ||
349 | .Xr engine 3 | ||
350 | API was restructured so that this change was reversed, and behaviour | ||
351 | of the other functions resembled more closely the previous behaviour. | ||
352 | The behaviour of defaults in the | ||
353 | .Xr engine 3 | ||
354 | API now transparently overrides the behaviour of defaults in the | ||
355 | RSA API without requiring changing these function prototypes. | ||
356 | .Sh CAVEATS | 331 | .Sh CAVEATS |
357 | As of version 0.9.7, | 332 | As of version 0.9.7, |
358 | .Vt RSA_METHOD | 333 | .Vt RSA_METHOD |