summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update actions/setup-python requirement to v2.2.1dependabot/github_actions/actions/setup-python-v2.2.1dependabot[bot]2020-12-212-6/+6
* Attempt to remove the special case for no coverage on pypy3 (#5657)Alex Gaynor2020-12-192-9/+1
* Move more stuff to pre-run for resillience (#5658)Alex Gaynor2020-12-194-35/+35
* Remove last large usage of parametrize with vectors (#5652)Alex Gaynor2020-12-172-112/+106
* Pin setup-python to fix CI (#5653)Alex Gaynor2020-12-171-1/+1
* Cleanup how we represent authors. (#5650)Alex Gaynor2020-12-154-47/+2
* Remove rtd requirements (#5649)Alex Gaynor2020-12-152-2/+1
* put pytest configuration somewhere that goes in the sdist (#5648)Alex Gaynor2020-12-153-9/+10
* Move docker image pulling for wheel buidler to pre-run (#5645)Alex Gaynor2020-12-133-36/+43
* Clone wycheproof in a pre-run task (#5644)Alex Gaynor2020-12-133-7/+8
* add missing verification parameter flags (#5643)Eduard Iskandarov2020-12-131-0/+2
* Build manylinux2014 wheels (#5642)Alex Gaynor2020-12-125-7/+14
* Attempt to split windows tests over multiple jobs (#5639)Alex Gaynor2020-12-122-4/+5
* Point at ghcr for repos (#5640)Alex Gaynor2020-12-123-7/+7
* make the container build names more readable (#5638)Paul Kehrer2020-12-111-12/+12
* add a timeout to builds (#5637)Alex Gaynor2020-12-101-0/+6
* remove windows builds and only test lowest/highest (#5635)Paul Kehrer2020-12-111-2/+0
* bump openssl to latest in CI and change some job names (#5636)Paul Kehrer2020-12-111-9/+9
* Update APIs to use non-deprecated OpenSSL ones where possible (#5633)Alex Gaynor2020-12-107-11/+24
* debian bullseye has 3.9 now (#5634)Alex Gaynor2020-12-101-1/+1
* xdist experiment (#5621)Paul Kehrer2020-12-103-8/+12
* Convert a few more high cardinality tests to use subtests (#5632)Alex Gaynor2020-12-105-134/+134
* bump libressl versions (#5628)Alex Gaynor2020-12-091-2/+3
* remove check from setup.py that's not needed anymore (#5626)Alex Gaynor2020-12-091-9/+0
* re-add Cryptography_HAS_TLSEXT_HOSTNAME and port 3.3.1 changelog (#5627)Paul Kehrer2020-12-092-0/+13
* we already do this check in other places (#5624)Paul Kehrer2020-12-091-5/+1
* print 10 slowest tests to help us keep runtimes down (#5622)Alex Gaynor2020-12-091-2/+2
* More test speedups via subtest + removal rather than skipping (#5617)Paul Kehrer2020-12-091-145/+140
* Remove AES GCM < 64-bit IV tests instead of skipping (#5620)Paul Kehrer2020-12-091-4/+4
* subtest-ify keywrap (#5619)Paul Kehrer2020-12-091-80/+82
* use subtests in aead (#5618)Paul Kehrer2020-12-091-92/+88
* fixes #5611 -- use subtests for wycheproof tests for speed (#5616)Alex Gaynor2020-12-0915-39/+65
* Complete removal of py2 (#5533)Alex Gaynor2020-12-0938-288/+138
* we didn't actually commit the final doc fixes for the recover PR (#5614)Paul Kehrer2020-12-092-10/+10
* Remove utils.int_from_bytes (#5609)Alex Gaynor2020-12-098-25/+22
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-09225-261/+0
* Write a bunch of primitives tests as subtests for performance (#5246)Alex Gaynor2020-12-092-33/+42
* Switch black to py36 as the minimum version (#5608)Alex Gaynor2020-12-0830-1066/+988
* Remove Python2 from CI and code that branched on it (#5607)Alex Gaynor2020-12-0820-509/+189
* Reopen master for 3.4 (#5605)Alex Gaynor2020-12-083-4/+7
* Prepare for 3.3 release (#5603)3.3Alex Gaynor2020-12-083-4/+6
* Fixed DH tests for latest CentOS FIPS OpenSSL (#5604)Alex Gaynor2020-12-084-14/+32
* Add support for RSA signature recovery (#5573)Zoltan Kelemen2020-12-078-16/+191
* Document that PKCS1v1.5 is not constant time (#5600)Alex Gaynor2020-12-062-0/+25
* bump cffi minimum version to help out pyopenssl (#5598)Alex Gaynor2020-12-012-2/+2
* remove legacy debugging code from setup.py (#5597)Alex Gaynor2020-12-011-11/+0
* Document that Firefox doesn't support unencrypted pkcs12 (#5596)Alex Gaynor2020-12-011-0/+6
* Added tls bindings for new OpenSSL APIs (#5595)Alex Gaynor2020-12-012-4/+36
* fixes #4531 -- support encoding SCTs in certificates (#5594)Alex Gaynor2020-11-304-7/+50
* Don't build our custom osrandom engine on libressl (#5593)Alex Gaynor2020-11-291-2/+2