Expand description
TLS certificates
Structs§
- Fingerprint
- A TLS certificates, encoded in bytes
Enums§
Functions§
- calculate_
fingerprint - Compute fingerprint from a certificate that is encoded in pem format
- calculate_
fingerprint_ from_ der - Compute fingerprint from decoded pem as binary value
- decode_
fingerprint - get_
cn_ and_ san_ attributes - Retrieve from the x509 the common name (a.k.a
CN
) and the subject alternate names (a.k.aSAN
) - get_
fingerprint_ from_ certificate_ path - load_
full_ certificate - parse_
pem - parse a pem file encoded as binary and convert it into the right structure
(a.k.a
Pem
) - parse_
x509 - parse x509 certificate from PEM bytes
- split_
certificate_ chain