summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509_CRL_new.3
diff options
context:
space:
mode:
authorschwarze <>2016-12-25 22:15:10 +0000
committerschwarze <>2016-12-25 22:15:10 +0000
commit899a1058abcbe6fe59592ed5d46cc4b55cf12326 (patch)
tree90a8fcb1d550495e918efcdbf187d897e1c021f7 /src/lib/libcrypto/man/X509_CRL_new.3
parent5667f2b73d8867280a0e2b3dd1d8068478634723 (diff)
downloadopenbsd-899a1058abcbe6fe59592ed5d46cc4b55cf12326.tar.gz
openbsd-899a1058abcbe6fe59592ed5d46cc4b55cf12326.tar.bz2
openbsd-899a1058abcbe6fe59592ed5d46cc4b55cf12326.zip
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 'src/lib/libcrypto/man/X509_CRL_new.3')
-rw-r--r--src/lib/libcrypto/man/X509_CRL_new.314
1 files changed, 8 insertions, 6 deletions
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 @@
1.\" $OpenBSD: X509_CRL_new.3,v 1.2 2016/12/24 01:29:40 schwarze Exp $ 1.\" $OpenBSD: X509_CRL_new.3,v 1.3 2016/12/25 22:15:10 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: December 24 2016 $ 17.Dd $Mdocdate: December 25 2016 $
18.Dt X509_CRL_NEW 3 18.Dt X509_CRL_NEW 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -37,8 +37,9 @@
37.Fn X509_CRL_new 37.Fn X509_CRL_new
38allocates and initializes an empty 38allocates and initializes an empty
39.Vt X509_CRL 39.Vt X509_CRL
40object, representing an ASN.1 CertificateList structure 40object, representing an ASN.1
41defined in RFC 5280 section 5.1. 41.Vt CertificateList
42structure defined in RFC 5280 section 5.1.
42It can hold a pointer to an 43It can hold a pointer to an
43.Vt X509_CRL_INFO 44.Vt X509_CRL_INFO
44object discussed below together with a cryptographic signature 45object discussed below together with a cryptographic signature
@@ -50,8 +51,9 @@ frees
50.Fn X509_CRL_INFO_new 51.Fn X509_CRL_INFO_new
51allocates and initializes an empty 52allocates and initializes an empty
52.Vt X509_CRL_INFO 53.Vt X509_CRL_INFO
53object, representing an ASN.1 TBSCertList structure 54object, representing an ASN.1
54defined in RFC 5280 section 5.1. 55.Vt TBSCertList
56structure defined in RFC 5280 section 5.1.
55It is used inside the 57It is used inside the
56.Vt X509_CRL 58.Vt X509_CRL
57object and can hold a list of revoked certificates, an issuer name, 59object and can hold a list of revoked certificates, an issuer name,