Marcel Telka
2024-02-01 f6961667058761d86494914fbaf9776146682c04
python/cryptography: update to 42.0.2

2 files modified
20 ■■■■■ changed files
components/python/cryptography/Makefile 6 ●●●● patch | view | raw | blame | history
components/python/cryptography/test/results-all.master 14 ●●●● patch | view | raw | blame | history
components/python/cryptography/Makefile
@@ -19,12 +19,12 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        cryptography
HUMAN_VERSION =            42.0.1
HUMAN_VERSION =            42.0.2
COMPONENT_SUMMARY =        cryptography - cryptography is a package which provides cryptographic recipes and primitives to Python developers.
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/3f/ed/a233522ab5201b988a482cbb19ae3b63bef8ad2ad3e11fc5216b7053b2e4/cryptography-42.0.1.tar.gz
    https://files.pythonhosted.org/packages/0f/6f/40f1b5c6bafc809dd21a9e577458ecc1d8062a7e10148d140f402b535eaa/cryptography-42.0.2.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:fd33f53809bb363cf126bebe7a99d97735988d9b0131a2be59fbf83e1259a5b7
    sha256:e0ec52ba3c7f1b7d813cd52649a5b3ef1fc0d433219dc8c93827c57eab6cf888
COMPONENT_LICENSE =        Apache-2.0 OR BSD-3-Clause
TEST_STYLE = pytest
components/python/cryptography/test/results-all.master
@@ -6,7 +6,7 @@
FIPS Enabled: False
rootdir: $(@D)
configfile: pyproject.toml
collecting ... collected 3244 items
collecting ... collected 3250 items
tests/bench/test_aead.py::test_aesccm_decrypt PASSED
tests/bench/test_aead.py::test_aesccm_encrypt PASSED
@@ -719,6 +719,7 @@
tests/hazmat/primitives/test_dsa.py::TestDSASignature::test_prehashed_digest_mismatch PASSED
tests/hazmat/primitives/test_dsa.py::TestDSASignature::test_prehashed_sign PASSED
tests/hazmat/primitives/test_dsa.py::TestDSASignature::test_sign PASSED
tests/hazmat/primitives/test_dsa.py::TestDSASignature::test_sign_verify_buffer PASSED
tests/hazmat/primitives/test_dsa.py::TestDSAVerification::test_dsa_verification PASSED
tests/hazmat/primitives/test_dsa.py::TestDSAVerification::test_dsa_verify_invalid_asn1 PASSED
tests/hazmat/primitives/test_dsa.py::TestDSAVerification::test_prehashed_digest_mismatch PASSED
@@ -759,6 +760,7 @@
tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_sign PASSED
tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_sign_prehashed PASSED
tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_sign_prehashed_digest_mismatch PASSED
tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_sign_verify_buffers PASSED
tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_signature_failures PASSED
tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_signatures PASSED
tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_signing_with_example_keys PASSED
@@ -869,6 +871,7 @@
tests/hazmat/primitives/test_ed25519.py::TestEd25519Signing::test_round_trip_private_serialization[Encoding.DER-PrivateFormat.PKCS8-encryption4-\x00-load_der_private_key] PASSED
tests/hazmat/primitives/test_ed25519.py::TestEd25519Signing::test_round_trip_private_serialization[Encoding.PEM-PrivateFormat.PKCS8-encryption0-password-load_pem_private_key] PASSED
tests/hazmat/primitives/test_ed25519.py::TestEd25519Signing::test_round_trip_private_serialization[Encoding.PEM-PrivateFormat.PKCS8-encryption2-None-load_pem_private_key] PASSED
tests/hazmat/primitives/test_ed25519.py::TestEd25519Signing::test_sign_verify_buffer PASSED
tests/hazmat/primitives/test_ed25519.py::TestEd25519Signing::test_sign_verify_input PASSED
tests/hazmat/primitives/test_ed25519.py::test_ed25519_unsupported SKIPPED
tests/hazmat/primitives/test_ed25519.py::test_public_key_copy PASSED
@@ -905,6 +908,7 @@
tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_sign_input[vector6] PASSED
tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_sign_input[vector7] PASSED
tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_sign_input[vector8] PASSED
tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_sign_verify_buffer PASSED
tests/hazmat/primitives/test_ed448.py::test_ed448_unsupported SKIPPED
tests/hazmat/primitives/test_ed448.py::test_public_key_copy PASSED
tests/hazmat/primitives/test_ed448.py::test_public_key_equality PASSED
@@ -1584,7 +1588,8 @@
tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_pss_signing_sha2[hash_alg1] PASSED
tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_pss_signing_sha2[hash_alg2] PASSED
tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_pss_signing_sha2[hash_alg3] PASSED
tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_sign PASSED
tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_sign[message1] PASSED
tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_sign[one little message] PASSED
tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_unsupported_hash PASSED
tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_unsupported_hash_pss_mgf1 PASSED
tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_unsupported_padding PASSED
@@ -1607,7 +1612,8 @@
tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_pss_verify_salt_length_too_long PASSED
tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_unsupported_padding PASSED
tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_unsupported_pss_mgf PASSED
tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_verify PASSED
tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_verify[message1] PASSED
tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_verify[one little message] PASSED
tests/hazmat/primitives/test_rsa.py::test_modular_inverse PASSED
tests/hazmat/primitives/test_rsa.py::test_skip_pss_hash_algorithm_unsupported PASSED
tests/hazmat/primitives/test_scrypt.py::TestScrypt::test_already_finalized PASSED
@@ -3254,4 +3260,4 @@
tests/x509/verification/test_verification.py::TestStore::test_store_rejects_non_certificates PASSED
=========================== short test summary info ============================
======== 3065 passed, 179 skipped ========
======== 3071 passed, 179 skipped ========