From 899a1058abcbe6fe59592ed5d46cc4b55cf12326 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sun, 25 Dec 2016 22:15:10 +0000 Subject: Consistently mark up various ASN.1 type names defined in standards related to X.509 with .Vt such that they can be searched for. --- src/lib/libcrypto/man/X509_REQ_new.3 | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'src/lib/libcrypto/man/X509_REQ_new.3') diff --git a/src/lib/libcrypto/man/X509_REQ_new.3 b/src/lib/libcrypto/man/X509_REQ_new.3 index f4089ba2a2..76da125898 100644 --- a/src/lib/libcrypto/man/X509_REQ_new.3 +++ b/src/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 .\" @@ -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 -- cgit v1.2.3-55-g6feb