-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Comparing changes
Open a pull request
base repository: pyca/cryptography
base: 3.2.1
head repository: pyca/cryptography
compare: 3.3
Commits on Oct 26, 2020
-
* Reopen master for 3.3 * its how you know its authentic alex gaynor code
Configuration menu - View commit details
-
Copy full SHA for 558cf91 - Browse repository at this point
Copy the full SHA 558cf91View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3eae8d - Browse repository at this point
Copy the full SHA d3eae8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a7dfb7 - Browse repository at this point
Copy the full SHA 5a7dfb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b187b80 - Browse repository at this point
Copy the full SHA b187b80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 956e096 - Browse repository at this point
Copy the full SHA 956e096View commit details
Commits on Oct 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b0a3d89 - Browse repository at this point
Copy the full SHA b0a3d89View commit details -
Fix installation docs link in README.rst (#5520)
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
Configuration menu - View commit details
-
Copy full SHA for 48211dd - Browse repository at this point
Copy the full SHA 48211ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for b165616 - Browse repository at this point
Copy the full SHA b165616View commit details
Commits on Oct 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 46d35a8 - Browse repository at this point
Copy the full SHA 46d35a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9e174d - Browse repository at this point
Copy the full SHA d9e174dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95049c5 - Browse repository at this point
Copy the full SHA 95049c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c43bbc - Browse repository at this point
Copy the full SHA 6c43bbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec8b0b2 - Browse repository at this point
Copy the full SHA ec8b0b2View commit details
Commits on Oct 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2ce289f - Browse repository at this point
Copy the full SHA 2ce289fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a48bcfb - Browse repository at this point
Copy the full SHA a48bcfbView commit details
Commits on Oct 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 851acb5 - Browse repository at this point
Copy the full SHA 851acb5View commit details
Commits on Oct 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e06e5c6 - Browse repository at this point
Copy the full SHA e06e5c6View commit details -
we have abi3 wheels for windows now (#5536)
* we have abi3 wheels for windows now * Update faq.rst
Configuration menu - View commit details
-
Copy full SHA for 752f966 - Browse repository at this point
Copy the full SHA 752f966View commit details -
Configuration menu - View commit details
-
Copy full SHA for 753965c - Browse repository at this point
Copy the full SHA 753965cView commit details -
the error will be opensslv.h these days and we don't need to talk specifically about macOS
Configuration menu - View commit details
-
Copy full SHA for 81e5de8 - Browse repository at this point
Copy the full SHA 81e5de8View commit details -
print some stuff in setup.py to try to educate people (#5539)
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.
Configuration menu - View commit details
-
Copy full SHA for 66654d6 - Browse repository at this point
Copy the full SHA 66654d6View commit details
Commits on Nov 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d59b7c2 - Browse repository at this point
Copy the full SHA d59b7c2View commit details
Commits on Nov 3, 2020
-
Attempt to move docker builds from travis to GHA (#5545)
* Attempt to move docker builds from travis to GHA * fix linkcheck
Configuration menu - View commit details
-
Copy full SHA for 923de98 - Browse repository at this point
Copy the full SHA 923de98View commit details
Commits on Nov 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4ba0d6e - Browse repository at this point
Copy the full SHA 4ba0d6eView commit details -
padding: Tip-toe around bytes subclasses. (#5548)
This change allows future's newbytes class to be padded again. Fixes #5547.
Configuration menu - View commit details
-
Copy full SHA for 15771e2 - Browse repository at this point
Copy the full SHA 15771e2View commit details
Commits on Nov 9, 2020
-
* 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
Configuration menu - View commit details
-
Copy full SHA for b59d2de - Browse repository at this point
Copy the full SHA b59d2deView commit details
Commits on Nov 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b9b921a - Browse repository at this point
Copy the full SHA b9b921aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0b446e - Browse repository at this point
Copy the full SHA e0b446eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94f32c1 - Browse repository at this point
Copy the full SHA 94f32c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d74a477 - Browse repository at this point
Copy the full SHA d74a477View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49109ce - Browse repository at this point
Copy the full SHA 49109ceView commit details -
migrate more from Travis to GHA (#5555)
* 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...
Configuration menu - View commit details
-
Copy full SHA for 23ce563 - Browse repository at this point
Copy the full SHA 23ce563View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce9645a - Browse repository at this point
Copy the full SHA ce9645aView commit details -
port docs and docs-linkcheck (#5563)
* 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
Configuration menu - View commit details
-
Copy full SHA for a07da37 - Browse repository at this point
Copy the full SHA a07da37View commit details
Commits on Nov 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9e08151 - Browse repository at this point
Copy the full SHA 9e08151View commit details -
Added python2 removal to the changelog (#5567)
* Added python2 removal to the changelog * Update CHANGELOG.rst
Configuration menu - View commit details
-
Copy full SHA for 548b1b2 - Browse repository at this point
Copy the full SHA 548b1b2View commit details
Commits on Nov 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for eb02f21 - Browse repository at this point
Copy the full SHA eb02f21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 488cd74 - Browse repository at this point
Copy the full SHA 488cd74View commit details
Commits on Nov 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d22bdc8 - Browse repository at this point
Copy the full SHA d22bdc8View commit details
Commits on Nov 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 239fddf - Browse repository at this point
Copy the full SHA 239fddfView commit details
Commits on Nov 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fd582e8 - Browse repository at this point
Copy the full SHA fd582e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b85c4d - Browse repository at this point
Copy the full SHA 2b85c4dView commit details
Commits on Nov 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 21144be - Browse repository at this point
Copy the full SHA 21144beView commit details
Commits on Nov 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5cd265a - Browse repository at this point
Copy the full SHA 5cd265aView commit details
Commits on Nov 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 417f684 - Browse repository at this point
Copy the full SHA 417f684View commit details -
define OAEP properties for all openssl versions (#5589)
In 3.0 these aren't macros so we can't test this way. All our supported OpenSSLs have these bindings now and LibreSSL does not.
Configuration menu - View commit details
-
Copy full SHA for d890e2a - Browse repository at this point
Copy the full SHA d890e2aView commit details -
Reduce granularity of error msging when deserializing keys (#5588)
* Reduce granularity of error msging when deserializing keys In OpenSSL 3.0 it is no longer possible to determine whether the reason a key failed to deserialize is because of an unsupported cipher. Since we want to be more resilient to OpenSSL error code instability we'll just remove these paths. * black * changelog and update docs
Configuration menu - View commit details
-
Copy full SHA for ac4c221 - Browse repository at this point
Copy the full SHA ac4c221View commit details -
don't require errors to be on the stack when loading a key (#5590)
In OpenSSL 3.0.0 no error is added in many cases for this path and since we don't do anything with the error anyway we should just consume and move on
Configuration menu - View commit details
-
Copy full SHA for fd7ed67 - Browse repository at this point
Copy the full SHA fd7ed67View commit details
Commits on Nov 29, 2020
-
disallow p less than 512-bit on DH (#5592)
* disallow p less than 512-bit on DH OpenSSL 3.0.0 enforces this so we'll go ahead and enforce it everywhere that's practical for us. (Note that we do not enforce on deserializing PKCS1/PKCS8 keys in < 3.0.0, but this PR adds a test so that in the 3.0.0 support branch we can test an error path) * missing test * black * _MIN_MODULUS_SIZE is now a thing * skip on fips
Configuration menu - View commit details
-
Copy full SHA for 4645f02 - Browse repository at this point
Copy the full SHA 4645f02View commit details -
Don't build our custom osrandom engine on libressl (#5593)
* Don't build our custom osrandom engine on libressl As far as I can tell it's never used on LibreSSL -- they're `RAND_bytes` function unconditionally calls `arc4random_buf` * Update cryptography.py
Configuration menu - View commit details
-
Copy full SHA for f133a30 - Browse repository at this point
Copy the full SHA f133a30View commit details
There are no files selected for viewing