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/X509_REQ_new.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/X509_REQ_new.3')
-rw-r--r-- | lib/libcrypto/man/X509_REQ_new.3 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/lib/libcrypto/man/X509_REQ_new.3 b/lib/libcrypto/man/X509_REQ_new.3 index f4089ba2a21..76da1258989 100644 --- a/lib/libcrypto/man/X509_REQ_new.3 +++ b/lib/libcrypto/man/X509_REQ_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_REQ_new.3,v 1.1 2016/12/17 01:08:14 schwarze Exp $ +.\" $OpenBSD: X509_REQ_new.3,v 1.2 2016/12/25 22:15:10 schwarze Exp $ .\" .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 17 2016 $ +.Dd $Mdocdate: December 25 2016 $ .Dt X509_REQ_NEW 3 .Os .Sh NAME @@ -37,8 +37,9 @@ .Fn X509_REQ_new allocates and initializes an empty .Vt X509_REQ -object, representing an ASN.1 CertificationRequest structure -defined in RFC 2986 section 4.2. +object, representing an ASN.1 +.Vt CertificationRequest +structure defined in RFC 2986 section 4.2. It can hold a pointer to an .Vt X509_REQ_INFO object discussed below together with a cryptographic signature and @@ -50,8 +51,9 @@ frees .Fn X509_REQ_INFO_new allocates and initializes an empty .Vt X509_REQ_INFO -object, representing an ASN.1 CertificationRequestInfo structure -defined in RFC 2986 section 4.1. +object, representing an ASN.1 +.Vt CertificationRequestInfo +structure defined in RFC 2986 section 4.1. It is used inside the .Vt X509_REQ object and can hold the subject and the public key of the requested |