Description
Parse and construct ASN.1 structures in Python, especially for cryptography, certificates, keys, and security protocols. It helps applications inspect encoded security data with a higher-level API.
ASN.1 parsing often handles untrusted binary input. Keep dependencies updated and validate certificate or key semantics outside the parser itself.