summaryrefslogtreecommitdiff
path: root/tests/x509/test_x509_crlbuilder.py
Commit message (Expand)AuthorAgeFilesLines
* use the rsa fixtures in x509 too (#8460)Paul Kehrer2023-03-061-30/+50
* remove pytz test dependency (#8447)Paul Kehrer2023-03-051-7/+4
* raise UnsupportedAlgorithm instead of ValueError in x509 builder sign (#8397)Paul Kehrer2023-02-261-4/+9
* Update formatting for new ruff (#7937)Alex Gaynor2022-12-261-2/+2
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-211-2/+1
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-301-1/+1
* Move extension encoding code to new crate x509::extensions (#6571)Felix Fontein2021-11-111-1/+1
* Convert CRL creation to Rust (#6496)Alex Gaynor2021-10-311-2/+2
* port some crl extensions, refactor a bit (#6425)Paul Kehrer2021-10-171-1/+16
* Structure X.509 code to start moving extension encoding to Rust (#6369)Alex Gaynor2021-10-051-0/+29
* Added a test of encoding a CRLReason, needed for Rust coverage (#6278)Alex Gaynor2021-09-191-1/+4
* more typing (#5887)Paul Kehrer2021-03-021-3/+14
* Remove requires_backend_interface from tests because it was useless (#5884)Alex Gaynor2021-03-011-44/+0
* add typehints for read only properties (#5826)Mathias Ertl2021-02-151-0/+1
* enable mypy over tests (#5721)Paul Kehrer2021-01-311-5/+5
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* Switch black to py36 as the minimum version (#5608)Alex Gaynor2020-12-081-31/+31
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-271/+389
* Finish ed25519 and ed448 support in x509 module (#4972)Marko Kreen2019-09-091-2/+150
* Allow FreshestCRL extension in CRL (#4975)Marko Kreen2019-09-071-0/+33
* allow asn1 times of 1950-01-01 and later. (#4728)Paul Kehrer2019-01-221-4/+4
* support delta crl indicator extension (#3936)Paul Kehrer2017-09-221-0/+1
* move x509 tests into a module (#3889)Paul Kehrer2017-09-061-0/+515