Skip to content

Releases: infobyte/flask-saml2

Upgrade criptography

Choose a tag to compare

@dnadares dnadares released this 05 May 20:24
Replace OpenSSL.crypto.sign with cryptography hazmat API

OpenSSL.crypto.sign was removed in pyOpenSSL 25.0.0. Replace both
RsaSha1Signer and RsaSha256Signer to use cryptography.hazmat directly
via PKey.to_cryptography_key().