diff options
author | tb <> | 2023-09-28 12:35:31 +0000 |
---|---|---|
committer | tb <> | 2023-09-28 12:35:31 +0000 |
commit | f303397303b45a34025b87dcff0e9355c3dabcf4 (patch) | |
tree | 64707860c8b3834683bfa252318af5ad95e1a4c4 /src/lib/libcrypto/man/ASIdentifiers_new.3 | |
parent | 3c50cba0fd2b2b508a0cd1bb6bb8ab101cdd914c (diff) | |
download | openbsd-f303397303b45a34025b87dcff0e9355c3dabcf4.tar.gz openbsd-f303397303b45a34025b87dcff0e9355c3dabcf4.tar.bz2 openbsd-f303397303b45a34025b87dcff0e9355c3dabcf4.zip |
Document X509v3_{addr,asid}_subset.3
First RFC 3779 page without a BUG section. It could have one, but I'm
in a lenient mood right now. Maybe it's just that this is bad but not
quite as bad as EVP.
Diffstat (limited to 'src/lib/libcrypto/man/ASIdentifiers_new.3')
-rw-r--r-- | src/lib/libcrypto/man/ASIdentifiers_new.3 | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/ASIdentifiers_new.3 b/src/lib/libcrypto/man/ASIdentifiers_new.3 index 4f6bf67f10..ae5795c9a3 100644 --- a/src/lib/libcrypto/man/ASIdentifiers_new.3 +++ b/src/lib/libcrypto/man/ASIdentifiers_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ASIdentifiers_new.3,v 1.7 2023/09/27 08:46:46 tb Exp $ | 1 | .\" $OpenBSD: ASIdentifiers_new.3,v 1.8 2023/09/28 12:35:31 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2021 Theo Buehler <tb@openbsd.org> | 3 | .\" Copyright (c) 2021 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 27 2023 $ | 17 | .Dd $Mdocdate: September 28 2023 $ |
18 | .Dt ASIDENTIFIERS_NEW 3 | 18 | .Dt ASIDENTIFIERS_NEW 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -47,7 +47,7 @@ | |||
47 | .Sh DESCRIPTION | 47 | .Sh DESCRIPTION |
48 | RFC 3779 defines two X.509v3 certificate extensions that allow the | 48 | RFC 3779 defines two X.509v3 certificate extensions that allow the |
49 | delegation of | 49 | delegation of |
50 | IP address blocks and autonomous system (AS) identifiers | 50 | IP addresses and autonomous system (AS) identifiers |
51 | from the issuer to the subject of the certificate. | 51 | from the issuer to the subject of the certificate. |
52 | An | 52 | An |
53 | .Vt ASIdentifiers | 53 | .Vt ASIdentifiers |
@@ -112,8 +112,11 @@ or a value <= 0 if an error occurs. | |||
112 | .Xr crypto 3 , | 112 | .Xr crypto 3 , |
113 | .Xr IPAddressRange_new 3 , | 113 | .Xr IPAddressRange_new 3 , |
114 | .Xr X509_new 3 , | 114 | .Xr X509_new 3 , |
115 | .Xr X509v3_asid_add_id_or_range 3 , | 115 | .Xr X509v3_addr_add_inherit 3 , |
116 | .Xr X509v3_asid_inherits 3 | 116 | .Xr X509v3_addr_get_range 3 , |
117 | .Xr X509v3_addr_inherits 3 , | ||
118 | .Xr X509v3_addr_subset 3 , | ||
119 | .Xr X509v3_asid_add_id_or_range 3 | ||
117 | .Sh STANDARDS | 120 | .Sh STANDARDS |
118 | RFC 3779: X.509 Extensions for IP Addresses and AS Identifiers: | 121 | RFC 3779: X.509 Extensions for IP Addresses and AS Identifiers: |
119 | .Bl -dash -compact | 122 | .Bl -dash -compact |
@@ -130,5 +133,5 @@ and have been available since | |||
130 | .Ox 7.1 . | 133 | .Ox 7.1 . |
131 | .Sh BUGS | 134 | .Sh BUGS |
132 | There are no corresponding functions for the RFC 3779 | 135 | There are no corresponding functions for the RFC 3779 |
133 | IP address blocks delegation extension represented by | 136 | IP address delegation extension represented by |
134 | .Vt IPAddrBlocks . | 137 | .Vt IPAddrBlocks . |