summaryrefslogtreecommitdiff
path: root/tests/test_cryptography_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Update CI for py3.11 release (#7743)Alex Gaynor2022-10-261-4/+4
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-301-3/+3
* Use well-defined enum representation (#6042)Christian Heimes2021-05-121-0/+11
* enable mypy over tests (#5721)Paul Kehrer2021-01-311-4/+4
* Remove utils.int_from_bytes (#5609)Alex Gaynor2020-12-091-6/+0
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* Remove unused code (#5360)Alex Gaynor2020-07-281-5/+0
* Fixes #4076 - simplify the implementation of int_from_bytes on python2 (#4077)Alex Gaynor2018-01-101-0/+2
* Inline calls to bit_length now that it's trivial (#3966)Alex Gaynor2017-10-121-0/+5
* Fixed #3747 -- cache extensions on x.509 objects (#3769)Alex Gaynor2017-07-081-0/+47
* fix a regression in int_from_bytes (#3316)Paul Kehrer2016-12-131-0/+11