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_CRL_new.3 | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'src/lib/libcrypto/man/X509_CRL_new.3') diff --git a/src/lib/libcrypto/man/X509_CRL_new.3 b/src/lib/libcrypto/man/X509_CRL_new.3 index 03a0caa5be..2f35b100cb 100644 --- a/src/lib/libcrypto/man/X509_CRL_new.3 +++ b/src/lib/libcrypto/man/X509_CRL_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_CRL_new.3,v 1.2 2016/12/24 01:29:40 schwarze Exp $ +.\" $OpenBSD: X509_CRL_new.3,v 1.3 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 24 2016 $ +.Dd $Mdocdate: December 25 2016 $ .Dt X509_CRL_NEW 3 .Os .Sh NAME @@ -37,8 +37,9 @@ .Fn X509_CRL_new allocates and initializes an empty .Vt X509_CRL -object, representing an ASN.1 CertificateList structure -defined in RFC 5280 section 5.1. +object, representing an ASN.1 +.Vt CertificateList +structure defined in RFC 5280 section 5.1. It can hold a pointer to an .Vt X509_CRL_INFO object discussed below together with a cryptographic signature @@ -50,8 +51,9 @@ frees .Fn X509_CRL_INFO_new allocates and initializes an empty .Vt X509_CRL_INFO -object, representing an ASN.1 TBSCertList structure -defined in RFC 5280 section 5.1. +object, representing an ASN.1 +.Vt TBSCertList +structure defined in RFC 5280 section 5.1. It is used inside the .Vt X509_CRL object and can hold a list of revoked certificates, an issuer name, -- cgit v1.2.3-55-g6feb