avast / authenticode-parser

Authenticode-parser is a simple C library for Authenticode format parsing using OpenSSL.
MIT License
16 stars 8 forks source link

Adding more checks for pointers to the code #18

Closed metthal closed 8 months ago

metthal commented 8 months ago

Should make the code more robust against PKCS7 corrupted structures.

Also making example dumper more robust with not crashing when no certs are parsed and to print NULL values as "(null)" and not a blank line without any line delimiter.