summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2024-12-23 08:26:27 +0000
committertb <>2024-12-23 08:26:27 +0000
commit5ff25ec0cf88897ba5ecee183e9a8fb02d657ebb (patch)
treeb318df6b3bf53c6ed64d6a0f0ed98c2f0f9cdde7
parent993b8e29d9cf837558a262e1bda2b45d0bb134a0 (diff)
downloadopenbsd-5ff25ec0cf88897ba5ecee183e9a8fb02d657ebb.tar.gz
openbsd-5ff25ec0cf88897ba5ecee183e9a8fb02d657ebb.tar.bz2
openbsd-5ff25ec0cf88897ba5ecee183e9a8fb02d657ebb.zip
Tweak previous wording a bit to avoid suggesting all built-in nids
correspond to an extension method. ok schwarze
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/X509V3_EXT_get_nid.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/X509V3_EXT_get_nid.3 b/src/lib/libcrypto/man/X509V3_EXT_get_nid.3
index 56d82b380d..fc0342d19b 100644
--- a/src/lib/libcrypto/man/X509V3_EXT_get_nid.3
+++ b/src/lib/libcrypto/man/X509V3_EXT_get_nid.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509V3_EXT_get_nid.3,v 1.6 2024/12/23 03:32:19 schwarze Exp $ 1.\" $OpenBSD: X509V3_EXT_get_nid.3,v 1.7 2024/12/23 08:26:27 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2024 Theo Buehler <tb@openbsd.org> 3.\" Copyright (c) 2024 Theo Buehler <tb@openbsd.org>
4.\" 4.\"
@@ -85,7 +85,7 @@ have been available since
85.Sh CAVEATS 85.Sh CAVEATS
86In LibreSSL, these functions only support built-in 86In LibreSSL, these functions only support built-in
87.Fa nid 87.Fa nid
88values and only return static built-in objects. 88values corresponding to static built-in objects.
89Other implementations have incomplete support for custom extension methods, 89Other implementations have incomplete support for custom extension methods,
90whose API is not threadsafe, does not affect the behavior of 90whose API is not threadsafe, does not affect the behavior of
91.Xr X509_verify_cert 3 , 91.Xr X509_verify_cert 3 ,