diff options
author | schwarze <> | 2024-12-23 03:32:19 +0000 |
---|---|---|
committer | schwarze <> | 2024-12-23 03:32:19 +0000 |
commit | 993b8e29d9cf837558a262e1bda2b45d0bb134a0 (patch) | |
tree | 3172cf918e049ceddd2205340800a9863b1959e1 /src | |
parent | a61c55adcb4c7b4a34588b5cbe23d50f24b106dc (diff) | |
download | openbsd-993b8e29d9cf837558a262e1bda2b45d0bb134a0.tar.gz openbsd-993b8e29d9cf837558a262e1bda2b45d0bb134a0.tar.bz2 openbsd-993b8e29d9cf837558a262e1bda2b45d0bb134a0.zip |
more precision below CAVEATS
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/X509V3_EXT_get_nid.3 | 8 |
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 | |||
83 | have been available since | 83 | have been available since |
84 | .Ox 2.6 . | 84 | .Ox 2.6 . |
85 | .Sh CAVEATS | 85 | .Sh CAVEATS |
86 | LibreSSL only supports built-in extension methods. | 86 | In LibreSSL, these functions only support built-in |
87 | .Fa nid | ||
88 | values and only return static built-in objects. | ||
87 | Other implementations have incomplete support for custom extension methods, | 89 | Other implementations have incomplete support for custom extension methods, |
88 | whose API is not threadsafe, does not affect the behavior of | 90 | whose API is not threadsafe, does not affect the behavior of |
89 | .Xr X509_verify_cert 3 , | 91 | .Xr X509_verify_cert 3 , |