Document ASN1_INTEGER_get_uint64(3), ASN1_INTEGER_get_int64(3),
authorschwarze <schwarze@openbsd.org>
Sat, 9 Jul 2022 13:13:34 +0000 (13:13 +0000)
committerschwarze <schwarze@openbsd.org>
Sat, 9 Jul 2022 13:13:34 +0000 (13:13 +0000)
commite1aa552022908ce902d8c219c6242fd014d35a7f
treeeff9676f2c47a5d8a7822d4396056ec756d6954c
parenta820167a0c2272d9cedf3df3381fe10e0db5ed1b
Document ASN1_INTEGER_get_uint64(3), ASN1_INTEGER_get_int64(3),
ASN1_INTEGER_set_uint64(3), ASN1_INTEGER_set_int64(3),
ASN1_ENUMERATED_get_int64(3), and ASN1_ENUMERATED_set_int64(3)
recently provided by tb@.

Even though Dr. Steven Henson also documented these functions in OpenSSL,
the text over there is excessively verbose, repetitive, very badly ordered,
and incomplete, so i chose to instead write this patch from scratch,
also adding some precision in a few places.
lib/libcrypto/man/ASN1_INTEGER_get.3