Add documentation for s2i_ASN1_INTEGER and related functions
authortb <tb@openbsd.org>
Thu, 20 Apr 2023 16:15:29 +0000 (16:15 +0000)
committertb <tb@openbsd.org>
Thu, 20 Apr 2023 16:15:29 +0000 (16:15 +0000)
commit58c86195e0ab6d49b64f33b9340ef9824bc17e66
treebe02be9ae94bde445c57186eb781df08273c7cdb
parent00d833503e2654131fa16df4558102cba7eb2804
Add documentation for s2i_ASN1_INTEGER and related functions

These functions convert strings to internal objects and vice versa.
This is a best effort, probably with a lot of room for improvement,
which can happen in tree if anyone cares. It's better than nothing.
Nothing in turn would be significantly better than the utter garbage
a related project has managed to land as part of their efforts towards
significant documentation improvements in a recent major relase.

This leaves a dangling reference to the misnamed X509V3_METHOD_get_nid(3)
which I may or may not fill in the future.

I am unsure about the HISTORY section's precision, but that's what I got
from cvs history. All these functions are about a quarter century old
(and it shows), so I don't think it matters very much.
lib/libcrypto/man/s2i_ASN1_INTEGER.3 [new file with mode: 0644]