diff options
Diffstat (limited to 'src/lib/libcrypto/man/d2i_X509_CRL.3')
-rw-r--r-- | src/lib/libcrypto/man/d2i_X509_CRL.3 | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/d2i_X509_CRL.3 b/src/lib/libcrypto/man/d2i_X509_CRL.3 index 920be4aa89..a0a19b4f55 100644 --- a/src/lib/libcrypto/man/d2i_X509_CRL.3 +++ b/src/lib/libcrypto/man/d2i_X509_CRL.3 | |||
@@ -1,7 +1,6 @@ | |||
1 | .\" $OpenBSD: d2i_X509_CRL.3,v 1.7 2018/03/27 17:35:50 schwarze Exp $ | 1 | .\" $OpenBSD: d2i_X509_CRL.3,v 1.8 2021/10/30 16:20:35 schwarze Exp $ |
2 | .\" OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400 | ||
3 | .\" | 2 | .\" |
4 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2016, 2021 Ingo Schwarze <schwarze@openbsd.org> |
5 | .\" | 4 | .\" |
6 | .\" Permission to use, copy, modify, and distribute this software for any | 5 | .\" Permission to use, copy, modify, and distribute this software for any |
7 | .\" purpose with or without fee is hereby granted, provided that the above | 6 | .\" purpose with or without fee is hereby granted, provided that the above |
@@ -15,7 +14,7 @@ | |||
15 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
16 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
17 | .\" | 16 | .\" |
18 | .Dd $Mdocdate: March 27 2018 $ | 17 | .Dd $Mdocdate: October 30 2021 $ |
19 | .Dt D2I_X509_CRL 3 | 18 | .Dt D2I_X509_CRL 3 |
20 | .Os | 19 | .Os |
21 | .Sh NAME | 20 | .Sh NAME |
@@ -96,6 +95,16 @@ and | |||
96 | decode and encode an ASN.1 | 95 | decode and encode an ASN.1 |
97 | .Vt CertificateList | 96 | .Vt CertificateList |
98 | structure defined in RFC 5280 section 5.1. | 97 | structure defined in RFC 5280 section 5.1. |
98 | .Pp | ||
99 | If | ||
100 | .Xr X509_CRL_set_default_method 3 | ||
101 | is in effect and the | ||
102 | .Fn crl_init | ||
103 | callback is not | ||
104 | .Dv NULL , | ||
105 | that callback is invoked at the end of | ||
106 | .Fn d2i_X509_CRL . | ||
107 | .Pp | ||
99 | .Fn d2i_X509_CRL_bio , | 108 | .Fn d2i_X509_CRL_bio , |
100 | .Fn d2i_X509_CRL_fp , | 109 | .Fn d2i_X509_CRL_fp , |
101 | .Fn i2d_X509_CRL_bio , | 110 | .Fn i2d_X509_CRL_bio , |
@@ -123,6 +132,7 @@ the revokedCertificates field of the ASN.1 | |||
123 | structure. | 132 | structure. |
124 | .Sh SEE ALSO | 133 | .Sh SEE ALSO |
125 | .Xr ASN1_item_d2i 3 , | 134 | .Xr ASN1_item_d2i 3 , |
135 | .Xr X509_CRL_METHOD_new 3 , | ||
126 | .Xr X509_CRL_new 3 , | 136 | .Xr X509_CRL_new 3 , |
127 | .Xr X509_REVOKED_new 3 | 137 | .Xr X509_REVOKED_new 3 |
128 | .Sh STANDARDS | 138 | .Sh STANDARDS |