summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2023-09-30 14:29:41 +0000
committerschwarze <>2023-09-30 14:29:41 +0000
commit7efc74ecce75e2370d636a9acc439c85f711d731 (patch)
tree768a41705fd8ad8778331bcbc80078444bbdf009 /src
parent16d8da3d56e3ebeaa1d99a864ef9b10c50fafe66 (diff)
downloadopenbsd-7efc74ecce75e2370d636a9acc439c85f711d731.tar.gz
openbsd-7efc74ecce75e2370d636a9acc439c85f711d731.tar.bz2
openbsd-7efc74ecce75e2370d636a9acc439c85f711d731.zip
avoid using the string "a" without markup as a placeholder
where that feels potentially confusing, and add one missing .Pp macro; no change of meaning
Diffstat (limited to 'src')
-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