Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto._cert_fingerprint: pass bytes to load_pem_x509_certificate
crypto._cert_fingerprint must ensure first parameter to load_pem_x509_certificate is bytes, as there are code paths which pass this as a string, such as crypto.from_keyspec -> crypto._load_keyspec -> crypto.XMLSecCryptoFromXML.__init__ -> crypto._cert_fingerprint
- Loading branch information