summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/OCSP_CRLID_new.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/OCSP_CRLID_new.3')
-rw-r--r--src/lib/libcrypto/man/OCSP_CRLID_new.319
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 @@
38If a client asks about the validity of a certificate and it turns 38If a client asks about the validity of a certificate and it turns
39out to be invalid, the responder may optionally communicate which 39out to be invalid, the responder may optionally communicate which
40certificate revocation list the certificate was found on. 40certificate revocation list the certificate was found on.
41The required data is stored as an ASN.1 CrlID structure in the 41The required data is stored as an ASN.1
42singleExtensions field of the SingleResponse structure. 42.Vt CrlID
43The CrlID is represented by an 43structure in the singleExtensions field of the
44.Vt SingleResponse
45structure.
46The
47.Vt CrlID
48is represented by an
44.Vt OCSP_CRLID 49.Vt OCSP_CRLID
45object, which will be stored inside the 50object, which will be stored inside the
46.Vt OCSP_SINGLERESP 51.Vt OCSP_SINGLERESP
@@ -66,7 +71,9 @@ at which the CRL was created.
66Each argument can be 71Each argument can be
67.Dv NULL , 72.Dv NULL ,
68in which case the respective field is omitted. 73in which case the respective field is omitted.
69The resulting CrlID structure is encoded in ASN.1 using 74The resulting
75.Vt CrlID
76structure is encoded in ASN.1 using
70.Xr X509V3_EXT_i2d 3 77.Xr X509V3_EXT_i2d 3
71with criticality 0. 78with criticality 0.
72.Sh RETURN VALUES 79.Sh RETURN VALUES