Package: python-cryptography / 1.7.1-3+deb9u2
Metadata
Package | Version | Patches format |
---|---|---|
python-cryptography | 1.7.1-3+deb9u2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 add memory limit check for scrypt.patch | (download) |
src/cryptography/hazmat/backends/openssl/backend.py |
8 5 + 3 - 0 ! |
add memory limit check for scrypt fixes #3323 |
0002 fix compilation on 1.1.0f 3603.patch | (download) |
src/_cffi_src/openssl/asn1.py |
6 4 + 2 - 0 ! |
fix compilation on 1.1.0f (#3603) |
Remove BIO_callback_ctrl.patch | (download) |
src/_cffi_src/openssl/bio.py |
8 0 + 8 - 0 ! |
[patch] remove bio_callback_ctrl() This removes BIO_callback_ctrl(), bio_info_cb and its two users. This is the small version of #4220 ("Remove unused BIO bindings."). |
tests Skip test_load_ecdsa_no_named_curve.patch | (download) |
tests/test_x509.py |
1 1 + 0 - 0 ! |
[patch] tests: skip test_load_ecdsa_no_named_curve The test_load_ecdsa_no_named_curve breaks with OpenSSL 1.1.1d which is due to to commit 9a43a733801bd ("[ec] Match built-in curves on EC_GROUP_new_from_ecparameters"). Upstream is aware of the issue and it is tracked at https://github.com/pyca/cryptography/issues/4998 Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> |
1