summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/OCSP_SERVICELOC_new.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/OCSP_SERVICELOC_new.3')
-rw-r--r--src/lib/libcrypto/man/OCSP_SERVICELOC_new.325
1 files changed, 16 insertions, 9 deletions
diff --git a/src/lib/libcrypto/man/OCSP_SERVICELOC_new.3 b/src/lib/libcrypto/man/OCSP_SERVICELOC_new.3
index 6179da3a5b..5f42c781fd 100644
--- a/src/lib/libcrypto/man/OCSP_SERVICELOC_new.3
+++ b/src/lib/libcrypto/man/OCSP_SERVICELOC_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: OCSP_SERVICELOC_new.3,v 1.4 2016/12/15 15:22:17 schwarze Exp $ 1.\" $OpenBSD: OCSP_SERVICELOC_new.3,v 1.5 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 15 2016 $ 17.Dd $Mdocdate: December 25 2016 $
18.Dt OCSP_SERVICELOC_NEW 3 18.Dt OCSP_SERVICELOC_NEW 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -38,10 +38,14 @@ Due to restrictions of network routing, a client may be unable to
38directly contact the authoritative OCSP server for a certificate 38directly contact the authoritative OCSP server for a certificate
39that needs to be checked. 39that needs to be checked.
40In that case, the request can be sent via a proxy server. 40In that case, the request can be sent via a proxy server.
41An ASN.1 ServiceLocator structure is included in the 41An ASN.1
42singleRequestExtensions field of the Request structure to indicate 42.Vt ServiceLocator
43where to forward the request. 43structure is included in the singleRequestExtensions field of the
44The ServiceLocator is represented by a 44.Vt Request
45structure to indicate where to forward the request.
46The
47.Vt ServiceLocator
48is represented by a
45.Vt OCSP_SERVICELOC 49.Vt OCSP_SERVICELOC
46object, which will be stored inside the 50object, which will be stored inside the
47.Vt OCSP_ONEREQ 51.Vt OCSP_ONEREQ
@@ -65,9 +69,12 @@ If
65.Fa urls 69.Fa urls
66or its first element is 70or its first element is
67.Dv NULL , 71.Dv NULL ,
68the locator field is omitted from the ServiceLocator structure 72the locator field is omitted from the
69and only the issuer is included. 73.Vt ServiceLocator
70The resulting ServiceLocator structure is encoded in ASN.1 using 74structure and only the issuer is included.
75The resulting
76.Vt ServiceLocator
77structure is encoded in ASN.1 using
71.Xr X509V3_EXT_i2d 3 78.Xr X509V3_EXT_i2d 3
72with criticality 0. 79with criticality 0.
73.Sh RETURN VALUES 80.Sh RETURN VALUES