🛡️ Security

X.509 Certificate

The standard format for public-key certificates used by TLS, IPsec, and code signing. It binds a public key to an identity, is signed by a certificate authority, and is encoded in ASN.1, which is why parsing it safely is a recurring security problem.