Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let crypto._cert_fingerprint pass bytes to load_pem_x509_certificate #77

Closed
wants to merge 1 commit into from

Commits on May 20, 2024

  1. 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
    zmousm committed May 20, 2024
    Configuration menu
    Copy the full SHA
    eb3faf8 View commit details
    Browse the repository at this point in the history