Releases: infobyte/flask-saml2
Releases · infobyte/flask-saml2
Release list
Upgrade criptography
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().