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
In #185 , google-auth now uses Python's cryptography library if it's available.
The cryptography library is faster and better-maintained than python-rsa.
Recently the rsa library had a security bug, and it took a long time to ship an update sybrenstuvel/python-rsa#165 . This impacted google-auth users, see #646
Would you please update the google-auth packaging metadata to stop installing rsa and start installing cryptography instead?
The text was updated successfully, but these errors were encountered:
Thanks for the heads up. Is there a minimum version required? It looks like in Fedora 35 we have python3-cryptography-35.0.0-2.fc35.x86_64, Fedora 34 python-cryptography-3.4.6-1.fc34, and in EL8 and EL9, which I've also been trying to keep up to date, we have python3-cryptography-3.2.1-5.el8.x86_64 and python3-cryptography-3.4.7-5.el9.x86_64.
In #185 ,
google-auth
now uses Python's cryptography library if it's available.The
cryptography
library is faster and better-maintained than python-rsa.Recently the
rsa
library had a security bug, and it took a long time to ship an update sybrenstuvel/python-rsa#165 . This impactedgoogle-auth
users, see #646Would you please update the
google-auth
packaging metadata to stop installingrsa
and start installingcryptography
instead?The text was updated successfully, but these errors were encountered: