summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2026-05-10 10:35:20 +0000
committertb <>2026-05-10 10:35:20 +0000
commiteeb5dd1a721e10a3bb519d66332382e44818f75a (patch)
tree1c58cfd31261554d20a2896dab785ce35c6dc974 /src
parentfd28299bd9759b8ac85b92d7103ceacc5db4701e (diff)
downloadopenbsd-eeb5dd1a721e10a3bb519d66332382e44818f75a.tar.gz
openbsd-eeb5dd1a721e10a3bb519d66332382e44818f75a.tar.bz2
openbsd-eeb5dd1a721e10a3bb519d66332382e44818f75a.zip
Slightly adjust BUGS section for X509_addr_add_range()
Since x509_addr.c r1.95 X509_addr_add_range() clears the unused bits in the maximum, so this is is only true in some implementations.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/X509v3_addr_add_inherit.35
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/X509v3_addr_add_inherit.3 b/src/lib/libcrypto/man/X509v3_addr_add_inherit.3
index d33de1f6a8..70d5ec2563 100644
--- a/src/lib/libcrypto/man/X509v3_addr_add_inherit.3
+++ b/src/lib/libcrypto/man/X509v3_addr_add_inherit.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509v3_addr_add_inherit.3,v 1.12 2025/06/08 22:40:30 schwarze Exp $ 1.\" $OpenBSD: X509v3_addr_add_inherit.3,v 1.13 2026/05/10 10:35:20 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> 3.\" Copyright (c) 2023 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: June 8 2025 $ 17.Dd $Mdocdate: May 10 2026 $
18.Dt X509V3_ADDR_ADD_INHERIT 3 18.Dt X509V3_ADDR_ADD_INHERIT 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -467,6 +467,7 @@ dereference.
467The code only supports the IPv4 and IPv6 AFIs. 467The code only supports the IPv4 and IPv6 AFIs.
468This is not consistently enforced across implementations. 468This is not consistently enforced across implementations.
469.Pp 469.Pp
470In some implementations
470.Fn X509v3_addr_add_range 471.Fn X509v3_addr_add_range
471fails to clear the unused bits set to 1 in the last octet of 472fails to clear the unused bits set to 1 in the last octet of
472the 473the