summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2024-05-12 05:08:59 +0000
committertb <>2024-05-12 05:08:59 +0000
commitd4905f3c6c2cb96492ec1b9d82142d3f7e620a5a (patch)
treed780e5168cfa72e67e5b4878ce489ec7793f9f22
parenta17d8d5af51b27662d2fe5622dc73f73b051250a (diff)
downloadopenbsd-d4905f3c6c2cb96492ec1b9d82142d3f7e620a5a.tar.gz
openbsd-d4905f3c6c2cb96492ec1b9d82142d3f7e620a5a.tar.bz2
openbsd-d4905f3c6c2cb96492ec1b9d82142d3f7e620a5a.zip
Avoid .Xr to no longer public X509_LOOKUP_by_subject(3)
looks good to jmc
-rw-r--r--src/lib/libcrypto/man/X509_STORE_get_by_subject.311
1 files changed, 4 insertions, 7 deletions
diff --git a/src/lib/libcrypto/man/X509_STORE_get_by_subject.3 b/src/lib/libcrypto/man/X509_STORE_get_by_subject.3
index ee2ba07b18..0f6fbd8410 100644
--- a/src/lib/libcrypto/man/X509_STORE_get_by_subject.3
+++ b/src/lib/libcrypto/man/X509_STORE_get_by_subject.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_STORE_get_by_subject.3,v 1.5 2023/11/16 20:27:43 schwarze Exp $ 1.\" $OpenBSD: X509_STORE_get_by_subject.3,v 1.6 2024/05/12 05:08:59 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2021, 2023 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2021, 2023 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: November 16 2023 $ 17.Dd $Mdocdate: May 12 2024 $
18.Dt X509_STORE_GET_BY_SUBJECT 3 18.Dt X509_STORE_GET_BY_SUBJECT 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -95,8 +95,7 @@ to retrieve a revocation list.
95.Pp 95.Pp
96If the store does not yet contain a matching object or if the type is 96If the store does not yet contain a matching object or if the type is
97.Dv X509_LU_CRL , 97.Dv X509_LU_CRL ,
98.Xr X509_LOOKUP_by_subject 3 98a lookup by subject is performed on
99is called on
100.Vt X509_LOOKUP 99.Vt X509_LOOKUP
101objects associated with the store until a match is found, 100objects associated with the store until a match is found,
102which may add zero or more objects to the store. 101which may add zero or more objects to the store.
@@ -172,8 +171,7 @@ and
172.Fn X509_STORE_get_by_subject 171.Fn X509_STORE_get_by_subject
173return 1 if a match is found or 0 on failure. 172return 1 if a match is found or 0 on failure.
174In addition to simply not finding a match, 173In addition to simply not finding a match,
175they may also fail due to memory allocation failure in 174they may also fail due to memory allocation failure.
176.Xr X509_LOOKUP_by_subject 3 .
177With library implementations other than LibreSSL, 175With library implementations other than LibreSSL,
178they might also return negative values for internal errors. 176they might also return negative values for internal errors.
179.Pp 177.Pp
@@ -215,7 +213,6 @@ it might also return negative values for internal errors.
215.Xr X509_check_issued 3 , 213.Xr X509_check_issued 3 ,
216.Xr X509_CRL_new 3 , 214.Xr X509_CRL_new 3 ,
217.Xr X509_get_issuer_name 3 , 215.Xr X509_get_issuer_name 3 ,
218.Xr X509_LOOKUP_by_subject 3 ,
219.Xr X509_NAME_new 3 , 216.Xr X509_NAME_new 3 ,
220.Xr X509_new 3 , 217.Xr X509_new 3 ,
221.Xr X509_OBJECT_retrieve_by_subject 3 , 218.Xr X509_OBJECT_retrieve_by_subject 3 ,