diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-25 22:15:11 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-25 22:15:11 +0000 |
commit | 350a306838dd302c93523554d6af8e60ad70d1a9 (patch) | |
tree | a970b55b53f8821fd1ef06dbfe010f4fccf9d39d /lib/libcrypto/man/d2i_RSAPublicKey.3 | |
parent | 77e27bced3de71323a97c3e37554d024afe23b49 (diff) |
Consistently mark up various ASN.1 type names defined in standards
related to X.509 with .Vt such that they can be searched for.
Diffstat (limited to 'lib/libcrypto/man/d2i_RSAPublicKey.3')
-rw-r--r-- | lib/libcrypto/man/d2i_RSAPublicKey.3 | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/lib/libcrypto/man/d2i_RSAPublicKey.3 b/lib/libcrypto/man/d2i_RSAPublicKey.3 index 6f51229ec74..22d904157ff 100644 --- a/lib/libcrypto/man/d2i_RSAPublicKey.3 +++ b/lib/libcrypto/man/d2i_RSAPublicKey.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: d2i_RSAPublicKey.3,v 1.5 2016/12/11 12:21:48 schwarze Exp $ +.\" $OpenBSD: d2i_RSAPublicKey.3,v 1.6 2016/12/25 22:15:10 schwarze Exp $ .\" OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400 .\" .\" This file was written by Ulf Moeller <ulf@openssl.org> and @@ -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: December 11 2016 $ +.Dd $Mdocdate: December 25 2016 $ .Dt D2I_RSAPUBLICKEY 3 .Os .Sh NAME @@ -140,12 +140,15 @@ .Fn d2i_RSAPublicKey and .Fn i2d_RSAPublicKey -decode and encode a PKCS#1 RSAPublicKey structure. +decode and encode a PKCS#1 +.Vt RSAPublicKey +structure. .Pp .Fn d2i_RSA_PUBKEY and .Fn i2d_RSA_PUBKEY -decode and encode an RSA public key using a SubjectPublicKeyInfo +decode and encode an RSA public key using an ASN.1 +.Vt SubjectPublicKeyInfo (certificate public key) structure. .Pp .Fn d2i_RSA_PUBKEY_bio , @@ -165,7 +168,9 @@ pointer. .Pp .Fn d2i_RSAPrivateKey , .Fn i2d_RSAPrivateKey -decode and encode a PKCS#1 RSAPrivateKey structure. +decode and encode a PKCS#1 +.Vt RSAPrivateKey +structure. .Pp .Fn d2i_Netscape_RSA , .Fn i2d_Netscape_RSA |