diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/IPAddressRange_new.3 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/IPAddressRange_new.3 b/src/lib/libcrypto/man/IPAddressRange_new.3 index 7dd13b2712..3195ebfa9f 100644 --- a/src/lib/libcrypto/man/IPAddressRange_new.3 +++ b/src/lib/libcrypto/man/IPAddressRange_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: IPAddressRange_new.3,v 1.7 2023/10/01 08:17:52 tb Exp $ | 1 | .\" $OpenBSD: IPAddressRange_new.3,v 1.8 2023/10/01 08:23:58 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> | 3 | .\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -113,7 +113,8 @@ ASN.1 BIT STRING of bit size 32 or 128 bits, respectively. | |||
113 | The bit size of a prefix is its prefix length; | 113 | The bit size of a prefix is its prefix length; |
114 | all insignificant zero bits are omitted | 114 | all insignificant zero bits are omitted |
115 | from the encoding. | 115 | from the encoding. |
116 | An address range is expressed as a pair of BIT STRINGs | 116 | Per section 2.1.2, |
117 | an address range is expressed as a pair of BIT STRINGs | ||
117 | where all the least significant zero bits of the lower bound | 118 | where all the least significant zero bits of the lower bound |
118 | and all the least significant one bits of the upper bound are omitted. | 119 | and all the least significant one bits of the upper bound are omitted. |
119 | .Pp | 120 | .Pp |
@@ -469,6 +470,10 @@ or a value <= 0 if an error occurs. | |||
469 | RFC 3779: X.509 Extensions for IP Addresses and AS Identifiers: | 470 | RFC 3779: X.509 Extensions for IP Addresses and AS Identifiers: |
470 | .Bl -dash -compact | 471 | .Bl -dash -compact |
471 | .It | 472 | .It |
473 | section 2.1.1: Encoding of an IP Address or Prefix | ||
474 | .It | ||
475 | section 2.1.2: Encoding of a Range of IP Addresses | ||
476 | .It | ||
472 | section 2.2.3: Syntax | 477 | section 2.2.3: Syntax |
473 | .It | 478 | .It |
474 | section 2.2.3.1: Type IPAddrBlocks | 479 | section 2.2.3.1: Type IPAddrBlocks |