summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* empty commit for codecovtag-buildPaul Kehrer2021-09-290-0/+0
* build our wheels from tag so we can upload sdist lastPaul Kehrer2021-09-291-3/+23
* add CRL pyopenssl fallback (#6325)Paul Kehrer2021-09-286-10/+90
* remove unneeded bindings (#6324)Paul Kehrer2021-09-283-63/+0
* Bump dessant/lock-threads from 2.1.2 to 3 (#6323)dependabot[bot]2021-09-281-3/+3
* Parse CSRs in pure rust (#6312)Paul Kehrer2021-09-289-509/+427
* Bump asn1 from 0.6.3 to 0.6.4 in /src/rust (#6318)dependabot[bot]2021-09-271-4/+4
* separate cert extension parsing into its own function (#6319)Paul Kehrer2021-09-271-154/+155
* Bump libc from 0.2.102 to 0.2.103 in /src/rust (#6317)dependabot[bot]2021-09-271-2/+2
* Bump ouroboros from 0.10.1 to 0.11.1 in /src/rust (#6315)dependabot[bot]2021-09-272-5/+5
* add new x509 request vector (#6313)Paul Kehrer2021-09-272-0/+3
* Use shorter pyo3 exported names (#6308)Alex Gaynor2021-09-272-23/+15
* remove unused rand bindings (#6309)Alex Gaynor2021-09-271-5/+0
* remove unused bindings from x509name (#6310)Alex Gaynor2021-09-271-11/+0
* Ensure there's nothing on the error stack after tests (#5997)Alex Gaynor2021-09-263-1/+22
* Remove some unused constants (#6307)Alex Gaynor2021-09-264-37/+0
* Remove unused OCSP bindings (#6306)Alex Gaynor2021-09-261-112/+0
* Simplify pyo3 import path (#6305)Alex Gaynor2021-09-262-18/+14
* Convert OCSPResponse to be Rust (#6297)Alex Gaynor2021-09-257-469/+553
* Bump syn from 1.0.76 to 1.0.77 in /src/rust (#6304)dependabot[bot]2021-09-241-2/+2
* fixes #6287 - made naming of _create_asn1_time consistent (#6303)Alex Gaynor2021-09-241-7/+7
* Added additional OCSP response tests (#6300)Alex Gaynor2021-09-242-2/+33
* Bump instant from 0.1.10 to 0.1.11 in /src/rust (#6299)dependabot[bot]2021-09-231-2/+2
* add several OCSP response vectors (#6298)Paul Kehrer2021-09-234-0/+8
* Bump asn1 from 0.6.2 to 0.6.3 in /src/rust (#6296)dependabot[bot]2021-09-221-4/+4
* Use Arc for storing data contents in self-referential structs (#6294)Alex Gaynor2021-09-222-6/+7
* Simplify code by using newish rust-asn1 API (#6293)Alex Gaynor2021-09-221-1/+1
* simplify code (#6291)Alex Gaynor2021-09-201-1/+1
* add faq entry about why rust (#6290)Paul Kehrer2021-09-192-0/+14
* better exception text for public_bytes on cert/crl (#6288)Paul Kehrer2021-09-191-2/+2
* Migrate CRL implementation to Rust (#6276)Alex Gaynor2021-09-2011-422/+642
* update setup.py links to the canonical URL (#6284)Paul Kehrer2021-09-191-3/+3
* changelog for musllinux (#6283)Paul Kehrer2021-09-191-2/+4
* add musllinux arm64 build to zuul (#6280)Paul Kehrer2021-09-193-4/+6
* musllinux ftw (#6285)Nathaniel J. Smith2021-09-191-5/+5
* Don't internal error on CRL with no nextUpdate value (#6282)Alex Gaynor2021-09-195-3/+26
* per discussion in #6236 (#6254)John Jones2021-09-192-17/+15
* preparations for musllinux (#6236)John Jones2021-09-191-2/+9
* Added more tests for empty CRL (#6281)Alex Gaynor2021-09-191-0/+5
* Added a test of encoding a CRLReason, needed for Rust coverage (#6278)Alex Gaynor2021-09-191-1/+4
* add vector omitting optional ASN.1 SEQUENCE for an empty CRL (#6279)Paul Kehrer2021-09-183-0/+12
* backport some tests needed for full coverage of rust (#6277)Alex Gaynor2021-09-191-0/+17
* Bump libc from 0.2.101 to 0.2.102 in /src/rust (#6274)dependabot[bot]2021-09-151-2/+2
* _ModuleWithDeprecations should inherit from types.ModuleType (#6267) (#6268)Sándor Jenei2021-09-132-1/+15
* resolve lazy import race condition (#6272)Paul Kehrer2021-09-127-277/+285
* add more eku oids (#6271)Paul Kehrer2021-09-123-0/+22
* cffi: check openssl version is less than 1.1.0 (#6266)match man2021-09-131-0/+4
* new year, new openssl (#6264)Alex Gaynor2021-09-071-2/+2
* updated installation docs to reflect what we test on (#6265)Alex Gaynor2021-09-071-2/+4
* Make OAEP test vector generating works on python3 (#6255)match man2021-09-061-20/+20