diff options
| author | tb <> | 2026-05-10 10:35:20 +0000 |
|---|---|---|
| committer | tb <> | 2026-05-10 10:35:20 +0000 |
| commit | eeb5dd1a721e10a3bb519d66332382e44818f75a (patch) | |
| tree | 1c58cfd31261554d20a2896dab785ce35c6dc974 | |
| parent | fd28299bd9759b8ac85b92d7103ceacc5db4701e (diff) | |
| download | openbsd-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.
| -rw-r--r-- | src/lib/libcrypto/man/X509v3_addr_add_inherit.3 | 5 |
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. | |||
| 467 | The code only supports the IPv4 and IPv6 AFIs. | 467 | The code only supports the IPv4 and IPv6 AFIs. |
| 468 | This is not consistently enforced across implementations. | 468 | This is not consistently enforced across implementations. |
| 469 | .Pp | 469 | .Pp |
| 470 | In some implementations | ||
| 470 | .Fn X509v3_addr_add_range | 471 | .Fn X509v3_addr_add_range |
| 471 | fails to clear the unused bits set to 1 in the last octet of | 472 | fails to clear the unused bits set to 1 in the last octet of |
| 472 | the | 473 | the |
