summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/man/d2i_RSAPublicKey.3
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2004-03-17 16:15:46 +0000
committernectar <nectar@FreeBSD.org>2004-03-17 16:15:46 +0000
commit58c7296bfa023884da79688437e69cf9f65e4c9c (patch)
tree6694b8e0ce1fcdcd702858af32a14363c265aff9 /secure/lib/libcrypto/man/d2i_RSAPublicKey.3
parent15b921d6485d4da2f187ad751c9bb7ca208c31ad (diff)
downloadFreeBSD-src-58c7296bfa023884da79688437e69cf9f65e4c9c.zip
FreeBSD-src-58c7296bfa023884da79688437e69cf9f65e4c9c.tar.gz
Update manual pages for OpenSSL 0.9.7d.
Diffstat (limited to 'secure/lib/libcrypto/man/d2i_RSAPublicKey.3')
-rw-r--r--secure/lib/libcrypto/man/d2i_RSAPublicKey.311
1 files changed, 6 insertions, 5 deletions
diff --git a/secure/lib/libcrypto/man/d2i_RSAPublicKey.3 b/secure/lib/libcrypto/man/d2i_RSAPublicKey.3
index cb41fbe..07d3033 100644
--- a/secure/lib/libcrypto/man/d2i_RSAPublicKey.3
+++ b/secure/lib/libcrypto/man/d2i_RSAPublicKey.3
@@ -1,5 +1,5 @@
.\" Automatically generated by Pod::Man version 1.15
-.\" Wed Feb 19 16:43:02 2003
+.\" Wed Mar 17 09:38:42 2004
.\"
.\" Standard preamble:
.\" ======================================================================
@@ -138,7 +138,7 @@
.\" ======================================================================
.\"
.IX Title "d2i_RSAPublicKey 3"
-.TH d2i_RSAPublicKey 3 "0.9.7a" "2003-02-19" "OpenSSL"
+.TH d2i_RSAPublicKey 3 "0.9.7d" "2004-03-17" "OpenSSL"
.UC
.SH "NAME"
d2i_RSAPublicKey, i2d_RSAPublicKey, d2i_RSAPrivateKey, i2d_RSAPrivateKey,
@@ -146,8 +146,9 @@ d2i_RSA_PUBKEY, i2d_RSA_PUBKEY, i2d_Netscape_RSA,
d2i_Netscape_RSA \- \s-1RSA\s0 public and private key encoding functions.
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
-.Vb 1
+.Vb 2
\& #include <openssl/rsa.h>
+\& #include <openssl/x509.h>
.Ve
.Vb 1
\& RSA * d2i_RSAPublicKey(RSA **a, unsigned char **pp, long length);
@@ -178,8 +179,8 @@ d2i_Netscape_RSA \- \s-1RSA\s0 public and private key encoding functions.
\&\fId2i_RSAPublicKey()\fR and \fIi2d_RSAPublicKey()\fR decode and encode a PKCS#1 RSAPublicKey
structure.
.PP
-\&\fId2i_RSA_PUKEY()\fR and \fIi2d_RSA_PUKEY()\fR decode and encode an \s-1RSA\s0 public key using a
-SubjectPublicKeyInfo (certificate public key) structure.
+\&\fId2i_RSA_PUBKEY()\fR and \fIi2d_RSA_PUBKEY()\fR decode and encode an \s-1RSA\s0 public key using
+a SubjectPublicKeyInfo (certificate public key) structure.
.PP
\&\fId2i_RSAPrivateKey()\fR, \fIi2d_RSAPrivateKey()\fR decode and encode a PKCS#1 RSAPrivateKey
structure.
OpenPOWER on IntegriCloud