summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/man/X509V3_EXT_get_nid.38
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/X509V3_EXT_get_nid.3 b/src/lib/libcrypto/man/X509V3_EXT_get_nid.3
index a47a3ef45c..56d82b380d 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.5 2024/10/03 03:31:47 tb Exp $ 1.\" $OpenBSD: X509V3_EXT_get_nid.3,v 1.6 2024/12/23 03:32:19 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2024 Theo Buehler <tb@openbsd.org> 3.\" Copyright (c) 2024 Theo Buehler <tb@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 3 2024 $ 17.Dd $Mdocdate: December 23 2024 $
18.Dt X509V3_EXT_GET_NID 3 18.Dt X509V3_EXT_GET_NID 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -83,7 +83,9 @@ These functions first appeared in OpenSSL 0.9.2b and
83have been available since 83have been available since
84.Ox 2.6 . 84.Ox 2.6 .
85.Sh CAVEATS 85.Sh CAVEATS
86LibreSSL only supports built-in extension methods. 86In LibreSSL, these functions only support built-in
87.Fa nid
88values and only return static built-in objects.
87Other implementations have incomplete support for custom extension methods, 89Other implementations have incomplete support for custom extension methods,
88whose API is not threadsafe, does not affect the behavior of 90whose API is not threadsafe, does not affect the behavior of
89.Xr X509_verify_cert 3 , 91.Xr X509_verify_cert 3 ,