-.\" $OpenBSD: X509V3_EXT_get_nid.3,v 1.3 2024/05/12 15:26:46 tb Exp $
+.\" $OpenBSD: X509V3_EXT_get_nid.3,v 1.4 2024/05/14 06:57:10 tb Exp $
.\"
.\" Copyright (c) 2024 Theo Buehler <tb@openbsd.org>
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: May 12 2024 $
+.Dd $Mdocdate: May 14 2024 $
.Dt X509V3_EXT_GET_NID 3
.Os
.Sh NAME
whose API is not threadsafe, does not affect the behavior of
.Xr X509_verify_cert 3 ,
and has various other surprising quirks.
-If custom extensions were added, both functions will prefer them
-over built-in methods.
+Both functions prefer built-in methods over custom methods with the same OID.