diff options
Diffstat (limited to 'src/lib/libcrypto/man/OCSP_CRLID_new.3')
-rw-r--r-- | src/lib/libcrypto/man/OCSP_CRLID_new.3 | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/OCSP_CRLID_new.3 b/src/lib/libcrypto/man/OCSP_CRLID_new.3 index fbc54ec71a..450b57c93e 100644 --- a/src/lib/libcrypto/man/OCSP_CRLID_new.3 +++ b/src/lib/libcrypto/man/OCSP_CRLID_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: OCSP_CRLID_new.3,v 1.2 2016/12/15 15:22:17 schwarze Exp $ | 1 | .\" $OpenBSD: OCSP_CRLID_new.3,v 1.3 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_CRLID_NEW 3 | 18 | .Dt OCSP_CRLID_NEW 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -38,9 +38,14 @@ | |||
38 | If a client asks about the validity of a certificate and it turns | 38 | If a client asks about the validity of a certificate and it turns |
39 | out to be invalid, the responder may optionally communicate which | 39 | out to be invalid, the responder may optionally communicate which |
40 | certificate revocation list the certificate was found on. | 40 | certificate revocation list the certificate was found on. |
41 | The required data is stored as an ASN.1 CrlID structure in the | 41 | The required data is stored as an ASN.1 |
42 | singleExtensions field of the SingleResponse structure. | 42 | .Vt CrlID |
43 | The CrlID is represented by an | 43 | structure in the singleExtensions field of the |
44 | .Vt SingleResponse | ||
45 | structure. | ||
46 | The | ||
47 | .Vt CrlID | ||
48 | is represented by an | ||
44 | .Vt OCSP_CRLID | 49 | .Vt OCSP_CRLID |
45 | object, which will be stored inside the | 50 | object, which will be stored inside the |
46 | .Vt OCSP_SINGLERESP | 51 | .Vt OCSP_SINGLERESP |
@@ -66,7 +71,9 @@ at which the CRL was created. | |||
66 | Each argument can be | 71 | Each argument can be |
67 | .Dv NULL , | 72 | .Dv NULL , |
68 | in which case the respective field is omitted. | 73 | in which case the respective field is omitted. |
69 | The resulting CrlID structure is encoded in ASN.1 using | 74 | The resulting |
75 | .Vt CrlID | ||
76 | structure is encoded in ASN.1 using | ||
70 | .Xr X509V3_EXT_i2d 3 | 77 | .Xr X509V3_EXT_i2d 3 |
71 | with criticality 0. | 78 | with criticality 0. |
72 | .Sh RETURN VALUES | 79 | .Sh RETURN VALUES |