summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* disallow p less than 512-bit on DH (#5592)Paul Kehrer2020-11-296-28/+84
* don't require errors to be on the stack when loading a key (#5590)Paul Kehrer2020-11-261-2/+1
* Reduce granularity of error msging when deserializing keys (#5588)Paul Kehrer2020-11-264-26/+19
* define OAEP properties for all openssl versions (#5589)Paul Kehrer2020-11-261-7/+3
* in OpenSSL 1.1.0+ error strings are automatically loaded (#5587)Paul Kehrer2020-11-262-7/+0
* Start refactoring github actions to reduce duplication (#5583)Alex Gaynor2020-11-232-16/+31
* Simplify CI scripts (#5582)Alex Gaynor2020-11-212-6/+3
* Simplify wycheproof pytest code (#5579)Alex Gaynor2020-11-203-20/+2
* Debian sid has python 3.9 now (#5580)Alex Gaynor2020-11-191-1/+1
* Polish up the fernet limitations language (#5577)Alex Gaynor2020-11-191-2/+3
* Move paramiko job to github actions (#5565)Alex Gaynor2020-11-138-60/+3
* Remove two linkcheck ignores (#5570)Alex Gaynor2020-11-131-4/+0
* Update artifact name for changes from pyca-infra (#5569)Alex Gaynor2020-11-133-6/+7
* Added python2 removal to the changelog (#5567)Alex Gaynor2020-11-121-0/+2
* Garbage collect more CI code (#5564)Alex Gaynor2020-11-112-14/+6
* port docs and docs-linkcheck (#5563)Paul Kehrer2020-11-112-11/+16
* garbage collect dead code (#5562)Alex Gaynor2020-11-111-4/+0
* migrate more from Travis to GHA (#5555)Paul Kehrer2020-11-117-142/+108
* Always rely on OpenSSL's builtin locking callbacks (#5561)Alex Gaynor2020-11-116-182/+4
* Tighten up this warning message (#5560)Alex Gaynor2020-11-111-2/+2
* See if we can remove this now that we're on focal (#5559)Alex Gaynor2020-11-111-1/+1
* Migrate drownstream tests to GHA (#5554)Alex Gaynor2020-11-119-27/+25
* Fix broken links (#5552)Felix Fontein2020-11-101-5/+8
* GCM IV size limits (#5553)Paul Kehrer2020-11-098-15/+70
* padding: Tip-toe around bytes subclasses. (#5548)Benjamin Peterson2020-11-042-2/+32
* Fix broken link to security documentation in README.rst (#5551)Mads Jensen2020-11-041-1/+1
* Attempt to move docker builds from travis to GHA (#5545)Alex Gaynor2020-11-035-64/+40