summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/X509v3_asid_add_id_or_range.313
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,
164and adjacent ranges must be fully merged. 164and adjacent ranges must be fully merged.
165.El 165.El
166.Pp
166.Fn X509v3_asid_canonize 167.Fn X509v3_asid_canonize
167merges adjacent ranges 168merges adjacent ranges
168but refuses to merge overlapping ranges or to discard duplicates. 169but refuses to merge overlapping ranges or to discard duplicates.
@@ -286,8 +287,12 @@ arguments on failure.
286.Pp 287.Pp
287RFC 3779 does not explicitly disallow ranges where the minimum 288RFC 3779 does not explicitly disallow ranges where the minimum
288is equal to the maximum. 289is equal to the maximum.
289The isolated AS identifier a and 290The isolated AS identifier
290the AS range [a,a] where the minimum and the maximum are equal to a 291.Fa min
292and the AS range
293.Bq Fa min , Ns Fa min
294where the minimum and the maximum are equal to
295.Fa min
291have the same semantics. 296have the same semantics.
292.Fn X509v3_asid_is_canonical 297.Fn X509v3_asid_is_canonical
293accepts both representations as valid and 298accepts both representations as valid and