CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/11/28 08:48:12
Modified files:
lib/libcrypto/man: ASN1_put_object.3
Log message:
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.
