summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509_CRL_new.3
diff options
context:
space:
mode:
authortb <>2024-03-06 02:34:14 +0000
committertb <>2024-03-06 02:34:14 +0000
commitf09ec41be674c89a5fe7a6cc514a0bd5877ff4ca (patch)
tree129dc159082eecd6f8f99cc246fee06dea39895e /src/lib/libcrypto/man/X509_CRL_new.3
parent3899ef156694a143c9b6b8c1f1f798367ba05386 (diff)
downloadopenbsd-f09ec41be674c89a5fe7a6cc514a0bd5877ff4ca.tar.gz
openbsd-f09ec41be674c89a5fe7a6cc514a0bd5877ff4ca.tar.bz2
openbsd-f09ec41be674c89a5fe7a6cc514a0bd5877ff4ca.zip
Remove CRL method API documentation
Diffstat (limited to 'src/lib/libcrypto/man/X509_CRL_new.3')
-rw-r--r--src/lib/libcrypto/man/X509_CRL_new.318
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
67by 1. 67by 1.
68If the reference count reaches 0, it frees 68If the reference count reaches 0, it frees
69.Fa crl . 69.Fa crl .
70If
71.Xr X509_CRL_set_default_method 3
72was in effect at the time
73.Fa crl
74was created and the
75.Fn crl_free
76callback is not
77.Dv NULL ,
78that callback is invoked near the end of
79.Fn X509_CRL_free ,
80right before freeing
81.Fa crl
82itself.
83.Pp 70.Pp
84.Fn X509_CRL_INFO_new 71.Fn X509_CRL_INFO_new
85allocates and initializes an empty 72allocates 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 ,