summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2023-10-11 12:06:11 +0000
committertb <>2023-10-11 12:06:11 +0000
commit26780e7617c82cc58ea63df16fdf6869d1a80d22 (patch)
tree8023ce5364e5bc02421123fbe23126990c79f651 /src/lib
parent0a49cb417e0183546df41411bfb4aa4106480a12 (diff)
downloadopenbsd-26780e7617c82cc58ea63df16fdf6869d1a80d22.tar.gz
openbsd-26780e7617c82cc58ea63df16fdf6869d1a80d22.tar.bz2
openbsd-26780e7617c82cc58ea63df16fdf6869d1a80d22.zip
I forgot that we now have ASN1_INTEGER_set_uint64()
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/ASRange_new.319
1 files changed, 6 insertions, 13 deletions
diff --git a/src/lib/libcrypto/man/ASRange_new.3 b/src/lib/libcrypto/man/ASRange_new.3
index 5d92a375fb..dc58c98e58 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.7 2023/10/01 05:20:41 tb Exp $ 1.\" $OpenBSD: ASRange_new.3,v 1.8 2023/10/11 12:06:11 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: October 1 2023 $ 17.Dd $Mdocdate: October 11 2023 $
18.Dt ASRANGE_NEW 3 18.Dt ASRANGE_NEW 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -92,16 +92,10 @@ All
92.Vt ASN1_INTEGER Ns s 92.Vt ASN1_INTEGER Ns s
93in this manual must be representable as unsigned 32-bit integers. 93in this manual must be representable as unsigned 32-bit integers.
94The API performs no corresponding checks. 94The API performs no corresponding checks.
95The library provides no convenient way of setting the value of an 95An
96.Vt ASN1_INTEGER 96.Vt ASN1_INTEGER
97directly. 97can be set using
98A detour via a 98.Xr ASN1_INTEGER_set_uint64 3 .
99.Vt BIGNUM
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 99.Pp
106The 100The
107.Vt ASRange 101.Vt ASRange
@@ -353,8 +347,7 @@ return the number of bytes successfully encoded
353or a value <= 0 if an error occurs. 347or a value <= 0 if an error occurs.
354.Sh SEE ALSO 348.Sh SEE ALSO
355.Xr ASIdentifiers_new 3 , 349.Xr ASIdentifiers_new 3 ,
356.Xr BN_set_word 3 , 350.Xr ASN1_INTEGER_set_uint64 3 ,
357.Xr BN_to_ASN1_INTEGER 3 ,
358.Xr crypto 3 , 351.Xr crypto 3 ,
359.Xr IPAddressRange_new 3 , 352.Xr IPAddressRange_new 3 ,
360.Xr s2i_ASN1_INTEGER 3 , 353.Xr s2i_ASN1_INTEGER 3 ,