-
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.1.1
head repository: pyca/cryptography
compare: 3.2
Commits on Aug 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c2624de - Browse repository at this point
Copy the full SHA c2624deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 761e9aa - Browse repository at this point
Copy the full SHA 761e9aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b31ecb0 - Browse repository at this point
Copy the full SHA b31ecb0View commit details
Commits on Aug 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1fd7cac - Browse repository at this point
Copy the full SHA 1fd7cacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bc6920 - Browse repository at this point
Copy the full SHA 8bc6920View commit details
Commits on Aug 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 31a5da7 - Browse repository at this point
Copy the full SHA 31a5da7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63dfc57 - Browse repository at this point
Copy the full SHA 63dfc57View commit details
Commits on Sep 1, 2020
-
Add a missing space to py35 deprecation warning (#5448)
This fixes a typo that's been introduced in #5387.
Configuration menu - View commit details
-
Copy full SHA for d9f182d - Browse repository at this point
Copy the full SHA d9f182dView commit details -
re-add a few engine bindings for advanced users (#5449)
* re-add a few engine bindings for advanced users For users who are capable of compiling cryptography against custom openssl and properly using these functions this hopefully allows PKCS11 usage through OpenSSL engines. * forgot to save my buffer
Configuration menu - View commit details
-
Copy full SHA for ad05ebb - Browse repository at this point
Copy the full SHA ad05ebbView commit details
Commits on Sep 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3367c18 - Browse repository at this point
Copy the full SHA 3367c18View commit details
Commits on Sep 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bfe7b45 - Browse repository at this point
Copy the full SHA bfe7b45View commit details -
allow bytes-like for padding (#5462)
this doesn't improve efficiency in any way (copies galore!), but it does make it consistent between a cipher context and a padding context
Configuration menu - View commit details
-
Copy full SHA for 1a9e2e1 - Browse repository at this point
Copy the full SHA 1a9e2e1View commit details -
add pkcs7/smime bindings (#5458)
* add pkcs7/smime bindings * Update src/_cffi_src/openssl/pkcs7.py Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> * Update src/_cffi_src/openssl/pkcs7.py Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6d3644f - Browse repository at this point
Copy the full SHA 6d3644fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00ba159 - Browse repository at this point
Copy the full SHA 00ba159View commit details
Commits on Sep 15, 2020
-
add prelim python 3.9 CI (#5466)
* add prelim python 3.9 CI * do we need v2?
Configuration menu - View commit details
-
Copy full SHA for c61f24b - Browse repository at this point
Copy the full SHA c61f24bView commit details
Commits on Sep 19, 2020
-
* smime signer support * fix ed25519 check * change some wording * python 2.7... * review feedback * s/secure/signed * do some verification in the tests * review feedback * doc return value
Configuration menu - View commit details
-
Copy full SHA for 20c0388 - Browse repository at this point
Copy the full SHA 20c0388View commit details
Commits on Sep 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0b35c5d - Browse repository at this point
Copy the full SHA 0b35c5dView commit details
Commits on Sep 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d473130 - Browse repository at this point
Copy the full SHA d473130View commit details
Commits on Sep 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e11ed9b - Browse repository at this point
Copy the full SHA e11ed9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3268a91 - Browse repository at this point
Copy the full SHA 3268a91View commit details
Commits on Oct 2, 2020
-
Update windows CI for new GHA syntax (#5477)
* Update windows CI for new GHA syntax * Update ci.yml * Update ci.yml * Update ci.yml * Update ci.yml
Configuration menu - View commit details
-
Copy full SHA for 9daa295 - Browse repository at this point
Copy the full SHA 9daa295View commit details
Commits on Oct 3, 2020
-
Update wheel builder for new GHA syntax (#5478)
* Update wheel builder for new GHA syntax * Update wheel-builder.yml * Update wheel-builder.yml
Configuration menu - View commit details
-
Copy full SHA for cd6f6b0 - Browse repository at this point
Copy the full SHA cd6f6b0View commit details
Commits on Oct 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e74895b - Browse repository at this point
Copy the full SHA e74895bView commit details
Commits on Oct 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 27026d3 - Browse repository at this point
Copy the full SHA 27026d3View commit details
Commits on Oct 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ca62246 - Browse repository at this point
Copy the full SHA ca62246View commit details
Commits on Oct 25, 2020
-
migrate smime builder to pkcs7 module and rename (#5496)
* migrate smime builder to pkcs7 module and rename * missed a rename
Configuration menu - View commit details
-
Copy full SHA for 5edf5b8 - Browse repository at this point
Copy the full SHA 5edf5b8View commit details -
PKCS7SignatureBuilder now supports three serializations (#5497)
* PKCS7SignatureBuilder now supports three serializations PEM, DER, and SMIME. SMIME embeds the S/MIME headers and has the detached signature concept. * thanks libre
Configuration menu - View commit details
-
Copy full SHA for 95c4f68 - Browse repository at this point
Copy the full SHA 95c4f68View commit details -
allow additional certificates to be added to a pkcs7 (#5498)
* allow additional certificates to be added to a pkcs7 * be more verbose about what these additional certs might be used for * missing test
Configuration menu - View commit details
-
Copy full SHA for 085d1e4 - Browse repository at this point
Copy the full SHA 085d1e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 836a92a - Browse repository at this point
Copy the full SHA 836a92aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 611c4a3 - Browse repository at this point
Copy the full SHA 611c4a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a0e44 - Browse repository at this point
Copy the full SHA 52a0e44View commit details -
Bump actions/upload-artifact from v1 to v2.2.0 (#5502)
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](actions/upload-artifact@v1...27bce4e) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 08a97cc - Browse repository at this point
Copy the full SHA 08a97ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8be1d4b - Browse repository at this point
Copy the full SHA 8be1d4bView commit details -
make the regexes for branches more strict (#5504)
We don't want them to build when dependabot makes a branch like dependabot/github_actions/actions/upload-artifact-v2.2.0.
Configuration menu - View commit details
-
Copy full SHA for ada53e7 - Browse repository at this point
Copy the full SHA ada53e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf4b962 - Browse repository at this point
Copy the full SHA bf4b962View commit details
Commits on Oct 26, 2020
-
move blinding to __init__ on both RSA public and private (#5506)
* move blinding to __init__ on both RSA public and private * change signature to guarantee this test is testing what we think
Configuration menu - View commit details
-
Copy full SHA for cf9bd6a - Browse repository at this point
Copy the full SHA cf9bd6aView commit details -
18
Configuration menu - View commit details
-
Copy full SHA for 58494b4 - Browse repository at this point
Copy the full SHA 58494b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9e6522 - Browse repository at this point
Copy the full SHA c9e6522View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.