diff options
Diffstat (limited to 'src/lib/libcrypto/man/AUTHORITY_KEYID_new.3')
-rw-r--r-- | src/lib/libcrypto/man/AUTHORITY_KEYID_new.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/AUTHORITY_KEYID_new.3 b/src/lib/libcrypto/man/AUTHORITY_KEYID_new.3 index 5186fea0f3..94d6e14abb 100644 --- a/src/lib/libcrypto/man/AUTHORITY_KEYID_new.3 +++ b/src/lib/libcrypto/man/AUTHORITY_KEYID_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: AUTHORITY_KEYID_new.3,v 1.1 2016/12/23 14:37:08 schwarze Exp $ | 1 | .\" $OpenBSD: AUTHORITY_KEYID_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 AUTHORITY_KEYID_NEW 3 | 18 | .Dt AUTHORITY_KEYID_NEW 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -35,8 +35,9 @@ for signing it. | |||
35 | .Fn AUTHORITY_KEYID_new | 35 | .Fn AUTHORITY_KEYID_new |
36 | allocates and initializes an empty | 36 | allocates and initializes an empty |
37 | .Vt AUTHORITY_KEYID | 37 | .Vt AUTHORITY_KEYID |
38 | object, representing an ASN.1 AuthorityKeyIdentifier structure | 38 | object, representing an ASN.1 |
39 | defined in RFC 5280 section 4.2.1.1. | 39 | .Vt AuthorityKeyIdentifier |
40 | structure defined in RFC 5280 section 4.2.1.1. | ||
40 | It can hold an issuer name, a serial number, and a key identifier. | 41 | It can hold an issuer name, a serial number, and a key identifier. |
41 | .Pp | 42 | .Pp |
42 | .Fn AUTHORITY_KEYID_free | 43 | .Fn AUTHORITY_KEYID_free |