From eeb5dd1a721e10a3bb519d66332382e44818f75a Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 10 May 2026 10:35:20 +0000 Subject: 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. --- src/lib/libcrypto/man/X509v3_addr_add_inherit.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') 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 @@ -.\" $OpenBSD: X509v3_addr_add_inherit.3,v 1.12 2025/06/08 22:40:30 schwarze Exp $ +.\" $OpenBSD: X509v3_addr_add_inherit.3,v 1.13 2026/05/10 10:35:20 tb Exp $ .\" .\" Copyright (c) 2023 Theo Buehler .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 8 2025 $ +.Dd $Mdocdate: May 10 2026 $ .Dt X509V3_ADDR_ADD_INHERIT 3 .Os .Sh NAME @@ -467,6 +467,7 @@ dereference. The code only supports the IPv4 and IPv6 AFIs. This is not consistently enforced across implementations. .Pp +In some implementations .Fn X509v3_addr_add_range fails to clear the unused bits set to 1 in the last octet of the -- cgit v1.2.3-55-g6feb