-
Notifications
You must be signed in to change notification settings - Fork 334
Open
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
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?
Metadata
Metadata
Assignees
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.