1 .\" $OpenBSD: X509_CRL_new.3,v 1.3 2016/12/25 22:15:10 schwarze Exp $
3 .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
5 .\" Permission to use, copy, modify, and distribute this software for any
6 .\" purpose with or without fee is hereby granted, provided that the above
7 .\" copyright notice and this permission notice appear in all copies.
9 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 .Dd $Mdocdate: December 25 2016 $
23 .Nm X509_CRL_INFO_new ,
24 .Nm X509_CRL_INFO_free
25 .Nd X.509 certificate revocation lists
31 .Fn X509_CRL_free "X509_CRL *crl"
33 .Fn X509_CRL_INFO_new void
35 .Fn X509_CRL_INFO_free "X509_CRL_INFO *crl_info"
38 allocates and initializes an empty
40 object, representing an ASN.1
42 structure defined in RFC 5280 section 5.1.
43 It can hold a pointer to an
45 object discussed below together with a cryptographic signature
46 and information about the signature algorithm used.
52 allocates and initializes an empty
54 object, representing an ASN.1
56 structure defined in RFC 5280 section 5.1.
59 object and can hold a list of revoked certificates, an issuer name,
60 the time the list was issued, the time when the next update of the
61 list is due, and optional extensions.
62 .Fn X509_CRL_INFO_free
73 object, respectively, or
77 .Xr ACCESS_DESCRIPTION_new 3 ,
78 .Xr AUTHORITY_KEYID_new 3 ,
80 .Xr DIST_POINT_new 3 ,
81 .Xr PEM_read_X509_CRL 3 ,
82 .Xr X509_CRL_get0_by_serial 3 ,
83 .Xr X509_CRL_get_ext 3 ,
84 .Xr X509_CRL_get_ext_d2i 3 ,
85 .Xr X509_CRL_get_issuer 3 ,
86 .Xr X509_CRL_get_version 3 ,
88 .Xr X509_EXTENSION_new 3 ,
89 .Xr X509_load_crl_file 3 ,
91 .Xr X509_REVOKED_new 3 ,
92 .Xr X509_STORE_CTX_set0_crls 3
94 RFC 5280: Internet X.509 Public Key Infrastructure Certificate and
95 Certificate Revocation List (CRL) Profile, section 5: CRL and CRL