diff options
author | schwarze <> | 2016-12-25 22:15:10 +0000 |
---|---|---|
committer | schwarze <> | 2016-12-25 22:15:10 +0000 |
commit | 899a1058abcbe6fe59592ed5d46cc4b55cf12326 (patch) | |
tree | 90a8fcb1d550495e918efcdbf187d897e1c021f7 /src/lib/libcrypto/man/PKCS12_SAFEBAG_new.3 | |
parent | 5667f2b73d8867280a0e2b3dd1d8068478634723 (diff) | |
download | openbsd-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/PKCS12_SAFEBAG_new.3')
-rw-r--r-- | src/lib/libcrypto/man/PKCS12_SAFEBAG_new.3 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/PKCS12_SAFEBAG_new.3 b/src/lib/libcrypto/man/PKCS12_SAFEBAG_new.3 index 8cb6835194..603c27bed1 100644 --- a/src/lib/libcrypto/man/PKCS12_SAFEBAG_new.3 +++ b/src/lib/libcrypto/man/PKCS12_SAFEBAG_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: PKCS12_SAFEBAG_new.3,v 1.1 2016/12/22 16:05:22 schwarze Exp $ | 1 | .\" $OpenBSD: PKCS12_SAFEBAG_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 22 2016 $ | 17 | .Dd $Mdocdate: December 25 2016 $ |
18 | .Dt PKCS12_SAFEBAG_NEW 3 | 18 | .Dt PKCS12_SAFEBAG_NEW 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -37,8 +37,9 @@ | |||
37 | .Fn PKCS12_SAFEBAG_new | 37 | .Fn PKCS12_SAFEBAG_new |
38 | allocates and initializes an empty | 38 | allocates and initializes an empty |
39 | .Vt PKCS12_SAFEBAG | 39 | .Vt PKCS12_SAFEBAG |
40 | object, representing an ASN.1 SafeBag structure | 40 | object, representing an ASN.1 |
41 | defined in RFC 7292 section 4.2. | 41 | .Vt SafeBag |
42 | structure defined in RFC 7292 section 4.2. | ||
42 | It can hold a pointer to a | 43 | It can hold a pointer to a |
43 | .Vt PKCS12_BAGS | 44 | .Vt PKCS12_BAGS |
44 | object together with a type identifier and optional attributes. | 45 | object together with a type identifier and optional attributes. |
@@ -49,7 +50,9 @@ frees | |||
49 | .Fn PKCS12_BAGS_new | 50 | .Fn PKCS12_BAGS_new |
50 | allocates and initializes an empty | 51 | allocates and initializes an empty |
51 | .Vt PKCS12_BAGS | 52 | .Vt PKCS12_BAGS |
52 | object, representing the bagValue field of an ASN.1 SafeBag structure. | 53 | object, representing the bagValue field of an ASN.1 |
54 | .Vt SafeBag | ||
55 | structure. | ||
53 | It is used in | 56 | It is used in |
54 | .Vt PKCS12_SAFEBAG | 57 | .Vt PKCS12_SAFEBAG |
55 | and can hold a DER-encoded X.509 certificate, | 58 | and can hold a DER-encoded X.509 certificate, |