fullsailor / pkcs7

Implements a subset of PKCS#7/Crytpographic Message Syntax (rfc2315, rfc5652)
MIT License
123 stars 201 forks source link

Robustness checks against malformed input. #40

Open mgritter opened 5 years ago

mgritter commented 5 years ago

Handles cases where the input is not long enough to read tag or length fields.

emtammaru commented 4 months ago

Was just about to do this myself but glad I checked and you addressed it already! Thanks