Document i2c_ASN1_INTEGER(3).
authorschwarze <schwarze@openbsd.org>
Wed, 15 Dec 2021 15:29:23 +0000 (15:29 +0000)
committerschwarze <schwarze@openbsd.org>
Wed, 15 Dec 2021 15:29:23 +0000 (15:29 +0000)
commit599899b6e6621b35c644cd0e668bcbf563c3f863
tree779b29eb6d62df159ee764c1e049edbd4431b7a6
parent69c0451460338d5bad6de6353f62ed17acdab844
Document i2c_ASN1_INTEGER(3).

While it was probably a mistake that steve@ made some i2c_*() and c2i_*()
functions public back in 2000 and while we would like to delete them from
the API, it may not be possible to delete this particular function because
in contrast to the others (which are already marked as intentionally
undocumented), this one is used by various real-world software, so for now,
explain what it does, just in case people find it in existing code.

While here, use the familiar term "byte" that we generally use
throughout all our manual pages, even though the ASN.1 standard
uses the term "octet" instead, which is more precise only in theory.
lib/libcrypto/man/d2i_ASN1_OCTET_STRING.3