summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/DIST_POINT_new.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/DIST_POINT_new.3')
-rw-r--r--src/lib/libcrypto/man/DIST_POINT_new.324
1 files changed, 14 insertions, 10 deletions
diff --git a/src/lib/libcrypto/man/DIST_POINT_new.3 b/src/lib/libcrypto/man/DIST_POINT_new.3
index 8498e5a7d0..bbd4855e11 100644
--- a/src/lib/libcrypto/man/DIST_POINT_new.3
+++ b/src/lib/libcrypto/man/DIST_POINT_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: DIST_POINT_new.3,v 1.1 2016/12/23 15:25:19 schwarze Exp $ 1.\" $OpenBSD: DIST_POINT_new.3,v 1.2 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 23 2016 $ 17.Dd $Mdocdate: December 25 2016 $
18.Dt DIST_POINT_NEW 3 18.Dt DIST_POINT_NEW 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -52,8 +52,9 @@ where to obtain certificate revocation lists that might later revoke it.
52.Fn DIST_POINT_new 52.Fn DIST_POINT_new
53allocates and initializes an empty 53allocates and initializes an empty
54.Vt DIST_POINT 54.Vt DIST_POINT
55object, representing an ASN.1 DistributionPoint structure 55object, representing an ASN.1
56defined in RFC 5280 section 4.2.1.13. 56.Vt DistributionPoint
57structure defined in RFC 5280 section 4.2.1.13.
57It can hold issuer names, distribution point names, and reason flags. 58It can hold issuer names, distribution point names, and reason flags.
58.Fn DIST_POINT_free 59.Fn DIST_POINT_free
59frees 60frees
@@ -64,8 +65,9 @@ allocates and initializes an empty
64.Vt CRL_DIST_POINTS 65.Vt CRL_DIST_POINTS
65object, which is a 66object, which is a
66.Vt STACK_OF(DIST_POINT) 67.Vt STACK_OF(DIST_POINT)
67and represents the ASN.1 CRLDistributionPoints structure 68and represents the ASN.1
68defined in RFC 5280 section 4.2.1.13. 69.Vt CRLDistributionPoints
70structure defined in RFC 5280 section 4.2.1.13.
69It can be used as an extension in 71It can be used as an extension in
70.Vt X509 72.Vt X509
71and in 73and in
@@ -78,8 +80,9 @@ frees
78.Fn DIST_POINT_NAME_new 80.Fn DIST_POINT_NAME_new
79allocates and initializes an empty 81allocates and initializes an empty
80.Vt DIST_POINT_NAME 82.Vt DIST_POINT_NAME
81object, representing an ASN.1 DistributionPointName structure 83object, representing an ASN.1
82defined in RFC 5280 section 4.2.1.13. 84.Vt DistributionPointName
85structure defined in RFC 5280 section 4.2.1.13.
83It is used by the 86It is used by the
84.Vt DIST_POINT 87.Vt DIST_POINT
85and 88and
@@ -93,8 +96,9 @@ frees
93.Fn ISSUING_DIST_POINT_new 96.Fn ISSUING_DIST_POINT_new
94allocates and initializes an empty 97allocates and initializes an empty
95.Vt ISSUING_DIST_POINT 98.Vt ISSUING_DIST_POINT
96object, representing an ASN.1 IssuingDistributionPoint structure 99object, representing an ASN.1
97defined in RFC 5280 section 5.2.5. 100.Vt IssuingDistributionPoint
101structure defined in RFC 5280 section 5.2.5.
98Using this extension, a CRL can specify which distribution point 102Using this extension, a CRL can specify which distribution point
99it was issued from and which kinds of certificates and revocation 103it was issued from and which kinds of certificates and revocation
100reasons it covers. 104reasons it covers.