Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added python2 removal to the changelog (#5567) | Alex Gaynor | 2020-11-12 | 1 | -0/+2 | |
| | | | | | * Added python2 removal to the changelog * Update CHANGELOG.rst | |||||
* | Garbage collect more CI code (#5564) | Alex Gaynor | 2020-11-11 | 2 | -14/+6 | |
| | ||||||
* | port docs and docs-linkcheck (#5563) | Paul Kehrer | 2020-11-11 | 2 | -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 Gaynor | 2020-11-11 | 1 | -4/+0 | |
| | ||||||
* | migrate more from Travis to GHA (#5555) | Paul Kehrer | 2020-11-11 | 7 | -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 Gaynor | 2020-11-11 | 6 | -182/+4 | |
| | ||||||
* | Tighten up this warning message (#5560) | Alex Gaynor | 2020-11-11 | 1 | -2/+2 | |
| | ||||||
* | See if we can remove this now that we're on focal (#5559) | Alex Gaynor | 2020-11-11 | 1 | -1/+1 | |
| | ||||||
* | Migrate drownstream tests to GHA (#5554) | Alex Gaynor | 2020-11-11 | 9 | -27/+25 | |
| | ||||||
* | Fix broken links (#5552) | Felix Fontein | 2020-11-10 | 1 | -5/+8 | |
| | | | | | * Fix broken links. * Shorter lines. | |||||
* | GCM IV size limits (#5553) | Paul Kehrer | 2020-11-09 | 8 | -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 Peterson | 2020-11-04 | 2 | -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 Jensen | 2020-11-04 | 1 | -1/+1 | |
| | ||||||
* | Attempt to move docker builds from travis to GHA (#5545) | Alex Gaynor | 2020-11-03 | 5 | -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 Gaynor | 2020-11-01 | 1 | -4/+3 | |
| | ||||||
* | print some stuff in setup.py to try to educate people (#5539) | Paul Kehrer | 2020-10-31 | 1 | -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 Kehrer | 2020-10-31 | 1 | -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 Gaynor | 2020-10-31 | 1 | -3/+0 | |
| | ||||||
* | we have abi3 wheels for windows now (#5536) | Alex Gaynor | 2020-10-31 | 1 | -6/+6 | |
| | | | | | * we have abi3 wheels for windows now * Update faq.rst | |||||
* | tense (#5538) | Alex Gaynor | 2020-10-31 | 1 | -1/+1 | |
| | ||||||
* | Rephrase abi3 FAQ so it stays accurate (#5534) | Alex Gaynor | 2020-10-30 | 1 | -3/+3 | |
| | ||||||
* | Clean up travis scripts now that 1.0.2 is dropped (#5530) | Alex Gaynor | 2020-10-28 | 1 | -8/+3 | |
| | ||||||
* | Update installation docs for 3.5 drop (#5531) | Alex Gaynor | 2020-10-28 | 1 | -1/+1 | |
| | ||||||
* | Update .travis.yml for 3.9 (#5482) | Alex Gaynor | 2020-10-28 | 1 | -1/+1 | |
| | ||||||
* | fix Python 2 CryptographyDeprecationWarning guide (#5529) | Thomas Grainger | 2020-10-28 | 1 | -1/+1 | |
| | ||||||
* | fedora has python 3.9 now (#5528) | Alex Gaynor | 2020-10-28 | 1 | -2/+2 | |
| | ||||||
* | Drop python 3.5 (#5527) | Alex Gaynor | 2020-10-28 | 10 | -24/+14 | |
| | ||||||
* | port 3.2.1 changelog (#5526) | Paul Kehrer | 2020-10-28 | 1 | -0/+9 | |
| | ||||||
* | Disable blinding for RSA pub keys (#5524) | Alex Gaynor | 2020-10-27 | 2 | -5/+3 | |
| | ||||||
* | Fix installation docs link in README.rst (#5520) | lukpueh | 2020-10-27 | 1 | -1/+1 | |
| | | | Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu> | |||||
* | Remove some dead constants (#5518) | Alex Gaynor | 2020-10-26 | 3 | -23/+0 | |
| | ||||||
* | fixes #5513 update comment on why we can't have nice things (#5517) | Alex Gaynor | 2020-10-26 | 1 | -11/+3 | |
| | ||||||
* | Simplify a number of branches around libressl (#5515) | Alex Gaynor | 2020-10-26 | 7 | -39/+23 | |
| | ||||||
* | Revert to upload-artifact v1 for manylinux (#5514) | Paul Kehrer | 2020-10-26 | 1 | -1/+1 | |
| | ||||||
* | Delete all the 1.0.2 code (#5511) | Alex Gaynor | 2020-10-25 | 34 | -610/+61 | |
| | ||||||
* | Reopen master for 3.3 (#5509) | Alex Gaynor | 2020-10-25 | 3 | -4/+11 | |
| | | | | | * Reopen master for 3.3 * its how you know its authentic alex gaynor code | |||||
* | 3.2 release (#5508)3.2 | Paul Kehrer | 2020-10-25 | 3 | -6/+4 | |
| | ||||||
* | Attempt to mitigate Bleichenbacher attacks on RSA decryption (#5507) | Alex Gaynor | 2020-10-25 | 3 | -15/+18 | |
| | ||||||
* | move blinding to __init__ on both RSA public and private (#5506) | Paul Kehrer | 2020-10-25 | 3 | -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 Kehrer | 2020-10-25 | 1 | -2/+5 | |
| | ||||||
* | make the regexes for branches more strict (#5504) | Paul Kehrer | 2020-10-25 | 1 | -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 Gaynor | 2020-10-25 | 2 | -4/+4 | |
| | ||||||
* | Bump actions/upload-artifact from v1 to v2.2.0 (#5502) | dependabot[bot] | 2020-10-25 | 1 | -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 Gaynor | 2020-10-25 | 1 | -0/+6 | |
| | ||||||
* | PKCS7SignatureBuilder now supports new option NoCerts when signing (#5500) | frennkie | 2020-10-25 | 4 | -0/+29 | |
| | ||||||
* | chunking didn't actually work (#5499) | Paul Kehrer | 2020-10-25 | 2 | -1/+10 | |
| | ||||||
* | allow additional certificates to be added to a pkcs7 (#5498) | Paul Kehrer | 2020-10-25 | 4 | -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 Kehrer | 2020-10-24 | 6 | -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 Kehrer | 2020-10-24 | 9 | -766/+741 | |
| | | | | | * migrate smime builder to pkcs7 module and rename * missed a rename | |||||
* | bumped to latest libressl (#5491) | Alex Gaynor | 2020-10-19 | 1 | -1/+1 | |
| |