diff options
Diffstat (limited to 'src/lib/libcrypto/man/OCSP_REQUEST_new.3')
-rw-r--r-- | src/lib/libcrypto/man/OCSP_REQUEST_new.3 | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/OCSP_REQUEST_new.3 b/src/lib/libcrypto/man/OCSP_REQUEST_new.3 index 0d0009186a..664a750665 100644 --- a/src/lib/libcrypto/man/OCSP_REQUEST_new.3 +++ b/src/lib/libcrypto/man/OCSP_REQUEST_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: OCSP_REQUEST_new.3,v 1.6 2016/12/24 01:29:40 schwarze Exp $ | 1 | .\" $OpenBSD: OCSP_REQUEST_new.3,v 1.7 2016/12/25 22:15:10 schwarze Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -65,7 +65,7 @@ | |||
65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
67 | .\" | 67 | .\" |
68 | .Dd $Mdocdate: December 24 2016 $ | 68 | .Dd $Mdocdate: December 25 2016 $ |
69 | .Dt OCSP_REQUEST_NEW 3 | 69 | .Dt OCSP_REQUEST_NEW 3 |
70 | .Os | 70 | .Os |
71 | .Sh NAME | 71 | .Sh NAME |
@@ -133,7 +133,9 @@ | |||
133 | .Fn OCSP_REQUEST_new | 133 | .Fn OCSP_REQUEST_new |
134 | allocates and initializes an empty | 134 | allocates and initializes an empty |
135 | .Vt OCSP_REQUEST | 135 | .Vt OCSP_REQUEST |
136 | object, representing an ASN.1 OCSPRequest structure defined in RFC 6960. | 136 | object, representing an ASN.1 |
137 | .Vt OCSPRequest | ||
138 | structure defined in RFC 6960. | ||
137 | .Fn OCSP_REQUEST_free | 139 | .Fn OCSP_REQUEST_free |
138 | frees | 140 | frees |
139 | .Fa req . | 141 | .Fa req . |
@@ -141,7 +143,9 @@ frees | |||
141 | .Fn OCSP_SIGNATURE_new | 143 | .Fn OCSP_SIGNATURE_new |
142 | allocates and initializes an empty | 144 | allocates and initializes an empty |
143 | .Vt OCSP_SIGNATURE | 145 | .Vt OCSP_SIGNATURE |
144 | object, representing an ASN.1 Signature structure defined in RFC 6960. | 146 | object, representing an ASN.1 |
147 | .Vt Signature | ||
148 | structure defined in RFC 6960. | ||
145 | Such an object is used inside | 149 | Such an object is used inside |
146 | .Vt OCSP_REQUEST . | 150 | .Vt OCSP_REQUEST . |
147 | .Fn OCSP_SIGNATURE_free | 151 | .Fn OCSP_SIGNATURE_free |
@@ -151,7 +155,9 @@ frees | |||
151 | .Fn OCSP_REQINFO_new | 155 | .Fn OCSP_REQINFO_new |
152 | allocates and initializes an empty | 156 | allocates and initializes an empty |
153 | .Vt OCSP_REQINFO | 157 | .Vt OCSP_REQINFO |
154 | object, representing an ASN.1 TBSRequest structure defined in RFC 6960. | 158 | object, representing an ASN.1 |
159 | .Vt TBSRequest | ||
160 | structure defined in RFC 6960. | ||
155 | Such an object is used inside | 161 | Such an object is used inside |
156 | .Vt OCSP_REQUEST . | 162 | .Vt OCSP_REQUEST . |
157 | It asks about the validity of one or more certificates. | 163 | It asks about the validity of one or more certificates. |
@@ -162,7 +168,9 @@ frees | |||
162 | .Fn OCSP_ONEREQ_new | 168 | .Fn OCSP_ONEREQ_new |
163 | allocates and initializes an empty | 169 | allocates and initializes an empty |
164 | .Vt OCSP_ONEREQ | 170 | .Vt OCSP_ONEREQ |
165 | object, representing an ASN.1 Request structure defined in RFC 6960. | 171 | object, representing an ASN.1 |
172 | .Vt Request | ||
173 | structure defined in RFC 6960. | ||
166 | Such objects are used inside | 174 | Such objects are used inside |
167 | .Vt OCSP_REQINFO . | 175 | .Vt OCSP_REQINFO . |
168 | Each one asks about the validity of one certificiate. | 176 | Each one asks about the validity of one certificiate. |