diff options
Diffstat (limited to 'src/lib/libcrypto/man/X509_CRL_new.3')
-rw-r--r-- | src/lib/libcrypto/man/X509_CRL_new.3 | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/src/lib/libcrypto/man/X509_CRL_new.3 b/src/lib/libcrypto/man/X509_CRL_new.3 index 82ba18266a..f9355fcfd3 100644 --- a/src/lib/libcrypto/man/X509_CRL_new.3 +++ b/src/lib/libcrypto/man/X509_CRL_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_CRL_new.3,v 1.13 2021/10/30 16:20:35 schwarze Exp $ | 1 | .\" $OpenBSD: X509_CRL_new.3,v 1.14 2024/03/06 02:34:14 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2016, 2018, 2021 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2016, 2018, 2021 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: October 30 2021 $ | 17 | .Dd $Mdocdate: March 6 2024 $ |
18 | .Dt X509_CRL_NEW 3 | 18 | .Dt X509_CRL_NEW 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -67,19 +67,6 @@ decrements the reference count of | |||
67 | by 1. | 67 | by 1. |
68 | If the reference count reaches 0, it frees | 68 | If the reference count reaches 0, it frees |
69 | .Fa crl . | 69 | .Fa crl . |
70 | If | ||
71 | .Xr X509_CRL_set_default_method 3 | ||
72 | was in effect at the time | ||
73 | .Fa crl | ||
74 | was created and the | ||
75 | .Fn crl_free | ||
76 | callback is not | ||
77 | .Dv NULL , | ||
78 | that callback is invoked near the end of | ||
79 | .Fn X509_CRL_free , | ||
80 | right before freeing | ||
81 | .Fa crl | ||
82 | itself. | ||
83 | .Pp | 70 | .Pp |
84 | .Fn X509_CRL_INFO_new | 71 | .Fn X509_CRL_INFO_new |
85 | allocates and initializes an empty | 72 | allocates and initializes an empty |
@@ -125,7 +112,6 @@ returns 1 on success or 0 on error. | |||
125 | .Xr X509_CRL_get_issuer 3 , | 112 | .Xr X509_CRL_get_issuer 3 , |
126 | .Xr X509_CRL_get_version 3 , | 113 | .Xr X509_CRL_get_version 3 , |
127 | .Xr X509_CRL_match 3 , | 114 | .Xr X509_CRL_match 3 , |
128 | .Xr X509_CRL_METHOD_new 3 , | ||
129 | .Xr X509_CRL_print 3 , | 115 | .Xr X509_CRL_print 3 , |
130 | .Xr X509_CRL_sign 3 , | 116 | .Xr X509_CRL_sign 3 , |
131 | .Xr X509_EXTENSION_new 3 , | 117 | .Xr X509_EXTENSION_new 3 , |