summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/TS_REQ_new.3
diff options
context:
space:
mode:
authorschwarze <>2016-12-25 22:15:10 +0000
committerschwarze <>2016-12-25 22:15:10 +0000
commit899a1058abcbe6fe59592ed5d46cc4b55cf12326 (patch)
tree90a8fcb1d550495e918efcdbf187d897e1c021f7 /src/lib/libcrypto/man/TS_REQ_new.3
parent5667f2b73d8867280a0e2b3dd1d8068478634723 (diff)
downloadopenbsd-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/TS_REQ_new.3')
-rw-r--r--src/lib/libcrypto/man/TS_REQ_new.334
1 files changed, 20 insertions, 14 deletions
diff --git a/src/lib/libcrypto/man/TS_REQ_new.3 b/src/lib/libcrypto/man/TS_REQ_new.3
index d1a0e90f21..35da948436 100644
--- a/src/lib/libcrypto/man/TS_REQ_new.3
+++ b/src/lib/libcrypto/man/TS_REQ_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: TS_REQ_new.3,v 1.3 2016/12/24 01:29:40 schwarze Exp $ 1.\" $OpenBSD: TS_REQ_new.3,v 1.4 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 24 2016 $ 17.Dd $Mdocdate: December 25 2016 $
18.Dt TS_REQ_NEW 3 18.Dt TS_REQ_NEW 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -67,8 +67,9 @@ which returns time-stamp tokens to the clients.
67.Fn TS_REQ_new 67.Fn TS_REQ_new
68allocates and initializes an empty 68allocates and initializes an empty
69.Vt TS_REQ 69.Vt TS_REQ
70object, representing an ASN.1 TimeStampReq structure 70object, representing an ASN.1
71defined in RFC 3161 section 2.4.1. 71.Vt TimeStampReq
72structure defined in RFC 3161 section 2.4.1.
72It can hold a hash of the datum to be time-stamped and some 73It can hold a hash of the datum to be time-stamped and some
73auxiliary, optional information. 74auxiliary, optional information.
74.Fn TS_REQ_free 75.Fn TS_REQ_free
@@ -78,8 +79,9 @@ frees
78.Fn TS_RESP_new 79.Fn TS_RESP_new
79allocates and initializes an empty 80allocates and initializes an empty
80.Vt TS_RESP 81.Vt TS_RESP
81object, representing an ASN.1 TimeStampResp structure 82object, representing an ASN.1
82defined in RFC 3161 section 2.4.2. 83.Vt TimeStampResp
84structure defined in RFC 3161 section 2.4.2.
83It can hold status information and a time-stamp token. 85It can hold status information and a time-stamp token.
84.Fn TS_RESP_free 86.Fn TS_RESP_free
85frees 87frees
@@ -88,8 +90,9 @@ frees
88.Fn TS_STATUS_INFO_new 90.Fn TS_STATUS_INFO_new
89allocates and initializes an empty 91allocates and initializes an empty
90.Vt TS_STATUS_INFO 92.Vt TS_STATUS_INFO
91object, representing an ASN.1 PKIStatusInfo structure 93object, representing an ASN.1
92defined in RFC 3161 section 2.4.2. 94.Vt PKIStatusInfo
95structure defined in RFC 3161 section 2.4.2.
93It is used inside 96It is used inside
94.Vt TS_RESP 97.Vt TS_RESP
95and describes the outcome of one time-stamp request. 98and describes the outcome of one time-stamp request.
@@ -100,8 +103,9 @@ frees
100.Fn TS_TST_INFO_new 103.Fn TS_TST_INFO_new
101allocates and initializes an empty 104allocates and initializes an empty
102.Vt TS_TST_INFO 105.Vt TS_TST_INFO
103object, representing an ASN.1 TSTInfo structure 106object, representing an ASN.1
104defined in RFC 3161 section 2.4.2. 107.Vt TSTInfo
108structure defined in RFC 3161 section 2.4.2.
105It is the time-stamp token included in a 109It is the time-stamp token included in a
106.Vt TS_RESP 110.Vt TS_RESP
107object in case of success, and it can hold the hash of the datum 111object in case of success, and it can hold the hash of the datum
@@ -114,8 +118,9 @@ frees
114.Fn TS_ACCURACY_new 118.Fn TS_ACCURACY_new
115allocates and initializes an empty 119allocates and initializes an empty
116.Vt TS_ACCURACY 120.Vt TS_ACCURACY
117object, representing an ASN.1 Accuracy structure 121object, representing an ASN.1
118defined in RFC 3161 section 2.4.2. 122.Vt Accuracy
123structure defined in RFC 3161 section 2.4.2.
119It can be used inside a 124It can be used inside a
120.Vt TS_TST_INFO 125.Vt TS_TST_INFO
121object and indicates the maximum error of the time stated in the token. 126object and indicates the maximum error of the time stated in the token.
@@ -126,8 +131,9 @@ frees
126.Fn TS_MSG_IMPRINT_new 131.Fn TS_MSG_IMPRINT_new
127allocates and initializes an empty 132allocates and initializes an empty
128.Vt TS_MSG_IMPRINT 133.Vt TS_MSG_IMPRINT
129object, representing an ASN.1 MessageImprint structure 134object, representing an ASN.1
130defined in RFC 3161 section 2.4.1. 135.Vt MessageImprint
136structure defined in RFC 3161 section 2.4.1.
131It is used inside 137It is used inside
132.Vt TS_REQ 138.Vt TS_REQ
133and 139and