diff options
author | tb <> | 2024-12-23 08:26:27 +0000 |
---|---|---|
committer | tb <> | 2024-12-23 08:26:27 +0000 |
commit | f932c28fc45c3e103b0117975c7b06a5b600e3e5 (patch) | |
tree | b318df6b3bf53c6ed64d6a0f0ed98c2f0f9cdde7 /src | |
parent | 3a9632fa53661abf73e2b442ac0451724dc7fe93 (diff) | |
download | openbsd-f932c28fc45c3e103b0117975c7b06a5b600e3e5.tar.gz openbsd-f932c28fc45c3e103b0117975c7b06a5b600e3e5.tar.bz2 openbsd-f932c28fc45c3e103b0117975c7b06a5b600e3e5.zip |
Tweak previous wording a bit to avoid suggesting all built-in nids
correspond to an extension method.
ok schwarze
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/X509V3_EXT_get_nid.3 | 4 |
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 |
86 | In LibreSSL, these functions only support built-in | 86 | In LibreSSL, these functions only support built-in |
87 | .Fa nid | 87 | .Fa nid |
88 | values and only return static built-in objects. | 88 | values corresponding to static built-in objects. |
89 | Other implementations have incomplete support for custom extension methods, | 89 | Other implementations have incomplete support for custom extension methods, |
90 | whose API is not threadsafe, does not affect the behavior of | 90 | whose API is not threadsafe, does not affect the behavior of |
91 | .Xr X509_verify_cert 3 , | 91 | .Xr X509_verify_cert 3 , |