You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments