diff options
Diffstat (limited to 'src/lib/libcrypto/man/DIST_POINT_new.3')
-rw-r--r-- | src/lib/libcrypto/man/DIST_POINT_new.3 | 24 |
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 |
53 | allocates and initializes an empty | 53 | allocates and initializes an empty |
54 | .Vt DIST_POINT | 54 | .Vt DIST_POINT |
55 | object, representing an ASN.1 DistributionPoint structure | 55 | object, representing an ASN.1 |
56 | defined in RFC 5280 section 4.2.1.13. | 56 | .Vt DistributionPoint |
57 | structure defined in RFC 5280 section 4.2.1.13. | ||
57 | It can hold issuer names, distribution point names, and reason flags. | 58 | It can hold issuer names, distribution point names, and reason flags. |
58 | .Fn DIST_POINT_free | 59 | .Fn DIST_POINT_free |
59 | frees | 60 | frees |
@@ -64,8 +65,9 @@ allocates and initializes an empty | |||
64 | .Vt CRL_DIST_POINTS | 65 | .Vt CRL_DIST_POINTS |
65 | object, which is a | 66 | object, which is a |
66 | .Vt STACK_OF(DIST_POINT) | 67 | .Vt STACK_OF(DIST_POINT) |
67 | and represents the ASN.1 CRLDistributionPoints structure | 68 | and represents the ASN.1 |
68 | defined in RFC 5280 section 4.2.1.13. | 69 | .Vt CRLDistributionPoints |
70 | structure defined in RFC 5280 section 4.2.1.13. | ||
69 | It can be used as an extension in | 71 | It can be used as an extension in |
70 | .Vt X509 | 72 | .Vt X509 |
71 | and in | 73 | and in |
@@ -78,8 +80,9 @@ frees | |||
78 | .Fn DIST_POINT_NAME_new | 80 | .Fn DIST_POINT_NAME_new |
79 | allocates and initializes an empty | 81 | allocates and initializes an empty |
80 | .Vt DIST_POINT_NAME | 82 | .Vt DIST_POINT_NAME |
81 | object, representing an ASN.1 DistributionPointName structure | 83 | object, representing an ASN.1 |
82 | defined in RFC 5280 section 4.2.1.13. | 84 | .Vt DistributionPointName |
85 | structure defined in RFC 5280 section 4.2.1.13. | ||
83 | It is used by the | 86 | It is used by the |
84 | .Vt DIST_POINT | 87 | .Vt DIST_POINT |
85 | and | 88 | and |
@@ -93,8 +96,9 @@ frees | |||
93 | .Fn ISSUING_DIST_POINT_new | 96 | .Fn ISSUING_DIST_POINT_new |
94 | allocates and initializes an empty | 97 | allocates and initializes an empty |
95 | .Vt ISSUING_DIST_POINT | 98 | .Vt ISSUING_DIST_POINT |
96 | object, representing an ASN.1 IssuingDistributionPoint structure | 99 | object, representing an ASN.1 |
97 | defined in RFC 5280 section 5.2.5. | 100 | .Vt IssuingDistributionPoint |
101 | structure defined in RFC 5280 section 5.2.5. | ||
98 | Using this extension, a CRL can specify which distribution point | 102 | Using this extension, a CRL can specify which distribution point |
99 | it was issued from and which kinds of certificates and revocation | 103 | it was issued from and which kinds of certificates and revocation |
100 | reasons it covers. | 104 | reasons it covers. |