CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/01/04 23:08:31
Modified files:
lib/libcrypto/man: ASN1_STRING_new.3
Log message:
Complete rewrite, documenting 16 additional constructor/destructor pairs.
While OpenSSL does not document them, they are public in <openssl/asn1.h>,
and OpenSSL does document the related decoders and encoders.
It makes no sense to me to document object methods without documenting
the public constructors as well.
While here:
Bugfix: The type assigned by ASN1_STRING_new() was wrong.
Remove implementation details.
Add small amounts of useful auxiliary information.