requests / toolbelt

A toolbelt of useful classes and functions to be used with python-requests
https://toolbelt.readthedocs.org
Other
989 stars 186 forks source link

Makes x509.py timezone-aware #377

Closed glitchim closed 2 months ago

glitchim commented 2 months ago

Removes not_valid_after/not_valid_before deprecation warning https://cryptography.io/en/latest/x509/reference/#cryptography.x509.Certificate.not_valid_after

sigmavirus24 commented 2 months ago

Thank you!