summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/d2i_RSAPublicKey.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/d2i_RSAPublicKey.3')
-rw-r--r--src/lib/libcrypto/man/d2i_RSAPublicKey.323
1 files changed, 14 insertions, 9 deletions
diff --git a/src/lib/libcrypto/man/d2i_RSAPublicKey.3 b/src/lib/libcrypto/man/d2i_RSAPublicKey.3
index a98fd44018..d6c376d84b 100644
--- a/src/lib/libcrypto/man/d2i_RSAPublicKey.3
+++ b/src/lib/libcrypto/man/d2i_RSAPublicKey.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: d2i_RSAPublicKey.3,v 1.12 2018/03/23 05:48:56 schwarze Exp $ 1.\" $OpenBSD: d2i_RSAPublicKey.3,v 1.13 2018/03/27 17:35:50 schwarze Exp $
2.\" OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400 2.\" OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -67,7 +67,7 @@
67.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 67.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
68.\" OF THE POSSIBILITY OF SUCH DAMAGE. 68.\" OF THE POSSIBILITY OF SUCH DAMAGE.
69.\" 69.\"
70.Dd $Mdocdate: March 23 2018 $ 70.Dd $Mdocdate: March 27 2018 $
71.Dt D2I_RSAPUBLICKEY 3 71.Dt D2I_RSAPUBLICKEY 3
72.Os 72.Os
73.Sh NAME 73.Sh NAME
@@ -353,18 +353,23 @@ section 4.1: Basic Certificate Fields
353.Fn i2d_RSAPublicKey , 353.Fn i2d_RSAPublicKey ,
354.Fn d2i_RSAPrivateKey , 354.Fn d2i_RSAPrivateKey ,
355.Fn i2d_RSAPrivateKey , 355.Fn i2d_RSAPrivateKey ,
356.Fn d2i_RSAPrivateKey_fp ,
357.Fn i2d_RSAPrivateKey_fp ,
356.Fn d2i_Netscape_RSA , 358.Fn d2i_Netscape_RSA ,
357.Fn i2d_Netscape_RSA , 359and
360.Fn i2d_Netscape_RSA
361first appeared in SSLeay 0.5.1.
362.Fn d2i_RSAPrivateKey_bio
363and
364.Fn i2d_RSAPrivateKey_bio
365first appeared in SSLeay 0.6.0.
358.Fn d2i_RSAPublicKey_bio , 366.Fn d2i_RSAPublicKey_bio ,
359.Fn d2i_RSAPublicKey_fp , 367.Fn d2i_RSAPublicKey_fp ,
360.Fn i2d_RSAPublicKey_bio , 368.Fn i2d_RSAPublicKey_bio ,
361.Fn i2d_RSAPublicKey_fp ,
362.Fn d2i_RSAPrivateKey_bio ,
363.Fn d2i_RSAPrivateKey_fp ,
364.Fn i2d_RSAPrivateKey_bio ,
365and 369and
366.Fn i2d_RSAPrivateKey_fp 370.Fn i2d_RSAPublicKey_fp
367appeared before SSLeay 0.8 and have been available since 371first appeared in SSLeay 0.8.1.
372These functions have been available since
368.Ox 2.4 . 373.Ox 2.4 .
369.Pp 374.Pp
370.Fn d2i_RSA_PUBKEY , 375.Fn d2i_RSA_PUBKEY ,