summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-09-29 15:41:06 +0000
committertb <>2023-09-29 15:41:06 +0000
commitf4f0e4daf1dec6165cb0996274d1ce8cd63b6dc6 (patch)
tree63e15c99a23f4b49eb7f6868e72d6079b33652e3 /src
parentc460d602798f2c07ec07290ff4c37f76094717bb (diff)
downloadopenbsd-f4f0e4daf1dec6165cb0996274d1ce8cd63b6dc6.tar.gz
openbsd-f4f0e4daf1dec6165cb0996274d1ce8cd63b6dc6.tar.bz2
openbsd-f4f0e4daf1dec6165cb0996274d1ce8cd63b6dc6.zip
Some wording tweaks to make things a bit more precise.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/X509v3_addr_validate_path.313
1 files changed, 7 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/X509v3_addr_validate_path.3 b/src/lib/libcrypto/man/X509v3_addr_validate_path.3
index 109cab3f52..d3c088c916 100644
--- a/src/lib/libcrypto/man/X509v3_addr_validate_path.3
+++ b/src/lib/libcrypto/man/X509v3_addr_validate_path.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509v3_addr_validate_path.3,v 1.2 2023/09/29 09:28:21 tb Exp $ 1.\" $OpenBSD: X509v3_addr_validate_path.3,v 1.3 2023/09/29 15:41:06 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> 3.\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
4.\" 4.\"
@@ -47,20 +47,21 @@ path validation.
47.Bl -enum 47.Bl -enum
48.It 48.It
49The initial set of allowed IP address and AS number resources is defined in 49The initial set of allowed IP address and AS number resources is defined in
50the trust anchor; inheritance is not allowed in the trust anchor. 50the trust anchor, where inheritance is not allowed.
51.It 51.It
52All IP address delegation or AS number delegation extensions 52All IP address delegation or AS number delegation extensions
53must be in canonical form according to 53appearing in the validation path must be in canonical form
54according to
54.Xr X509v3_addr_is_canonical 3 55.Xr X509v3_addr_is_canonical 3
55and 56and
56.Xr X509v3_asid_is_canonical 3 . 57.Xr X509v3_asid_is_canonical 3 .
57.It 58.It
58If the IP address delegation extension is present in a certificate, 59If the IP address delegation extension is present in a certificate,
59it must also be present in its issuer. 60it must also be present in its issuer.
60Similarly for AS identifiers. 61Similarly for the AS identifiers delegation extension.
61.It 62.It
62An issuer may only delegate resources present in its 63An issuer may only delegate subsets of resources present in its
63RFC 3779 extensions. 64RFC 3779 extensions or subsets of resources inherited from its issuer.
64.El 65.El
65.Pp 66.Pp
66.Fn X509v3_addr_validate_path 67.Fn X509v3_addr_validate_path