summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't tell people to use PGP, it's not good (#5543)Alex Gaynor2020-11-011-4/+3
* print some stuff in setup.py to try to educate people (#5539)Paul Kehrer2020-10-311-69/+102
* updated faq entry (#5541)Paul Kehrer2020-10-311-12/+11
* abi3 only on windows (#5537)Alex Gaynor2020-10-311-3/+0
* we have abi3 wheels for windows now (#5536)Alex Gaynor2020-10-311-6/+6
* tense (#5538)Alex Gaynor2020-10-311-1/+1
* Rephrase abi3 FAQ so it stays accurate (#5534)Alex Gaynor2020-10-301-3/+3
* Clean up travis scripts now that 1.0.2 is dropped (#5530)Alex Gaynor2020-10-281-8/+3
* Update installation docs for 3.5 drop (#5531)Alex Gaynor2020-10-281-1/+1
* Update .travis.yml for 3.9 (#5482)Alex Gaynor2020-10-281-1/+1
* fix Python 2 CryptographyDeprecationWarning guide (#5529)Thomas Grainger2020-10-281-1/+1
* fedora has python 3.9 now (#5528)Alex Gaynor2020-10-281-2/+2
* Drop python 3.5 (#5527)Alex Gaynor2020-10-2810-24/+14
* port 3.2.1 changelog (#5526)Paul Kehrer2020-10-281-0/+9
* Disable blinding for RSA pub keys (#5524)Alex Gaynor2020-10-272-5/+3
* Fix installation docs link in README.rst (#5520)lukpueh2020-10-271-1/+1
* Remove some dead constants (#5518)Alex Gaynor2020-10-263-23/+0
* fixes #5513 update comment on why we can't have nice things (#5517)Alex Gaynor2020-10-261-11/+3
* Simplify a number of branches around libressl (#5515)Alex Gaynor2020-10-267-39/+23
* Revert to upload-artifact v1 for manylinux (#5514)Paul Kehrer2020-10-261-1/+1
* Delete all the 1.0.2 code (#5511)Alex Gaynor2020-10-2534-610/+61
* Reopen master for 3.3 (#5509)Alex Gaynor2020-10-253-4/+11
* 3.2 release (#5508)3.2Paul Kehrer2020-10-253-6/+4
* Attempt to mitigate Bleichenbacher attacks on RSA decryption (#5507)Alex Gaynor2020-10-253-15/+18
* move blinding to __init__ on both RSA public and private (#5506)Paul Kehrer2020-10-253-17/+21