googleapis / google-auth-library-python

Google Auth Python Library
https://googleapis.dev/python/google-auth/latest/
Apache License 2.0
752 stars 301 forks source link

feat: ECP Provider drop cryptography requirement #1524

Closed clundin25 closed 1 month ago

clundin25 commented 1 month ago

The ECP provider can work with the Python std lib SSL library. This simplifies packaging, as cryptography can be omitted.

This patch makes the code use the standard SSL library if a provider implementation is detected.