summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Added python2 removal to the changelog (#5567)Alex Gaynor2020-11-121-0/+2
| | | | | * Added python2 removal to the changelog * Update CHANGELOG.rst
* Garbage collect more CI code (#5564)Alex Gaynor2020-11-112-14/+6
|
* port docs and docs-linkcheck (#5563)Paul Kehrer2020-11-112-11/+16
| | | | | | | | | * port docs and docs-linkcheck * allow linkcheck if the commit msg says linkcheck combine docs job into lint jobs * can't get the commit msg at this time on a PR
* garbage collect dead code (#5562)Alex Gaynor2020-11-111-4/+0
|
* migrate more from Travis to GHA (#5555)Paul Kehrer2020-11-117-142/+108
| | | | | | | | | | | | | | | | | | | * migrate more from Travis to GHA * actually upload coverage * use cache checks properly * also do coverage * simplify coverage check * refactor a bit * oops * remove unused things in travis * this needs to be stored to the github env...
* 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
| | | | | * Fix broken links. * Shorter lines.
* GCM IV size limits (#5553)Paul Kehrer2020-11-098-15/+70
| | | | | | | | | | | | * GCM IV size limits OpenSSL 3.0.0 is going to enforce these size limits so we might as well put them in now. * fix the tests * black * these cases can't happen if we're limiting IV size already
* padding: Tip-toe around bytes subclasses. (#5548)Benjamin Peterson2020-11-042-2/+32
| | | | | This change allows future's newbytes class to be padded again. Fixes https://github.com/pyca/cryptography/issues/5547.
* 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
| | | | | * Attempt to move docker builds from travis to GHA * fix linkcheck
* 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
| | | | This is likely futile, but maybe it will slightly help out people who run into compilation errors and actually choose to look at the output.
* updated faq entry (#5541)Paul Kehrer2020-10-311-12/+11
| | | | the error will be opensslv.h these days and we don't need to talk specifically about macOS
* 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
| | | | | * we have abi3 wheels for windows now * Update faq.rst
* 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
| | | Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
* 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
| | | | | * Reopen master for 3.3 * its how you know its authentic alex gaynor code
* 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
| | | | | * move blinding to __init__ on both RSA public and private * change signature to guarantee this test is testing what we think
* be more verbose in the 102 deprecation notice (#5505)Paul Kehrer2020-10-251-2/+5
|
* make the regexes for branches more strict (#5504)Paul Kehrer2020-10-251-2/+2
| | | | We don't want them to build when dependabot makes a branch like dependabot/github_actions/actions/upload-artifact-v2.2.0.
* Stop using @master for GH actions (#5503)Alex Gaynor2020-10-252-4/+4
|
* Bump actions/upload-artifact from v1 to v2.2.0 (#5502)dependabot[bot]2020-10-251-3/+3
| | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v1 to v2.2.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v1...27bce4eee761b5bc643f46a8dfb41b430c8d05f6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add a dependabot configuration to bump our github actions (#5501)Alex Gaynor2020-10-251-0/+6
|
* PKCS7SignatureBuilder now supports new option NoCerts when signing (#5500)frennkie2020-10-254-0/+29
|
* chunking didn't actually work (#5499)Paul Kehrer2020-10-252-1/+10
|
* allow additional certificates to be added to a pkcs7 (#5498)Paul Kehrer2020-10-254-2/+77
| | | | | | | * allow additional certificates to be added to a pkcs7 * be more verbose about what these additional certs might be used for * missing test
* PKCS7SignatureBuilder now supports three serializations (#5497)Paul Kehrer2020-10-246-52/+95
| | | | | | | | * PKCS7SignatureBuilder now supports three serializations PEM, DER, and SMIME. SMIME embeds the S/MIME headers and has the detached signature concept. * thanks libre
* migrate smime builder to pkcs7 module and rename (#5496)Paul Kehrer2020-10-249-766/+741
| | | | | * migrate smime builder to pkcs7 module and rename * missed a rename
* bumped to latest libressl (#5491)Alex Gaynor2020-10-191-1/+1
|