diff options
-rw-r--r-- | src/lib/libcrypto/man/X509v3_asid_add_id_or_range.3 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/X509v3_asid_add_id_or_range.3 b/src/lib/libcrypto/man/X509v3_asid_add_id_or_range.3 index f6b1c0347f..cc3b36deb1 100644 --- a/src/lib/libcrypto/man/X509v3_asid_add_id_or_range.3 +++ b/src/lib/libcrypto/man/X509v3_asid_add_id_or_range.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509v3_asid_add_id_or_range.3,v 1.7 2023/09/29 08:57:49 tb Exp $ | 1 | .\" $OpenBSD: X509v3_asid_add_id_or_range.3,v 1.8 2023/09/30 14:29:41 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2021-2023 Theo Buehler <tb@openbsd.org> | 3 | .\" Copyright (c) 2021-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: September 29 2023 $ | 17 | .Dd $Mdocdate: September 30 2023 $ |
18 | .Dt X509V3_ASID_ADD_ID_OR_RANGE 3 | 18 | .Dt X509V3_ASID_ADD_ID_OR_RANGE 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -163,6 +163,7 @@ Ranges must not overlap, | |||
163 | .\" contain at least two elements, | 163 | .\" contain at least two elements, |
164 | and adjacent ranges must be fully merged. | 164 | and adjacent ranges must be fully merged. |
165 | .El | 165 | .El |
166 | .Pp | ||
166 | .Fn X509v3_asid_canonize | 167 | .Fn X509v3_asid_canonize |
167 | merges adjacent ranges | 168 | merges adjacent ranges |
168 | but refuses to merge overlapping ranges or to discard duplicates. | 169 | but refuses to merge overlapping ranges or to discard duplicates. |
@@ -286,8 +287,12 @@ arguments on failure. | |||
286 | .Pp | 287 | .Pp |
287 | RFC 3779 does not explicitly disallow ranges where the minimum | 288 | RFC 3779 does not explicitly disallow ranges where the minimum |
288 | is equal to the maximum. | 289 | is equal to the maximum. |
289 | The isolated AS identifier a and | 290 | The isolated AS identifier |
290 | the AS range [a,a] where the minimum and the maximum are equal to a | 291 | .Fa min |
292 | and the AS range | ||
293 | .Bq Fa min , Ns Fa min | ||
294 | where the minimum and the maximum are equal to | ||
295 | .Fa min | ||
291 | have the same semantics. | 296 | have the same semantics. |
292 | .Fn X509v3_asid_is_canonical | 297 | .Fn X509v3_asid_is_canonical |
293 | accepts both representations as valid and | 298 | accepts both representations as valid and |