From 5ff25ec0cf88897ba5ecee183e9a8fb02d657ebb Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 23 Dec 2024 08:26:27 +0000 Subject: Tweak previous wording a bit to avoid suggesting all built-in nids correspond to an extension method. ok schwarze --- src/lib/libcrypto/man/X509V3_EXT_get_nid.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 @@ -.\" $OpenBSD: X509V3_EXT_get_nid.3,v 1.6 2024/12/23 03:32:19 schwarze Exp $ +.\" $OpenBSD: X509V3_EXT_get_nid.3,v 1.7 2024/12/23 08:26:27 tb Exp $ .\" .\" Copyright (c) 2024 Theo Buehler .\" @@ -85,7 +85,7 @@ have been available since .Sh CAVEATS In LibreSSL, these functions only support built-in .Fa nid -values and only return static built-in objects. +values corresponding to static built-in objects. Other implementations have incomplete support for custom extension methods, whose API is not threadsafe, does not affect the behavior of .Xr X509_verify_cert 3 , -- cgit v1.2.3-55-g6feb