diff options
Diffstat (limited to 'src/lib/libcrypto/man/ACCESS_DESCRIPTION_new.3')
-rw-r--r-- | src/lib/libcrypto/man/ACCESS_DESCRIPTION_new.3 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/ACCESS_DESCRIPTION_new.3 b/src/lib/libcrypto/man/ACCESS_DESCRIPTION_new.3 index 18e50e24c0..8a829a5e2d 100644 --- a/src/lib/libcrypto/man/ACCESS_DESCRIPTION_new.3 +++ b/src/lib/libcrypto/man/ACCESS_DESCRIPTION_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ACCESS_DESCRIPTION_new.3,v 1.1 2016/12/23 22:21:40 schwarze Exp $ | 1 | .\" $OpenBSD: ACCESS_DESCRIPTION_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 ACCESS_DESCRIPTION_NEW 3 | 18 | .Dt ACCESS_DESCRIPTION_NEW 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -42,8 +42,9 @@ policy data. | |||
42 | .Fn ACCESS_DESCRIPTION_new | 42 | .Fn ACCESS_DESCRIPTION_new |
43 | allocates and initializes an empty | 43 | allocates and initializes an empty |
44 | .Vt ACCESS_DESCRIPTION | 44 | .Vt ACCESS_DESCRIPTION |
45 | object, representing an ASN.1 AccessDescription structure | 45 | object, representing an ASN.1 |
46 | defined in RFC 5280 section 4.2.2.1. | 46 | .Vt AccessDescription |
47 | structure defined in RFC 5280 section 4.2.2.1. | ||
47 | It can hold a pointer to a | 48 | It can hold a pointer to a |
48 | .Vt GENERAL_NAME | 49 | .Vt GENERAL_NAME |
49 | object documented in | 50 | object documented in |
@@ -90,8 +91,9 @@ allocates and initializes an empty | |||
90 | .Vt AUTHORITY_INFO_ACCESS | 91 | .Vt AUTHORITY_INFO_ACCESS |
91 | object, which is a | 92 | object, which is a |
92 | .Vt STACK_OF(ACCESS_DESCRIPTION) | 93 | .Vt STACK_OF(ACCESS_DESCRIPTION) |
93 | and represents an ASN.1 AuthorityInfoAccessSyntax structure | 94 | and represents an ASN.1 |
94 | defined in RFC 5280 section 4.2.2.1. | 95 | .Vt AuthorityInfoAccessSyntax |
96 | structure defined in RFC 5280 section 4.2.2.1. | ||
95 | If can be used for the authority information access extension of | 97 | If can be used for the authority information access extension of |
96 | certificates and certificate revocation lists and for the subject | 98 | certificates and certificate revocation lists and for the subject |
97 | information access extension of certificates. | 99 | information access extension of certificates. |