diff options
| author | schwarze <> | 2016-12-25 22:15:10 +0000 |
|---|---|---|
| committer | schwarze <> | 2016-12-25 22:15:10 +0000 |
| commit | 7f3157687a730f8df92ddc11f707bf4e97be9a47 (patch) | |
| tree | 90a8fcb1d550495e918efcdbf187d897e1c021f7 /src/lib/libcrypto/man/TS_REQ_new.3 | |
| parent | d8af6d8d7b9ca4c82730706b04092ac057beb6d2 (diff) | |
| download | openbsd-7f3157687a730f8df92ddc11f707bf4e97be9a47.tar.gz openbsd-7f3157687a730f8df92ddc11f707bf4e97be9a47.tar.bz2 openbsd-7f3157687a730f8df92ddc11f707bf4e97be9a47.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.3 | 34 |
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 |
| 68 | allocates and initializes an empty | 68 | allocates and initializes an empty |
| 69 | .Vt TS_REQ | 69 | .Vt TS_REQ |
| 70 | object, representing an ASN.1 TimeStampReq structure | 70 | object, representing an ASN.1 |
| 71 | defined in RFC 3161 section 2.4.1. | 71 | .Vt TimeStampReq |
| 72 | structure defined in RFC 3161 section 2.4.1. | ||
| 72 | It can hold a hash of the datum to be time-stamped and some | 73 | It can hold a hash of the datum to be time-stamped and some |
| 73 | auxiliary, optional information. | 74 | auxiliary, 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 |
| 79 | allocates and initializes an empty | 80 | allocates and initializes an empty |
| 80 | .Vt TS_RESP | 81 | .Vt TS_RESP |
| 81 | object, representing an ASN.1 TimeStampResp structure | 82 | object, representing an ASN.1 |
| 82 | defined in RFC 3161 section 2.4.2. | 83 | .Vt TimeStampResp |
| 84 | structure defined in RFC 3161 section 2.4.2. | ||
| 83 | It can hold status information and a time-stamp token. | 85 | It can hold status information and a time-stamp token. |
| 84 | .Fn TS_RESP_free | 86 | .Fn TS_RESP_free |
| 85 | frees | 87 | frees |
| @@ -88,8 +90,9 @@ frees | |||
| 88 | .Fn TS_STATUS_INFO_new | 90 | .Fn TS_STATUS_INFO_new |
| 89 | allocates and initializes an empty | 91 | allocates and initializes an empty |
| 90 | .Vt TS_STATUS_INFO | 92 | .Vt TS_STATUS_INFO |
| 91 | object, representing an ASN.1 PKIStatusInfo structure | 93 | object, representing an ASN.1 |
| 92 | defined in RFC 3161 section 2.4.2. | 94 | .Vt PKIStatusInfo |
| 95 | structure defined in RFC 3161 section 2.4.2. | ||
| 93 | It is used inside | 96 | It is used inside |
| 94 | .Vt TS_RESP | 97 | .Vt TS_RESP |
| 95 | and describes the outcome of one time-stamp request. | 98 | and 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 |
| 101 | allocates and initializes an empty | 104 | allocates and initializes an empty |
| 102 | .Vt TS_TST_INFO | 105 | .Vt TS_TST_INFO |
| 103 | object, representing an ASN.1 TSTInfo structure | 106 | object, representing an ASN.1 |
| 104 | defined in RFC 3161 section 2.4.2. | 107 | .Vt TSTInfo |
| 108 | structure defined in RFC 3161 section 2.4.2. | ||
| 105 | It is the time-stamp token included in a | 109 | It is the time-stamp token included in a |
| 106 | .Vt TS_RESP | 110 | .Vt TS_RESP |
| 107 | object in case of success, and it can hold the hash of the datum | 111 | object 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 |
| 115 | allocates and initializes an empty | 119 | allocates and initializes an empty |
| 116 | .Vt TS_ACCURACY | 120 | .Vt TS_ACCURACY |
| 117 | object, representing an ASN.1 Accuracy structure | 121 | object, representing an ASN.1 |
| 118 | defined in RFC 3161 section 2.4.2. | 122 | .Vt Accuracy |
| 123 | structure defined in RFC 3161 section 2.4.2. | ||
| 119 | It can be used inside a | 124 | It can be used inside a |
| 120 | .Vt TS_TST_INFO | 125 | .Vt TS_TST_INFO |
| 121 | object and indicates the maximum error of the time stated in the token. | 126 | object 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 |
| 127 | allocates and initializes an empty | 132 | allocates and initializes an empty |
| 128 | .Vt TS_MSG_IMPRINT | 133 | .Vt TS_MSG_IMPRINT |
| 129 | object, representing an ASN.1 MessageImprint structure | 134 | object, representing an ASN.1 |
| 130 | defined in RFC 3161 section 2.4.1. | 135 | .Vt MessageImprint |
| 136 | structure defined in RFC 3161 section 2.4.1. | ||
| 131 | It is used inside | 137 | It is used inside |
| 132 | .Vt TS_REQ | 138 | .Vt TS_REQ |
| 133 | and | 139 | and |
