From 84c3174286898ff13a0365705279864b06320097 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Thu, 22 Mar 2018 16:06:33 +0000 Subject: crypto HISTORY up to 0.9.5; researched from OpenSSL git --- src/lib/libcrypto/man/RSA_set_method.3 | 37 ++++++---------------------------- 1 file changed, 6 insertions(+), 31 deletions(-) (limited to 'src/lib/libcrypto/man/RSA_set_method.3') 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 @@ -.\" $OpenBSD: RSA_set_method.3,v 1.9 2018/03/21 21:18:08 schwarze Exp $ +.\" $OpenBSD: RSA_set_method.3,v 1.10 2018/03/22 16:06:33 schwarze Exp $ .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file was written by Ulf Moeller @@ -50,7 +50,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 21 2018 $ +.Dd $Mdocdate: March 22 2018 $ .Dt RSA_SET_METHOD 3 .Os .Sh NAME @@ -61,9 +61,7 @@ .Nm RSA_PKCS1_SSLeay , .Nm RSA_null_method , .Nm RSA_flags , -.Nm RSA_new_method , -.Nm RSA_get_default_openssl_method , -.Nm RSA_set_default_openssl_method +.Nm RSA_new_method .Nd select RSA method .Sh SYNOPSIS .In openssl/rsa.h @@ -327,32 +325,9 @@ components of first appeared in OpenSSL 0.9.4 and have been available since .Ox 2.6 . .Pp -.Fn RSA_set_default_openssl_method -and -.Fn RSA_get_default_openssl_method -replaced -.Fn RSA_set_default_method -and -.Fn RSA_get_default_method -respectively, and -.Fn RSA_set_method -and -.Fn RSA_new_method -were altered to use -.Vt ENGINE Ns s -rather than -.Vt RSA_METHOD Ns s -during development of the -.Xr engine 3 -version of OpenSSL 0.9.6. -For 0.9.7, the handling of defaults in the -.Xr engine 3 -API was restructured so that this change was reversed, and behaviour -of the other functions resembled more closely the previous behaviour. -The behaviour of defaults in the -.Xr engine 3 -API now transparently overrides the behaviour of defaults in the -RSA API without requiring changing these function prototypes. +.Fn RSA_null_method +first appeared in OpenSSL 0.9.5 and has been available since +.Ox 2.7 . .Sh CAVEATS As of version 0.9.7, .Vt RSA_METHOD -- cgit v1.2.3-55-g6feb