diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-27 17:35:51 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-27 17:35:51 +0000 |
commit | 25f4ab68a920d5d0f61d0dfa51fdec8987c269dc (patch) | |
tree | 6208fde7ac9d831efb20b6a04a06f937dad04fcc /lib/libcrypto/man/RSA_set_method.3 | |
parent | 96c2295dd79f95dcd2421b38c03c1be54aae4930 (diff) |
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs
on the web, so fix up SSLeay HISTORY accordingly
Diffstat (limited to 'lib/libcrypto/man/RSA_set_method.3')
-rw-r--r-- | lib/libcrypto/man/RSA_set_method.3 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/lib/libcrypto/man/RSA_set_method.3 b/lib/libcrypto/man/RSA_set_method.3 index e54e7b5d7e3..9c5314e6f22 100644 --- a/lib/libcrypto/man/RSA_set_method.3 +++ b/lib/libcrypto/man/RSA_set_method.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: RSA_set_method.3,v 1.10 2018/03/22 16:06:33 schwarze Exp $ +.\" $OpenBSD: RSA_set_method.3,v 1.11 2018/03/27 17:35:50 schwarze Exp $ .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file was written by Ulf Moeller <ulf@openssl.org> @@ -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 22 2018 $ +.Dd $Mdocdate: March 27 2018 $ .Dt RSA_SET_METHOD 3 .Os .Sh NAME @@ -301,12 +301,11 @@ Otherwise it returns a pointer to the newly allocated structure. .Xr RSA_meth_new 3 , .Xr RSA_new 3 .Sh HISTORY -.Fn RSA_PKCS1_SSLeay -appeared before SSLeay 0.8. -.Fn RSA_new_method +.Fn RSA_set_default_method , +.Fn RSA_PKCS1_SSLeay , and -.Fn RSA_set_default_method -first appeared in SSLeay 0.8. +.Fn RSA_new_method +first appeared in SSLeay 0.8.0. .Fn RSA_flags first appeared in SSLeay 0.9.0. These functions have been available since |