diff options
Diffstat (limited to 'src/lib/libcrypto/man/OCSP_SERVICELOC_new.3')
-rw-r--r-- | src/lib/libcrypto/man/OCSP_SERVICELOC_new.3 | 25 |
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 | |||
38 | directly contact the authoritative OCSP server for a certificate | 38 | directly contact the authoritative OCSP server for a certificate |
39 | that needs to be checked. | 39 | that needs to be checked. |
40 | In that case, the request can be sent via a proxy server. | 40 | In that case, the request can be sent via a proxy server. |
41 | An ASN.1 ServiceLocator structure is included in the | 41 | An ASN.1 |
42 | singleRequestExtensions field of the Request structure to indicate | 42 | .Vt ServiceLocator |
43 | where to forward the request. | 43 | structure is included in the singleRequestExtensions field of the |
44 | The ServiceLocator is represented by a | 44 | .Vt Request |
45 | structure to indicate where to forward the request. | ||
46 | The | ||
47 | .Vt ServiceLocator | ||
48 | is represented by a | ||
45 | .Vt OCSP_SERVICELOC | 49 | .Vt OCSP_SERVICELOC |
46 | object, which will be stored inside the | 50 | object, 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 |
66 | or its first element is | 70 | or its first element is |
67 | .Dv NULL , | 71 | .Dv NULL , |
68 | the locator field is omitted from the ServiceLocator structure | 72 | the locator field is omitted from the |
69 | and only the issuer is included. | 73 | .Vt ServiceLocator |
70 | The resulting ServiceLocator structure is encoded in ASN.1 using | 74 | structure and only the issuer is included. |
75 | The resulting | ||
76 | .Vt ServiceLocator | ||
77 | structure is encoded in ASN.1 using | ||
71 | .Xr X509V3_EXT_i2d 3 | 78 | .Xr X509V3_EXT_i2d 3 |
72 | with criticality 0. | 79 | with criticality 0. |
73 | .Sh RETURN VALUES | 80 | .Sh RETURN VALUES |