summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ASRange_new.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/ASRange_new.3')
-rw-r--r--src/lib/libcrypto/man/ASRange_new.318
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/libcrypto/man/ASRange_new.3 b/src/lib/libcrypto/man/ASRange_new.3
index 75b911c588..12eff26792 100644
--- a/src/lib/libcrypto/man/ASRange_new.3
+++ b/src/lib/libcrypto/man/ASRange_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ASRange_new.3,v 1.4 2023/09/26 15:34:23 tb Exp $ 1.\" $OpenBSD: ASRange_new.3,v 1.5 2023/09/27 08:46:46 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> 3.\" Copyright (c) 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 26 2023 $ 17.Dd $Mdocdate: September 27 2023 $
18.Dt ASRANGE_NEW 3 18.Dt ASRANGE_NEW 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -30,7 +30,7 @@
30.Nm ASIdentifierChoice_free , 30.Nm ASIdentifierChoice_free ,
31.Nm d2i_ASIdentifierChoice , 31.Nm d2i_ASIdentifierChoice ,
32.Nm i2d_ASIdentifierChoice 32.Nm i2d_ASIdentifierChoice
33.Nd Autonomous system identifiers and ranges 33.Nd RFC 3779 autonomous system identifiers and ranges
34.Sh SYNOPSIS 34.Sh SYNOPSIS
35.In openssl/x509v3.h 35.In openssl/x509v3.h
36.Ft "ASRange *" 36.Ft "ASRange *"
@@ -87,21 +87,21 @@ are building blocks of the
87.Vt ASIdentifiers 87.Vt ASIdentifiers
88type representing the RFC 3779 88type representing the RFC 3779
89autonomous system identifier delegation extension. 89autonomous system identifier delegation extension.
90See
91.Xr ASIdentifiers_new 3
92and
93.Xr X509v3_asid_add_id_or_range 3
94for more details.
95.Pp 90.Pp
96All 91All
97.Vt ASN1_INTEGER Ns s 92.Vt ASN1_INTEGER Ns s
98in this manual should be representable as unsigned 32-bit integers. 93in this manual should be representable as unsigned 32-bit integers.
94The API performs no corresponding checks.
99The library provides no convenient way of setting the value of an 95The library provides no convenient way of setting the value of an
100.Vt ASN1_INTEGER 96.Vt ASN1_INTEGER
101directly. 97directly.
102A detour via a 98A detour via a
103.Vt BIGNUM 99.Vt BIGNUM
104or a string is unavoidable. 100or a string is unavoidable.
101To retrieve the value of an
102.Vt ASN1_INTEGER ,
103use
104.Xr ASN1_INTEGER_get_uint64 3 .
105.Pp 105.Pp
106The 106The
107.Vt ASRange 107.Vt ASRange
@@ -310,7 +310,7 @@ object of
310.Fn ASRange_new 310.Fn ASRange_new
311returns a new 311returns a new
312.Vt ASRange 312.Vt ASRange
313object or 313object with allocated, empty members, or
314.Dv NULL 314.Dv NULL
315if an error occurs. 315if an error occurs.
316.Pp 316.Pp