diff options
author | schwarze <> | 2021-10-30 16:20:35 +0000 |
---|---|---|
committer | schwarze <> | 2021-10-30 16:20:35 +0000 |
commit | 1507ec383c4225e409a40fc53eb43aec39bd4b66 (patch) | |
tree | 659176c3c20d98443281077c6c089ca93c678b31 /src/lib/libcrypto/man/X509_CRL_new.3 | |
parent | ebf7bdd740439b0c094f1a97f94bd885a052642b (diff) | |
download | openbsd-1507ec383c4225e409a40fc53eb43aec39bd4b66.tar.gz openbsd-1507ec383c4225e409a40fc53eb43aec39bd4b66.tar.bz2 openbsd-1507ec383c4225e409a40fc53eb43aec39bd4b66.zip |
new manual page X509_CRL_METHOD_new(3)
documenting five functions to customize CRL handling
Diffstat (limited to 'src/lib/libcrypto/man/X509_CRL_new.3')
-rw-r--r-- | src/lib/libcrypto/man/X509_CRL_new.3 | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/X509_CRL_new.3 b/src/lib/libcrypto/man/X509_CRL_new.3 index 4d3f97afdb..82ba18266a 100644 --- a/src/lib/libcrypto/man/X509_CRL_new.3 +++ b/src/lib/libcrypto/man/X509_CRL_new.3 | |||
@@ -1,6 +1,6 @@ | |||
1 | .\" $OpenBSD: X509_CRL_new.3,v 1.12 2021/08/02 16:21:11 schwarze Exp $ | 1 | .\" $OpenBSD: X509_CRL_new.3,v 1.13 2021/10/30 16:20:35 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2016, 2018 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2016, 2018, 2021 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
5 | .\" Permission to use, copy, modify, and distribute this software for any | 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 | 6 | .\" purpose with or without fee is hereby granted, provided that the above |
@@ -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: August 2 2021 $ | 17 | .Dd $Mdocdate: October 30 2021 $ |
18 | .Dt X509_CRL_NEW 3 | 18 | .Dt X509_CRL_NEW 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -67,6 +67,19 @@ 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. | ||
70 | .Pp | 83 | .Pp |
71 | .Fn X509_CRL_INFO_new | 84 | .Fn X509_CRL_INFO_new |
72 | allocates and initializes an empty | 85 | allocates and initializes an empty |
@@ -112,6 +125,7 @@ returns 1 on success or 0 on error. | |||
112 | .Xr X509_CRL_get_issuer 3 , | 125 | .Xr X509_CRL_get_issuer 3 , |
113 | .Xr X509_CRL_get_version 3 , | 126 | .Xr X509_CRL_get_version 3 , |
114 | .Xr X509_CRL_match 3 , | 127 | .Xr X509_CRL_match 3 , |
128 | .Xr X509_CRL_METHOD_new 3 , | ||
115 | .Xr X509_CRL_print 3 , | 129 | .Xr X509_CRL_print 3 , |
116 | .Xr X509_CRL_sign 3 , | 130 | .Xr X509_CRL_sign 3 , |
117 | .Xr X509_EXTENSION_new 3 , | 131 | .Xr X509_EXTENSION_new 3 , |