summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-10-11 12:06:11 +0000
committertb <>2023-10-11 12:06:11 +0000
commitaa599595d041a284a5ecda53defe467871b075f0 (patch)
tree8023ce5364e5bc02421123fbe23126990c79f651 /src
parenta1d8041108570b9a98a52512fa061526f88d7c8d (diff)
downloadopenbsd-aa599595d041a284a5ecda53defe467871b075f0.tar.gz
openbsd-aa599595d041a284a5ecda53defe467871b075f0.tar.bz2
openbsd-aa599595d041a284a5ecda53defe467871b075f0.zip
I forgot that we now have ASN1_INTEGER_set_uint64()
Diffstat (limited to 'src')
-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 ,