diff options
Diffstat (limited to 'src/lib/libcrypto/man/ASRange_new.3')
-rw-r--r-- | src/lib/libcrypto/man/ASRange_new.3 | 18 |
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 |
88 | type representing the RFC 3779 | 88 | type representing the RFC 3779 |
89 | autonomous system identifier delegation extension. | 89 | autonomous system identifier delegation extension. |
90 | See | ||
91 | .Xr ASIdentifiers_new 3 | ||
92 | and | ||
93 | .Xr X509v3_asid_add_id_or_range 3 | ||
94 | for more details. | ||
95 | .Pp | 90 | .Pp |
96 | All | 91 | All |
97 | .Vt ASN1_INTEGER Ns s | 92 | .Vt ASN1_INTEGER Ns s |
98 | in this manual should be representable as unsigned 32-bit integers. | 93 | in this manual should be representable as unsigned 32-bit integers. |
94 | The API performs no corresponding checks. | ||
99 | The library provides no convenient way of setting the value of an | 95 | The library provides no convenient way of setting the value of an |
100 | .Vt ASN1_INTEGER | 96 | .Vt ASN1_INTEGER |
101 | directly. | 97 | directly. |
102 | A detour via a | 98 | A detour via a |
103 | .Vt BIGNUM | 99 | .Vt BIGNUM |
104 | or a string is unavoidable. | 100 | or a string is unavoidable. |
101 | To retrieve the value of an | ||
102 | .Vt ASN1_INTEGER , | ||
103 | use | ||
104 | .Xr ASN1_INTEGER_get_uint64 3 . | ||
105 | .Pp | 105 | .Pp |
106 | The | 106 | The |
107 | .Vt ASRange | 107 | .Vt ASRange |
@@ -310,7 +310,7 @@ object of | |||
310 | .Fn ASRange_new | 310 | .Fn ASRange_new |
311 | returns a new | 311 | returns a new |
312 | .Vt ASRange | 312 | .Vt ASRange |
313 | object or | 313 | object with allocated, empty members, or |
314 | .Dv NULL | 314 | .Dv NULL |
315 | if an error occurs. | 315 | if an error occurs. |
316 | .Pp | 316 | .Pp |