CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2016/12/29 10:42:54

Modified files:
        lib/libcrypto/man: Makefile 
Added files:
        lib/libcrypto/man: d2i_ASN1_NULL.3 

Log message:
Write d2i_ASN1_NULL(3) manual page from scratch.
Both functions are listed in <openssl/asn1.h>
and in OpenSSL doc/man3/d2i_X509.pod.

After reading the code, i'm not amused.  You wouldn't think that
it might take eight stack levels to decode a constant sixteen bit
value that does not even allow a single content octet, or would
you?  Nota bene, this is an average of four stack levels for each
non-zero bit decoded...  :-(

Reply via email to