Document ASN1_object_size(3).
authorschwarze <schwarze@openbsd.org>
Sun, 28 Nov 2021 15:48:12 +0000 (15:48 +0000)
committerschwarze <schwarze@openbsd.org>
Sun, 28 Nov 2021 15:48:12 +0000 (15:48 +0000)
commit3da413554071bf22ab455510ac853711704600cb
treef23b3bca56a5029890394f4a58be2b7d480d9ce7
parentedff0b5cb01fdcbc5609732bcb842581151d7eb8
Document ASN1_object_size(3).

While here,
* call the function arguments "content_length" rather than just
"length" to make it less likely that the reader confuses them with
the total length returned by ASN1_object_size(3);
* state that only the short form is supported for content_length <= 127;
* add the missing STANDARDS section.
lib/libcrypto/man/ASN1_put_object.3