amazon-archives / certlint

X.509 certificate linter
Apache License 2.0
157 stars 42 forks source link

Move ASN.1 validation in-process #38

Closed mpalmer closed 8 years ago

mpalmer commented 8 years ago

Now there's no need to call out to an external program, and parse its output, to determine whether or not a given ASN.1 PDU is valid or not. Should be significantly faster.

rmhrisk commented 8 years ago

Nice