This update for python-cryptography fixes the following issues:
python-cryptography was updated to 3.3.2.
update to 3.3.0:
Update to 3.2.1:
Disable blinding on RSA public keys to address an error with some versions of OpenSSL.
update to 3.2 (bsc#1178168, CVE-2020-25659):
update to 3.1:
idna
based
:term:U-label
parsing in various X.509 classes. This support was originally
deprecated in version 2.1 and moved to an extra in 2.5.backend
arguments to functions are no longer required and the
default backend will automatically be selected if no backend
is provided.~cryptography.hazmat.primitives.serialization.pkcs7.load_pem_pkcs7_certificates
and
:func:~cryptography.hazmat.primitives.serialization.pkcs7.load_der_pkcs7_certificates
.update
or update_into
on
:class:~cryptography.hazmat.primitives.ciphers.CipherContext
with data
longer than 2\ :sup:31
bytes no longer raises an OverflowError
. This
also resolves the same issue in :doc:/fernet
.update to 3.0:
Update to 2.9: