perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / cryptography / test / results-all.master
blob2454781fa09ef668850f67ce727c01317d4d3e45
1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 benchmark: 5.1.0 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000)
5 OpenSSL: OpenSSL 3.4.0 22 Oct 2024
6 FIPS Enabled: False
7 rootdir: $(@D)
8 configfile: pyproject.toml
9 collecting ... collected 3367 items
11 tests/bench/test_aead.py::test_chacha20poly1305_encrypt PASSED
12 tests/bench/test_aead.py::test_chacha20poly1305_decrypt PASSED
13 tests/bench/test_aead.py::test_aesgcm_encrypt PASSED
14 tests/bench/test_aead.py::test_aesgcm_decrypt PASSED
15 tests/bench/test_aead.py::test_aessiv_encrypt PASSED
16 tests/bench/test_aead.py::test_aessiv_decrypt PASSED
17 tests/bench/test_aead.py::test_aesocb3_encrypt PASSED
18 tests/bench/test_aead.py::test_aesocb3_decrypt PASSED
19 tests/bench/test_aead.py::test_aesccm_encrypt PASSED
20 tests/bench/test_aead.py::test_aesccm_decrypt PASSED
21 tests/bench/test_ec_load.py::test_load_ec_public_numbers PASSED
22 tests/bench/test_ec_load.py::test_load_ec_private_numbers PASSED
23 tests/bench/test_fernet.py::test_fernet_encrypt PASSED
24 tests/bench/test_hashes.py::test_sha256 PASSED
25 tests/bench/test_hmac.py::test_hmac_sha256 PASSED
26 tests/bench/test_x509.py::test_object_identifier_constructor PASSED
27 tests/bench/test_x509.py::test_aki_public_bytes PASSED
28 tests/bench/test_x509.py::test_load_der_certificate PASSED
29 tests/bench/test_x509.py::test_load_pem_certificate PASSED
30 tests/bench/test_x509.py::test_verify_docs_python_org SKIPPED (no 'x...)
31 tests/hazmat/backends/test_openssl.py::TestOpenSSL::test_backend_exists PASSED
32 tests/hazmat/backends/test_openssl.py::TestOpenSSL::test_is_default_backend PASSED
33 tests/hazmat/backends/test_openssl.py::TestOpenSSL::test_openssl_version_text PASSED
34 tests/hazmat/backends/test_openssl.py::TestOpenSSL::test_openssl_version_number PASSED
35 tests/hazmat/backends/test_openssl.py::TestOpenSSL::test_supports_cipher PASSED
36 tests/hazmat/backends/test_openssl.py::TestOpenSSL::test_openssl_assert PASSED
37 tests/hazmat/backends/test_openssl.py::TestOpenSSL::test_consume_errors PASSED
38 tests/hazmat/backends/test_openssl.py::TestOpenSSL::test_ssl_ciphers_registered PASSED
39 tests/hazmat/backends/test_openssl.py::TestOpenSSL::test_evp_ciphers_registered PASSED
40 tests/hazmat/backends/test_openssl.py::TestOpenSSLRSA::test_rsa_padding_unsupported_pss_mgf1_hash PASSED
41 tests/hazmat/backends/test_openssl.py::TestOpenSSLRSA::test_rsa_padding_unsupported PASSED
42 tests/hazmat/backends/test_openssl.py::TestOpenSSLRSA::test_rsa_padding_supported_pkcs1v15 PASSED
43 tests/hazmat/backends/test_openssl.py::TestOpenSSLRSA::test_rsa_padding_supported_pss PASSED
44 tests/hazmat/backends/test_openssl.py::TestOpenSSLRSA::test_rsa_padding_supported_oaep PASSED
45 tests/hazmat/backends/test_openssl.py::TestOpenSSLRSA::test_rsa_padding_supported_oaep_sha2_combinations PASSED
46 tests/hazmat/backends/test_openssl.py::TestOpenSSLRSA::test_rsa_padding_unsupported_mgf PASSED
47 tests/hazmat/backends/test_openssl.py::TestOpenSSLRSA::test_unsupported_mgf1_hash_algorithm_md5_decrypt PASSED
48 tests/hazmat/backends/test_openssl.py::TestOpenSSLSerializationWithOpenSSL::test_very_long_pem_serialization_password PASSED
49 tests/hazmat/backends/test_openssl.py::TestRSAPEMSerialization::test_password_length_limit PASSED
50 tests/hazmat/backends/test_openssl.py::TestOpenSSLDHSerialization::test_private_load_dhx_unsupported[asymmetric/DH/dhkey_rfc5114_2.pem-load_pem_private_key] SKIPPED
51 tests/hazmat/backends/test_openssl.py::TestOpenSSLDHSerialization::test_private_load_dhx_unsupported[asymmetric/DH/dhkey_rfc5114_2.der-load_der_private_key] SKIPPED
52 tests/hazmat/bindings/test_openssl.py::TestOpenSSL::test_binding_loads PASSED
53 tests/hazmat/bindings/test_openssl.py::TestOpenSSL::test_ssl_ctx_options PASSED
54 tests/hazmat/bindings/test_openssl.py::TestOpenSSL::test_ssl_options PASSED
55 tests/hazmat/bindings/test_openssl.py::TestOpenSSL::test_conditional_removal PASSED
56 tests/hazmat/bindings/test_openssl.py::TestOpenSSL::test_openssl_assert_error_on_stack PASSED
57 tests/hazmat/bindings/test_openssl.py::TestOpenSSL::test_version_mismatch PASSED
58 tests/hazmat/bindings/test_openssl.py::TestOpenSSL::test_rust_internal_error PASSED
59 tests/hazmat/primitives/decrepit/test_3des.py::TestTripleDESModeCBC::test_kat PASSED
60 tests/hazmat/primitives/decrepit/test_3des.py::TestTripleDESModeCBC::test_mmt PASSED
61 tests/hazmat/primitives/decrepit/test_3des.py::TestTripleDESModeOFB::test_kat PASSED
62 tests/hazmat/primitives/decrepit/test_3des.py::TestTripleDESModeOFB::test_mmt PASSED
63 tests/hazmat/primitives/decrepit/test_3des.py::TestTripleDESModeCFB::test_kat PASSED
64 tests/hazmat/primitives/decrepit/test_3des.py::TestTripleDESModeCFB::test_mmt PASSED
65 tests/hazmat/primitives/decrepit/test_3des.py::TestTripleDESModeCFB8::test_kat PASSED
66 tests/hazmat/primitives/decrepit/test_3des.py::TestTripleDESModeCFB8::test_mmt PASSED
67 tests/hazmat/primitives/decrepit/test_3des.py::TestTripleDESModeECB::test_kat PASSED
68 tests/hazmat/primitives/decrepit/test_3des.py::TestTripleDESModeECB::test_mmt PASSED
69 tests/hazmat/primitives/decrepit/test_algorithms.py::TestARC4::test_key_size[0000000000-40] PASSED
70 tests/hazmat/primitives/decrepit/test_algorithms.py::TestARC4::test_key_size[00000000000000-56] PASSED
71 tests/hazmat/primitives/decrepit/test_algorithms.py::TestARC4::test_key_size[0000000000000000-64] PASSED
72 tests/hazmat/primitives/decrepit/test_algorithms.py::TestARC4::test_key_size[00000000000000000000-80] PASSED
73 tests/hazmat/primitives/decrepit/test_algorithms.py::TestARC4::test_key_size[00000000000000000000000000000000-128] PASSED
74 tests/hazmat/primitives/decrepit/test_algorithms.py::TestARC4::test_key_size[000000000000000000000000000000000000000000000000-192] PASSED
75 tests/hazmat/primitives/decrepit/test_algorithms.py::TestARC4::test_key_size[0000000000000000000000000000000000000000000000000000000000000000-256] PASSED
76 tests/hazmat/primitives/decrepit/test_algorithms.py::TestARC4::test_invalid_key_size PASSED
77 tests/hazmat/primitives/decrepit/test_algorithms.py::TestARC4::test_invalid_key_type PASSED
78 tests/hazmat/primitives/decrepit/test_algorithms.py::test_invalid_mode_algorithm PASSED
79 tests/hazmat/primitives/decrepit/test_algorithms.py::TestTripleDES::test_key_size[0000000000000000] PASSED
80 tests/hazmat/primitives/decrepit/test_algorithms.py::TestTripleDES::test_key_size[00000000000000000000000000000000] PASSED
81 tests/hazmat/primitives/decrepit/test_algorithms.py::TestTripleDES::test_key_size[000000000000000000000000000000000000000000000000] PASSED
82 tests/hazmat/primitives/decrepit/test_algorithms.py::TestTripleDES::test_invalid_key_size PASSED
83 tests/hazmat/primitives/decrepit/test_algorithms.py::TestTripleDES::test_invalid_key_type PASSED
84 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[00000000-32] PASSED
85 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[0000000000-40] PASSED
86 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[000000000000-48] PASSED
87 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[00000000000000-56] PASSED
88 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[0000000000000000-64] PASSED
89 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[000000000000000000-72] PASSED
90 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[00000000000000000000-80] PASSED
91 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[0000000000000000000000-88] PASSED
92 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[000000000000000000000000-96] PASSED
93 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[00000000000000000000000000-104] PASSED
94 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[0000000000000000000000000000-112] PASSED
95 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[000000000000000000000000000000-120] PASSED
96 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[00000000000000000000000000000000-128] PASSED
97 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[0000000000000000000000000000000000-136] PASSED
98 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[000000000000000000000000000000000000-144] PASSED
99 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[00000000000000000000000000000000000000-152] PASSED
100 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[0000000000000000000000000000000000000000-160] PASSED
101 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[000000000000000000000000000000000000000000-168] PASSED
102 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[00000000000000000000000000000000000000000000-176] PASSED
103 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[0000000000000000000000000000000000000000000000-184] PASSED
104 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[000000000000000000000000000000000000000000000000-192] PASSED
105 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[00000000000000000000000000000000000000000000000000-200] PASSED
106 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[0000000000000000000000000000000000000000000000000000-208] PASSED
107 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[000000000000000000000000000000000000000000000000000000-216] PASSED
108 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[00000000000000000000000000000000000000000000000000000000-224] PASSED
109 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[0000000000000000000000000000000000000000000000000000000000-232] PASSED
110 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[000000000000000000000000000000000000000000000000000000000000-240] PASSED
111 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[00000000000000000000000000000000000000000000000000000000000000-248] PASSED
112 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[0000000000000000000000000000000000000000000000000000000000000000-256] PASSED
113 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[000000000000000000000000000000000000000000000000000000000000000000-264] PASSED
114 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[00000000000000000000000000000000000000000000000000000000000000000000-272] PASSED
115 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[0000000000000000000000000000000000000000000000000000000000000000000000-280] PASSED
116 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[000000000000000000000000000000000000000000000000000000000000000000000000-288] PASSED
117 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[00000000000000000000000000000000000000000000000000000000000000000000000000-296] PASSED
118 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[0000000000000000000000000000000000000000000000000000000000000000000000000000-304] PASSED
119 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[000000000000000000000000000000000000000000000000000000000000000000000000000000-312] PASSED
120 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[00000000000000000000000000000000000000000000000000000000000000000000000000000000-320] PASSED
121 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[0000000000000000000000000000000000000000000000000000000000000000000000000000000000-328] PASSED
122 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[000000000000000000000000000000000000000000000000000000000000000000000000000000000000-336] PASSED
123 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[00000000000000000000000000000000000000000000000000000000000000000000000000000000000000-344] PASSED
124 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000-352] PASSED
125 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000-360] PASSED
126 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000-368] PASSED
127 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000-376] PASSED
128 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000-384] PASSED
129 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000-392] PASSED
130 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000-400] PASSED
131 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000-408] PASSED
132 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000-416] PASSED
133 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000-424] PASSED
134 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000-432] PASSED
135 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000-440] PASSED
136 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_key_size[0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000-448] PASSED
137 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_invalid_key_size PASSED
138 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfish::test_invalid_key_type PASSED
139 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfishModeECB::test_ecb PASSED
140 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfishModeCBC::test_cbc PASSED
141 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfishModeOFB::test_ofb PASSED
142 tests/hazmat/primitives/decrepit/test_algorithms.py::TestBlowfishModeCFB::test_cfb PASSED
143 tests/hazmat/primitives/decrepit/test_algorithms.py::TestCAST5::test_key_size[0000000000-40] PASSED
144 tests/hazmat/primitives/decrepit/test_algorithms.py::TestCAST5::test_key_size[000000000000-48] PASSED
145 tests/hazmat/primitives/decrepit/test_algorithms.py::TestCAST5::test_key_size[00000000000000-56] PASSED
146 tests/hazmat/primitives/decrepit/test_algorithms.py::TestCAST5::test_key_size[0000000000000000-64] PASSED
147 tests/hazmat/primitives/decrepit/test_algorithms.py::TestCAST5::test_key_size[000000000000000000-72] PASSED
148 tests/hazmat/primitives/decrepit/test_algorithms.py::TestCAST5::test_key_size[00000000000000000000-80] PASSED
149 tests/hazmat/primitives/decrepit/test_algorithms.py::TestCAST5::test_key_size[0000000000000000000000-88] PASSED
150 tests/hazmat/primitives/decrepit/test_algorithms.py::TestCAST5::test_key_size[000000000000000000000000-96] PASSED
151 tests/hazmat/primitives/decrepit/test_algorithms.py::TestCAST5::test_key_size[00000000000000000000000000-104] PASSED
152 tests/hazmat/primitives/decrepit/test_algorithms.py::TestCAST5::test_key_size[0000000000000000000000000000-112] PASSED
153 tests/hazmat/primitives/decrepit/test_algorithms.py::TestCAST5::test_key_size[000000000000000000000000000000-120] PASSED
154 tests/hazmat/primitives/decrepit/test_algorithms.py::TestCAST5::test_key_size[00000000000000000000000000000000-128] PASSED
155 tests/hazmat/primitives/decrepit/test_algorithms.py::TestCAST5::test_invalid_key_size PASSED
156 tests/hazmat/primitives/decrepit/test_algorithms.py::TestCAST5::test_invalid_key_type PASSED
157 tests/hazmat/primitives/decrepit/test_algorithms.py::TestCAST5ModeECB::test_ecb PASSED
158 tests/hazmat/primitives/decrepit/test_algorithms.py::TestCAST5ModeCBC::test_cbc PASSED
159 tests/hazmat/primitives/decrepit/test_algorithms.py::TestCAST5ModeOFB::test_ofb PASSED
160 tests/hazmat/primitives/decrepit/test_algorithms.py::TestCAST5ModeCFB::test_cfb PASSED
161 tests/hazmat/primitives/decrepit/test_algorithms.py::TestIDEA::test_key_size PASSED
162 tests/hazmat/primitives/decrepit/test_algorithms.py::TestIDEA::test_invalid_key_size PASSED
163 tests/hazmat/primitives/decrepit/test_algorithms.py::TestIDEA::test_invalid_key_type PASSED
164 tests/hazmat/primitives/decrepit/test_algorithms.py::TestIDEAModeECB::test_ecb PASSED
165 tests/hazmat/primitives/decrepit/test_algorithms.py::TestIDEAModeCBC::test_cbc PASSED
166 tests/hazmat/primitives/decrepit/test_algorithms.py::TestIDEAModeOFB::test_ofb PASSED
167 tests/hazmat/primitives/decrepit/test_algorithms.py::TestIDEAModeCFB::test_cfb PASSED
168 tests/hazmat/primitives/decrepit/test_algorithms.py::TestSEED::test_key_size PASSED
169 tests/hazmat/primitives/decrepit/test_algorithms.py::TestSEED::test_invalid_key_size PASSED
170 tests/hazmat/primitives/decrepit/test_algorithms.py::TestSEED::test_invalid_key_type PASSED
171 tests/hazmat/primitives/decrepit/test_algorithms.py::TestSEEDModeECB::test_ecb PASSED
172 tests/hazmat/primitives/decrepit/test_algorithms.py::TestSEEDModeCBC::test_cbc PASSED
173 tests/hazmat/primitives/decrepit/test_algorithms.py::TestSEEDModeOFB::test_ofb PASSED
174 tests/hazmat/primitives/decrepit/test_algorithms.py::TestSEEDModeCFB::test_cfb PASSED
175 tests/hazmat/primitives/decrepit/test_arc4.py::TestARC4::test_rfc PASSED
176 tests/hazmat/primitives/decrepit/test_rc2.py::TestRC2ModeCBC::test_kat PASSED
177 tests/hazmat/primitives/test_aead.py::test_chacha20poly1305_unsupported_on_older_openssl SKIPPED
178 tests/hazmat/primitives/test_aead.py::TestChaCha20Poly1305::test_data_too_large SKIPPED
179 tests/hazmat/primitives/test_aead.py::TestChaCha20Poly1305::test_generate_key PASSED
180 tests/hazmat/primitives/test_aead.py::TestChaCha20Poly1305::test_bad_key PASSED
181 tests/hazmat/primitives/test_aead.py::TestChaCha20Poly1305::test_params_not_bytes_encrypt[nonce0-data-] PASSED
182 tests/hazmat/primitives/test_aead.py::TestChaCha20Poly1305::test_params_not_bytes_encrypt[000000000000-data1-] PASSED
183 tests/hazmat/primitives/test_aead.py::TestChaCha20Poly1305::test_params_not_bytes_encrypt[000000000000-data-associated_data2] PASSED
184 tests/hazmat/primitives/test_aead.py::TestChaCha20Poly1305::test_nonce_not_12_bytes PASSED
185 tests/hazmat/primitives/test_aead.py::TestChaCha20Poly1305::test_decrypt_data_too_short PASSED
186 tests/hazmat/primitives/test_aead.py::TestChaCha20Poly1305::test_associated_data_none_equal_to_empty_bytestring PASSED
187 tests/hazmat/primitives/test_aead.py::TestChaCha20Poly1305::test_openssl_vectors PASSED
188 tests/hazmat/primitives/test_aead.py::TestChaCha20Poly1305::test_boringssl_vectors PASSED
189 tests/hazmat/primitives/test_aead.py::TestChaCha20Poly1305::test_buffer_protocol PASSED
190 tests/hazmat/primitives/test_aead.py::TestAESCCM::test_data_too_large SKIPPED
191 tests/hazmat/primitives/test_aead.py::TestAESCCM::test_default_tag_length PASSED
192 tests/hazmat/primitives/test_aead.py::TestAESCCM::test_invalid_tag_length PASSED
193 tests/hazmat/primitives/test_aead.py::TestAESCCM::test_invalid_nonce_length PASSED
194 tests/hazmat/primitives/test_aead.py::TestAESCCM::test_vectors PASSED
195 tests/hazmat/primitives/test_aead.py::TestAESCCM::test_roundtrip PASSED
196 tests/hazmat/primitives/test_aead.py::TestAESCCM::test_nonce_too_long PASSED
197 tests/hazmat/primitives/test_aead.py::TestAESCCM::test_params_not_bytes[nonce0-data-] PASSED
198 tests/hazmat/primitives/test_aead.py::TestAESCCM::test_params_not_bytes[000000000000-data1-] PASSED
199 tests/hazmat/primitives/test_aead.py::TestAESCCM::test_params_not_bytes[000000000000-data-associated_data2] PASSED
200 tests/hazmat/primitives/test_aead.py::TestAESCCM::test_bad_key PASSED
201 tests/hazmat/primitives/test_aead.py::TestAESCCM::test_bad_generate_key PASSED
202 tests/hazmat/primitives/test_aead.py::TestAESCCM::test_associated_data_none_equal_to_empty_bytestring PASSED
203 tests/hazmat/primitives/test_aead.py::TestAESCCM::test_decrypt_data_too_short PASSED
204 tests/hazmat/primitives/test_aead.py::TestAESCCM::test_buffer_protocol PASSED
205 tests/hazmat/primitives/test_aead.py::TestAESCCM::test_max_data_length PASSED
206 tests/hazmat/primitives/test_aead.py::TestAESGCM::test_data_too_large SKIPPED
207 tests/hazmat/primitives/test_aead.py::TestAESGCM::test_decrypt_data_too_short PASSED
208 tests/hazmat/primitives/test_aead.py::TestAESGCM::test_vectors PASSED
209 tests/hazmat/primitives/test_aead.py::TestAESGCM::test_params_not_bytes[nonce0-data-] PASSED
210 tests/hazmat/primitives/test_aead.py::TestAESGCM::test_params_not_bytes[000000000000-data1-] PASSED
211 tests/hazmat/primitives/test_aead.py::TestAESGCM::test_params_not_bytes[000000000000-data-associated_data2] PASSED
212 tests/hazmat/primitives/test_aead.py::TestAESGCM::test_invalid_nonce_length[7] PASSED
213 tests/hazmat/primitives/test_aead.py::TestAESGCM::test_invalid_nonce_length[129] PASSED
214 tests/hazmat/primitives/test_aead.py::TestAESGCM::test_bad_key PASSED
215 tests/hazmat/primitives/test_aead.py::TestAESGCM::test_bad_generate_key PASSED
216 tests/hazmat/primitives/test_aead.py::TestAESGCM::test_associated_data_none_equal_to_empty_bytestring PASSED
217 tests/hazmat/primitives/test_aead.py::TestAESGCM::test_buffer_protocol PASSED
218 tests/hazmat/primitives/test_aead.py::test_aesocb3_unsupported_on_older_openssl SKIPPED
219 tests/hazmat/primitives/test_aead.py::TestAESOCB3::test_data_too_large SKIPPED
220 tests/hazmat/primitives/test_aead.py::TestAESOCB3::test_vectors PASSED
221 tests/hazmat/primitives/test_aead.py::TestAESOCB3::test_vectors_invalid PASSED
222 tests/hazmat/primitives/test_aead.py::TestAESOCB3::test_rfc7253[128-g\xe9D\xd22V\xc5\xe0\xb6\xc6\x1f\xa2/\xdf\x1e\xa2] PASSED
223 tests/hazmat/primitives/test_aead.py::TestAESOCB3::test_rfc7253[192-\xf6s\xf2\xc3\xe7\x17J\xae{\xae\x98l\xa9\xf2\x9e\x17] PASSED
224 tests/hazmat/primitives/test_aead.py::TestAESOCB3::test_rfc7253[256-\xd9\x0e\xb8\xe9\xc9w\xc8\x8by\xddy=\x7f\xfa\x16\x1c] PASSED
225 tests/hazmat/primitives/test_aead.py::TestAESOCB3::test_params_not_bytes[nonce0-data-] PASSED
226 tests/hazmat/primitives/test_aead.py::TestAESOCB3::test_params_not_bytes[000000000000-data1-] PASSED
227 tests/hazmat/primitives/test_aead.py::TestAESOCB3::test_params_not_bytes[000000000000-data-associated_data2] PASSED
228 tests/hazmat/primitives/test_aead.py::TestAESOCB3::test_invalid_nonce_length PASSED
229 tests/hazmat/primitives/test_aead.py::TestAESOCB3::test_bad_key PASSED
230 tests/hazmat/primitives/test_aead.py::TestAESOCB3::test_bad_generate_key PASSED
231 tests/hazmat/primitives/test_aead.py::TestAESOCB3::test_associated_data_none_equal_to_empty_bytestring PASSED
232 tests/hazmat/primitives/test_aead.py::TestAESOCB3::test_buffer_protocol PASSED
233 tests/hazmat/primitives/test_aead.py::TestAESSIV::test_data_too_large SKIPPED
234 tests/hazmat/primitives/test_aead.py::TestAESSIV::test_no_empty_encryption PASSED
235 tests/hazmat/primitives/test_aead.py::TestAESSIV::test_vectors PASSED
236 tests/hazmat/primitives/test_aead.py::TestAESSIV::test_vectors_invalid PASSED
237 tests/hazmat/primitives/test_aead.py::TestAESSIV::test_params_not_bytes[data0-associated_data0] PASSED
238 tests/hazmat/primitives/test_aead.py::TestAESSIV::test_params_not_bytes[datadatadatadatadata-associated_data1] PASSED
239 tests/hazmat/primitives/test_aead.py::TestAESSIV::test_params_not_bytes[datadatadatadatadata-] PASSED
240 tests/hazmat/primitives/test_aead.py::TestAESSIV::test_bad_key PASSED
241 tests/hazmat/primitives/test_aead.py::TestAESSIV::test_bad_generate_key PASSED
242 tests/hazmat/primitives/test_aead.py::TestAESSIV::test_associated_data_none_equal_to_empty_list PASSED
243 tests/hazmat/primitives/test_aead.py::TestAESSIV::test_buffer_protocol PASSED
244 tests/hazmat/primitives/test_aead.py::TestAESGCMSIV::test_data_too_large SKIPPED
245 tests/hazmat/primitives/test_aead.py::TestAESGCMSIV::test_invalid_nonce_length PASSED
246 tests/hazmat/primitives/test_aead.py::TestAESGCMSIV::test_no_empty_encryption PASSED
247 tests/hazmat/primitives/test_aead.py::TestAESGCMSIV::test_vectors PASSED
248 tests/hazmat/primitives/test_aead.py::TestAESGCMSIV::test_vectors_invalid PASSED
249 tests/hazmat/primitives/test_aead.py::TestAESGCMSIV::test_params_not_bytes[nonce0-data-] PASSED
250 tests/hazmat/primitives/test_aead.py::TestAESGCMSIV::test_params_not_bytes[000000000000-data1-] PASSED
251 tests/hazmat/primitives/test_aead.py::TestAESGCMSIV::test_params_not_bytes[000000000000-data-associated_data2] PASSED
252 tests/hazmat/primitives/test_aead.py::TestAESGCMSIV::test_bad_key PASSED
253 tests/hazmat/primitives/test_aead.py::TestAESGCMSIV::test_bad_generate_key PASSED
254 tests/hazmat/primitives/test_aead.py::TestAESGCMSIV::test_associated_data_none_equal_to_empty_bytestring PASSED
255 tests/hazmat/primitives/test_aead.py::TestAESGCMSIV::test_buffer_protocol PASSED
256 tests/hazmat/primitives/test_aes.py::TestAESModeXTS::test_xts_vectors PASSED
257 tests/hazmat/primitives/test_aes.py::TestAESModeXTS::test_xts_too_short PASSED
258 tests/hazmat/primitives/test_aes.py::TestAESModeXTS::test_xts_no_duplicate_keys_encryption PASSED
259 tests/hazmat/primitives/test_aes.py::TestAESModeXTS::test_xts_unsupported_with_aes128_aes256_classes PASSED
260 tests/hazmat/primitives/test_aes.py::TestAESModeCBC::test_cbc PASSED
261 tests/hazmat/primitives/test_aes.py::TestAESModeECB::test_ecb PASSED
262 tests/hazmat/primitives/test_aes.py::TestAESModeOFB::test_ofb PASSED
263 tests/hazmat/primitives/test_aes.py::TestAESModeCFB::test_cfb PASSED
264 tests/hazmat/primitives/test_aes.py::TestAESModeCFB8::test_cfb8 PASSED
265 tests/hazmat/primitives/test_aes.py::TestAESModeCTR::test_ctr PASSED
266 tests/hazmat/primitives/test_aes.py::test_buffer_protocol_alternate_modes[mode0] PASSED
267 tests/hazmat/primitives/test_aes.py::test_buffer_protocol_alternate_modes[mode1] PASSED
268 tests/hazmat/primitives/test_aes.py::test_buffer_protocol_alternate_modes[mode2] PASSED
269 tests/hazmat/primitives/test_aes.py::test_buffer_protocol_alternate_modes[mode3] PASSED
270 tests/hazmat/primitives/test_aes.py::test_buffer_protocol_alternate_modes[mode4] PASSED
271 tests/hazmat/primitives/test_aes.py::test_buffer_protocol_alternate_modes[mode5] PASSED
272 tests/hazmat/primitives/test_aes.py::test_buffer_protocol_alternate_modes[mode6] SKIPPED
273 tests/hazmat/primitives/test_aes.py::test_alternate_aes_classes[AES128-mode0] PASSED
274 tests/hazmat/primitives/test_aes.py::test_alternate_aes_classes[AES128-mode1] PASSED
275 tests/hazmat/primitives/test_aes.py::test_alternate_aes_classes[AES128-mode2] PASSED
276 tests/hazmat/primitives/test_aes.py::test_alternate_aes_classes[AES128-mode3] PASSED
277 tests/hazmat/primitives/test_aes.py::test_alternate_aes_classes[AES128-mode4] PASSED
278 tests/hazmat/primitives/test_aes.py::test_alternate_aes_classes[AES128-mode5] PASSED
279 tests/hazmat/primitives/test_aes.py::test_alternate_aes_classes[AES256-mode0] PASSED
280 tests/hazmat/primitives/test_aes.py::test_alternate_aes_classes[AES256-mode1] PASSED
281 tests/hazmat/primitives/test_aes.py::test_alternate_aes_classes[AES256-mode2] PASSED
282 tests/hazmat/primitives/test_aes.py::test_alternate_aes_classes[AES256-mode3] PASSED
283 tests/hazmat/primitives/test_aes.py::test_alternate_aes_classes[AES256-mode4] PASSED
284 tests/hazmat/primitives/test_aes.py::test_alternate_aes_classes[AES256-mode5] PASSED
285 tests/hazmat/primitives/test_aes.py::test_reset_nonce PASSED
286 tests/hazmat/primitives/test_aes.py::test_reset_nonce_invalid_mode PASSED
287 tests/hazmat/primitives/test_aes_gcm.py::TestAESModeGCM::test_gcm PASSED
288 tests/hazmat/primitives/test_aes_gcm.py::TestAESModeGCM::test_gcm_tag_with_only_aad PASSED
289 tests/hazmat/primitives/test_aes_gcm.py::TestAESModeGCM::test_gcm_ciphertext_with_no_aad PASSED
290 tests/hazmat/primitives/test_aes_gcm.py::TestAESModeGCM::test_gcm_ciphertext_limit PASSED
291 tests/hazmat/primitives/test_aes_gcm.py::TestAESModeGCM::test_gcm_aad_limit PASSED
292 tests/hazmat/primitives/test_aes_gcm.py::TestAESModeGCM::test_gcm_tag_decrypt_none PASSED
293 tests/hazmat/primitives/test_aes_gcm.py::TestAESModeGCM::test_gcm_tag_decrypt_mode PASSED
294 tests/hazmat/primitives/test_aes_gcm.py::TestAESModeGCM::test_gcm_tag_decrypt_finalize PASSED
295 tests/hazmat/primitives/test_aes_gcm.py::TestAESModeGCM::test_gcm_tag_decrypt_finalize_tag_length[tagtooshort] PASSED
296 tests/hazmat/primitives/test_aes_gcm.py::TestAESModeGCM::test_gcm_tag_decrypt_finalize_tag_length[toolongtoolongtoolongtoolongtoolongtoolongtoolongtoolongtoolongtoolongtoolongtoolong] PASSED
297 tests/hazmat/primitives/test_aes_gcm.py::TestAESModeGCM::test_buffer_protocol PASSED
298 tests/hazmat/primitives/test_aes_gcm.py::TestAESModeGCM::test_gcm_min_max_iv[8] PASSED
299 tests/hazmat/primitives/test_aes_gcm.py::TestAESModeGCM::test_gcm_min_max_iv[128] PASSED
300 tests/hazmat/primitives/test_aes_gcm.py::TestAESModeGCM::test_alternate_aes_classes[AES128] PASSED
301 tests/hazmat/primitives/test_aes_gcm.py::TestAESModeGCM::test_alternate_aes_classes[AES256] PASSED
302 tests/hazmat/primitives/test_aes_gcm.py::TestAESModeGCM::test_reset_nonce_invalid_mode PASSED
303 tests/hazmat/primitives/test_argon2.py::test_unsupported_backend SKIPPED
304 tests/hazmat/primitives/test_argon2.py::TestArgon2id::test_derive[params0] PASSED
305 tests/hazmat/primitives/test_argon2.py::TestArgon2id::test_derive[params1] PASSED
306 tests/hazmat/primitives/test_argon2.py::TestArgon2id::test_derive[params2] PASSED
307 tests/hazmat/primitives/test_argon2.py::TestArgon2id::test_derive[params3] PASSED
308 tests/hazmat/primitives/test_argon2.py::TestArgon2id::test_derive[params4] PASSED
309 tests/hazmat/primitives/test_argon2.py::TestArgon2id::test_derive[params5] PASSED
310 tests/hazmat/primitives/test_argon2.py::TestArgon2id::test_invalid_types PASSED
311 tests/hazmat/primitives/test_argon2.py::TestArgon2id::test_invalid_values[params0] PASSED
312 tests/hazmat/primitives/test_argon2.py::TestArgon2id::test_invalid_values[params1] PASSED
313 tests/hazmat/primitives/test_argon2.py::TestArgon2id::test_invalid_values[params2] PASSED
314 tests/hazmat/primitives/test_argon2.py::TestArgon2id::test_invalid_values[params3] PASSED
315 tests/hazmat/primitives/test_argon2.py::TestArgon2id::test_invalid_values[params4] PASSED
316 tests/hazmat/primitives/test_argon2.py::TestArgon2id::test_invalid_values[params5] PASSED
317 tests/hazmat/primitives/test_argon2.py::TestArgon2id::test_already_finalized PASSED
318 tests/hazmat/primitives/test_argon2.py::TestArgon2id::test_already_finalized_verify PASSED
319 tests/hazmat/primitives/test_argon2.py::TestArgon2id::test_invalid_verify[invalidkey] PASSED
320 tests/hazmat/primitives/test_argon2.py::TestArgon2id::test_invalid_verify[00000000000000000000000000000000] PASSED
321 tests/hazmat/primitives/test_argon2.py::TestArgon2id::test_verify PASSED
322 tests/hazmat/primitives/test_asym_utils.py::test_dss_signature PASSED
323 tests/hazmat/primitives/test_asym_utils.py::test_encode_dss_non_integer PASSED
324 tests/hazmat/primitives/test_asym_utils.py::test_encode_dss_negative PASSED
325 tests/hazmat/primitives/test_asym_utils.py::test_decode_dss_trailing_bytes PASSED
326 tests/hazmat/primitives/test_asym_utils.py::test_decode_dss_invalid_asn1 PASSED
327 tests/hazmat/primitives/test_asym_utils.py::test_pass_invalid_prehashed_arg PASSED
328 tests/hazmat/primitives/test_asym_utils.py::test_prehashed_digest_size PASSED
329 tests/hazmat/primitives/test_block.py::TestCipher::test_creates_encryptor PASSED
330 tests/hazmat/primitives/test_block.py::TestCipher::test_creates_decryptor PASSED
331 tests/hazmat/primitives/test_block.py::TestCipher::test_instantiate_with_non_algorithm PASSED
332 tests/hazmat/primitives/test_block.py::TestCipherContext::test_use_after_finalize PASSED
333 tests/hazmat/primitives/test_block.py::TestCipherContext::test_use_update_into_after_finalize PASSED
334 tests/hazmat/primitives/test_block.py::TestCipherContext::test_unaligned_block_encryption PASSED
335 tests/hazmat/primitives/test_block.py::TestCipherContext::test_nonexistent_cipher[mode0] PASSED
336 tests/hazmat/primitives/test_block.py::TestCipherContext::test_nonexistent_cipher[None] PASSED
337 tests/hazmat/primitives/test_block.py::TestCipherContext::test_incorrectly_padded PASSED
338 tests/hazmat/primitives/test_block.py::TestAEADCipherContext::test_aead_exceptions PASSED
339 tests/hazmat/primitives/test_block.py::TestAEADCipherContext::test_aead_tag_exceptions PASSED
340 tests/hazmat/primitives/test_block.py::TestModeValidation::test_cbc PASSED
341 tests/hazmat/primitives/test_block.py::TestModeValidation::test_ofb PASSED
342 tests/hazmat/primitives/test_block.py::TestModeValidation::test_cfb PASSED
343 tests/hazmat/primitives/test_block.py::TestModeValidation::test_cfb8 PASSED
344 tests/hazmat/primitives/test_block.py::TestModeValidation::test_ctr PASSED
345 tests/hazmat/primitives/test_block.py::TestModeValidation::test_gcm PASSED
346 tests/hazmat/primitives/test_block.py::TestModesRequireBytes::test_cbc PASSED
347 tests/hazmat/primitives/test_block.py::TestModesRequireBytes::test_cfb PASSED
348 tests/hazmat/primitives/test_block.py::TestModesRequireBytes::test_cfb8 PASSED
349 tests/hazmat/primitives/test_block.py::TestModesRequireBytes::test_ofb PASSED
350 tests/hazmat/primitives/test_block.py::TestModesRequireBytes::test_ctr PASSED
351 tests/hazmat/primitives/test_block.py::TestModesRequireBytes::test_gcm_iv PASSED
352 tests/hazmat/primitives/test_block.py::TestModesRequireBytes::test_gcm_tag PASSED
353 tests/hazmat/primitives/test_camellia.py::TestCamelliaModeECB::test_ecb PASSED
354 tests/hazmat/primitives/test_camellia.py::TestCamelliaModeCBC::test_cbc PASSED
355 tests/hazmat/primitives/test_camellia.py::TestCamelliaModeOFB::test_ofb PASSED
356 tests/hazmat/primitives/test_camellia.py::TestCamelliaModeCFB::test_cfb PASSED
357 tests/hazmat/primitives/test_chacha20.py::TestChaCha20::test_vectors[vector0] PASSED
358 tests/hazmat/primitives/test_chacha20.py::TestChaCha20::test_vectors[vector1] PASSED
359 tests/hazmat/primitives/test_chacha20.py::TestChaCha20::test_vectors[vector2] PASSED
360 tests/hazmat/primitives/test_chacha20.py::TestChaCha20::test_vectors[vector3] PASSED
361 tests/hazmat/primitives/test_chacha20.py::TestChaCha20::test_vectors[vector4] PASSED
362 tests/hazmat/primitives/test_chacha20.py::TestChaCha20::test_vectors[vector5] PASSED
363 tests/hazmat/primitives/test_chacha20.py::TestChaCha20::test_vectors[vector6] PASSED
364 tests/hazmat/primitives/test_chacha20.py::TestChaCha20::test_vectors[vector7] PASSED
365 tests/hazmat/primitives/test_chacha20.py::TestChaCha20::test_vectors[vector8] PASSED
366 tests/hazmat/primitives/test_chacha20.py::TestChaCha20::test_vectors[vector9] PASSED
367 tests/hazmat/primitives/test_chacha20.py::TestChaCha20::test_vectors[vector10] PASSED
368 tests/hazmat/primitives/test_chacha20.py::TestChaCha20::test_vectors[vector11] PASSED
369 tests/hazmat/primitives/test_chacha20.py::TestChaCha20::test_vectors[vector12] PASSED
370 tests/hazmat/primitives/test_chacha20.py::TestChaCha20::test_buffer_protocol PASSED
371 tests/hazmat/primitives/test_chacha20.py::TestChaCha20::test_key_size PASSED
372 tests/hazmat/primitives/test_chacha20.py::TestChaCha20::test_invalid_key_size PASSED
373 tests/hazmat/primitives/test_chacha20.py::TestChaCha20::test_invalid_nonce PASSED
374 tests/hazmat/primitives/test_chacha20.py::TestChaCha20::test_invalid_key_type PASSED
375 tests/hazmat/primitives/test_chacha20.py::TestChaCha20::test_partial_blocks PASSED
376 tests/hazmat/primitives/test_chacha20.py::TestChaCha20::test_reset_nonce PASSED
377 tests/hazmat/primitives/test_chacha20.py::TestChaCha20::test_nonce_reset_invalid_length PASSED
378 tests/hazmat/primitives/test_ciphers.py::test_deprecated_ciphers_import_with_warning PASSED
379 tests/hazmat/primitives/test_ciphers.py::TestAES::test_key_size[00000000000000000000000000000000-128] PASSED
380 tests/hazmat/primitives/test_ciphers.py::TestAES::test_key_size[000000000000000000000000000000000000000000000000-192] PASSED
381 tests/hazmat/primitives/test_ciphers.py::TestAES::test_key_size[0000000000000000000000000000000000000000000000000000000000000000-256] PASSED
382 tests/hazmat/primitives/test_ciphers.py::TestAES::test_invalid_key_size PASSED
383 tests/hazmat/primitives/test_ciphers.py::TestAES::test_invalid_key_type PASSED
384 tests/hazmat/primitives/test_ciphers.py::TestAESXTS::test_invalid_key_size_with_mode[CBC] PASSED
385 tests/hazmat/primitives/test_ciphers.py::TestAESXTS::test_invalid_key_size_with_mode[CTR] PASSED
386 tests/hazmat/primitives/test_ciphers.py::TestAESXTS::test_invalid_key_size_with_mode[CFB] PASSED
387 tests/hazmat/primitives/test_ciphers.py::TestAESXTS::test_invalid_key_size_with_mode[CFB8] PASSED
388 tests/hazmat/primitives/test_ciphers.py::TestAESXTS::test_invalid_key_size_with_mode[OFB] PASSED
389 tests/hazmat/primitives/test_ciphers.py::TestAESXTS::test_xts_tweak_not_bytes PASSED
390 tests/hazmat/primitives/test_ciphers.py::TestAESXTS::test_xts_tweak_too_small PASSED
391 tests/hazmat/primitives/test_ciphers.py::TestAESXTS::test_xts_wrong_key_size PASSED
392 tests/hazmat/primitives/test_ciphers.py::TestGCM::test_gcm_min_max[7] PASSED
393 tests/hazmat/primitives/test_ciphers.py::TestGCM::test_gcm_min_max[129] PASSED
394 tests/hazmat/primitives/test_ciphers.py::TestCamellia::test_key_size[00000000000000000000000000000000-128] PASSED
395 tests/hazmat/primitives/test_ciphers.py::TestCamellia::test_key_size[000000000000000000000000000000000000000000000000-192] PASSED
396 tests/hazmat/primitives/test_ciphers.py::TestCamellia::test_key_size[0000000000000000000000000000000000000000000000000000000000000000-256] PASSED
397 tests/hazmat/primitives/test_ciphers.py::TestCamellia::test_invalid_key_size PASSED
398 tests/hazmat/primitives/test_ciphers.py::TestCamellia::test_invalid_key_type PASSED
399 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into[params0] PASSED
400 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into[params1] PASSED
401 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into[params2] PASSED
402 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into[params3] PASSED
403 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into[params4] PASSED
404 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into[params5] PASSED
405 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into[params6] PASSED
406 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into[params7] PASSED
407 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into[params8] PASSED
408 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into[params9] PASSED
409 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into[params10] PASSED
410 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into[params11] PASSED
411 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into[params12] PASSED
412 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into[params13] PASSED
413 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into_gcm PASSED
414 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_finalize_with_tag_already_finalized PASSED
415 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_finalize_with_tag_duplicate_tag PASSED
416 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into_multiple_calls[params0] PASSED
417 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into_multiple_calls[params1] PASSED
418 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into_multiple_calls[params2] PASSED
419 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into_multiple_calls[params3] PASSED
420 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into_multiple_calls[params4] PASSED
421 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into_multiple_calls[params5] PASSED
422 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into_multiple_calls[params6] PASSED
423 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into_multiple_calls[params7] PASSED
424 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into_multiple_calls[params8] PASSED
425 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into_multiple_calls[params9] PASSED
426 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into_multiple_calls[params10] PASSED
427 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into_multiple_calls[params11] PASSED
428 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into_multiple_calls[params12] PASSED
429 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into_multiple_calls[params13] PASSED
430 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into_buffer_too_small PASSED
431 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into_immutable PASSED
432 tests/hazmat/primitives/test_ciphers.py::TestCipherUpdateInto::test_update_into_buffer_too_small_gcm PASSED
433 tests/hazmat/primitives/test_ciphers.py::test_update_auto_chunking SKIPPED
434 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_aes_generate[params0] PASSED
435 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_aes_generate[params1] PASSED
436 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_aes_generate[params2] PASSED
437 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_aes_generate[params3] PASSED
438 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_aes_generate[params4] PASSED
439 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_aes_generate[params5] PASSED
440 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_aes_generate[params6] PASSED
441 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_aes_generate[params7] PASSED
442 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_aes_generate[params8] PASSED
443 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_aes_generate[params9] PASSED
444 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_aes_generate[params10] PASSED
445 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_aes_generate[params11] PASSED
446 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_aes_verify[params0] PASSED
447 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_aes_verify[params1] PASSED
448 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_aes_verify[params2] PASSED
449 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_aes_verify[params3] PASSED
450 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_aes_verify[params4] PASSED
451 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_aes_verify[params5] PASSED
452 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_aes_verify[params6] PASSED
453 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_aes_verify[params7] PASSED
454 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_aes_verify[params8] PASSED
455 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_aes_verify[params9] PASSED
456 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_aes_verify[params10] PASSED
457 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_aes_verify[params11] PASSED
458 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_3des_generate[params0] PASSED
459 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_3des_generate[params1] PASSED
460 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_3des_generate[params2] PASSED
461 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_3des_generate[params3] PASSED
462 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_3des_generate[params4] PASSED
463 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_3des_generate[params5] PASSED
464 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_3des_generate[params6] PASSED
465 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_3des_generate[params7] PASSED
466 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_3des_verify[params0] PASSED
467 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_3des_verify[params1] PASSED
468 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_3des_verify[params2] PASSED
469 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_3des_verify[params3] PASSED
470 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_3des_verify[params4] PASSED
471 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_3des_verify[params5] PASSED
472 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_3des_verify[params6] PASSED
473 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_3des_verify[params7] PASSED
474 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_invalid_verify PASSED
475 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_invalid_algorithm PASSED
476 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_raises_after_finalize PASSED
477 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_verify_reject_unicode PASSED
478 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_copy_with_backend PASSED
479 tests/hazmat/primitives/test_cmac.py::TestCMAC::test_buffer_protocol PASSED
480 tests/hazmat/primitives/test_concatkdf.py::TestConcatKDFHash::test_length_limit PASSED
481 tests/hazmat/primitives/test_concatkdf.py::TestConcatKDFHash::test_already_finalized PASSED
482 tests/hazmat/primitives/test_concatkdf.py::TestConcatKDFHash::test_derive PASSED
483 tests/hazmat/primitives/test_concatkdf.py::TestConcatKDFHash::test_buffer_protocol PASSED
484 tests/hazmat/primitives/test_concatkdf.py::TestConcatKDFHash::test_verify PASSED
485 tests/hazmat/primitives/test_concatkdf.py::TestConcatKDFHash::test_invalid_verify PASSED
486 tests/hazmat/primitives/test_concatkdf.py::TestConcatKDFHash::test_unicode_typeerror PASSED
487 tests/hazmat/primitives/test_concatkdf.py::TestConcatKDFHMAC::test_length_limit PASSED
488 tests/hazmat/primitives/test_concatkdf.py::TestConcatKDFHMAC::test_already_finalized PASSED
489 tests/hazmat/primitives/test_concatkdf.py::TestConcatKDFHMAC::test_derive PASSED
490 tests/hazmat/primitives/test_concatkdf.py::TestConcatKDFHMAC::test_buffer_protocol PASSED
491 tests/hazmat/primitives/test_concatkdf.py::TestConcatKDFHMAC::test_derive_explicit_salt PASSED
492 tests/hazmat/primitives/test_concatkdf.py::TestConcatKDFHMAC::test_verify PASSED
493 tests/hazmat/primitives/test_concatkdf.py::TestConcatKDFHMAC::test_invalid_verify PASSED
494 tests/hazmat/primitives/test_concatkdf.py::TestConcatKDFHMAC::test_unicode_typeerror PASSED
495 tests/hazmat/primitives/test_concatkdf.py::TestConcatKDFHMAC::test_unsupported_hash_algorithm PASSED
496 tests/hazmat/primitives/test_constant_time.py::TestConstantTimeBytesEq::test_reject_unicode PASSED
497 tests/hazmat/primitives/test_constant_time.py::TestConstantTimeBytesEq::test_compares PASSED
498 tests/hazmat/primitives/test_dh.py::test_dh_parameternumbers PASSED
499 tests/hazmat/primitives/test_dh.py::test_dh_numbers PASSED
500 tests/hazmat/primitives/test_dh.py::test_dh_parameter_numbers_equality PASSED
501 tests/hazmat/primitives/test_dh.py::test_dh_private_numbers_equality PASSED
502 tests/hazmat/primitives/test_dh.py::test_dh_public_numbers_equality PASSED
503 tests/hazmat/primitives/test_dh.py::TestDH::test_small_key_generate_dh PASSED
504 tests/hazmat/primitives/test_dh.py::TestDH::test_unsupported_generator_generate_dh PASSED
505 tests/hazmat/primitives/test_dh.py::TestDH::test_large_key_generate_dh PASSED
506 tests/hazmat/primitives/test_dh.py::TestDH::test_dh_parameters_allows_rfc3526_groups[vector0] PASSED
507 tests/hazmat/primitives/test_dh.py::TestDH::test_dh_parameters_allows_rfc3526_groups[vector1] PASSED
508 tests/hazmat/primitives/test_dh.py::TestDH::test_dh_parameters_allows_rfc3526_groups[vector2] PASSED
509 tests/hazmat/primitives/test_dh.py::TestDH::test_dh_parameters_allows_rfc3526_groups[vector3] PASSED
510 tests/hazmat/primitives/test_dh.py::TestDH::test_dh_parameters_allows_rfc3526_groups[vector4] PASSED
511 tests/hazmat/primitives/test_dh.py::TestDH::test_dh_parameters_allows_rfc3526_groups[vector5] PASSED
512 tests/hazmat/primitives/test_dh.py::TestDH::test_convert_to_numbers[False] PASSED
513 tests/hazmat/primitives/test_dh.py::TestDH::test_convert_to_numbers[True] PASSED
514 tests/hazmat/primitives/test_dh.py::TestDH::test_numbers_unsupported_parameters PASSED
515 tests/hazmat/primitives/test_dh.py::TestDH::test_generate_dh[False] PASSED
516 tests/hazmat/primitives/test_dh.py::TestDH::test_generate_dh[True] PASSED
517 tests/hazmat/primitives/test_dh.py::TestDH::test_exchange_wrong_type PASSED
518 tests/hazmat/primitives/test_dh.py::TestDH::test_exchange PASSED
519 tests/hazmat/primitives/test_dh.py::TestDH::test_exchange_algorithm PASSED
520 tests/hazmat/primitives/test_dh.py::TestDH::test_symmetric_key_padding PASSED
521 tests/hazmat/primitives/test_dh.py::TestDH::test_bad_exchange[vector0] PASSED
522 tests/hazmat/primitives/test_dh.py::TestDH::test_bad_exchange[vector1] PASSED
523 tests/hazmat/primitives/test_dh.py::TestDH::test_load_256bit_key_from_pkcs8 SKIPPED
524 tests/hazmat/primitives/test_dh.py::TestDH::test_dh_vectors[vector0] SKIPPED
525 tests/hazmat/primitives/test_dh.py::TestDH::test_dh_vectors[vector1] PASSED
526 tests/hazmat/primitives/test_dh.py::TestDH::test_dh_vectors[vector2] PASSED
527 tests/hazmat/primitives/test_dh.py::TestDH::test_dh_vectors[vector3] PASSED
528 tests/hazmat/primitives/test_dh.py::TestDH::test_dh_vectors[vector4] PASSED
529 tests/hazmat/primitives/test_dh.py::TestDH::test_dh_vectors_with_q[vector0] PASSED
530 tests/hazmat/primitives/test_dh.py::TestDH::test_dh_vectors_with_q[vector1] PASSED
531 tests/hazmat/primitives/test_dh.py::TestDH::test_dh_vectors_with_q[vector2] PASSED
532 tests/hazmat/primitives/test_dh.py::TestDH::test_exchange_old_key PASSED
533 tests/hazmat/primitives/test_dh.py::TestDH::test_public_key_equality PASSED
534 tests/hazmat/primitives/test_dh.py::TestDH::test_public_key_copy PASSED
535 tests/hazmat/primitives/test_dh.py::TestDHPrivateKeySerialization::test_private_bytes_unencrypted[Encoding.PEM-load_pem_private_key] PASSED
536 tests/hazmat/primitives/test_dh.py::TestDHPrivateKeySerialization::test_private_bytes_unencrypted[Encoding.DER-load_der_private_key] PASSED
537 tests/hazmat/primitives/test_dh.py::TestDHPrivateKeySerialization::test_private_bytes_rejects_invalid[Encoding.Raw-PrivateFormat.PKCS8] PASSED
538 tests/hazmat/primitives/test_dh.py::TestDHPrivateKeySerialization::test_private_bytes_rejects_invalid[Encoding.DER-PrivateFormat.Raw] PASSED
539 tests/hazmat/primitives/test_dh.py::TestDHPrivateKeySerialization::test_private_bytes_rejects_invalid[Encoding.Raw-PrivateFormat.Raw] PASSED
540 tests/hazmat/primitives/test_dh.py::TestDHPrivateKeySerialization::test_private_bytes_rejects_invalid[Encoding.X962-PrivateFormat.PKCS8] PASSED
541 tests/hazmat/primitives/test_dh.py::TestDHPrivateKeySerialization::test_private_bytes_match[asymmetric/DH/dhkey.pem-load_pem_private_key-Encoding.PEM-False] PASSED
542 tests/hazmat/primitives/test_dh.py::TestDHPrivateKeySerialization::test_private_bytes_match[asymmetric/DH/dhkey.der-load_der_private_key-Encoding.DER-False] PASSED
543 tests/hazmat/primitives/test_dh.py::TestDHPrivateKeySerialization::test_private_bytes_match[asymmetric/DH/dhkey_rfc5114_2.pem-load_pem_private_key-Encoding.PEM-True] PASSED
544 tests/hazmat/primitives/test_dh.py::TestDHPrivateKeySerialization::test_private_bytes_match[asymmetric/DH/dhkey_rfc5114_2.der-load_der_private_key-Encoding.DER-True] PASSED
545 tests/hazmat/primitives/test_dh.py::TestDHPrivateKeySerialization::test_private_bytes_values[asymmetric/DH/dhkey.pem-load_pem_private_key-asymmetric/DH/dhkey.txt-False] PASSED
546 tests/hazmat/primitives/test_dh.py::TestDHPrivateKeySerialization::test_private_bytes_values[asymmetric/DH/dhkey.der-load_der_private_key-asymmetric/DH/dhkey.txt-False] PASSED
547 tests/hazmat/primitives/test_dh.py::TestDHPrivateKeySerialization::test_private_bytes_values[asymmetric/DH/dhkey_rfc5114_2.pem-load_pem_private_key-asymmetric/DH/dhkey_rfc5114_2.txt-True] PASSED
548 tests/hazmat/primitives/test_dh.py::TestDHPrivateKeySerialization::test_private_bytes_values[asymmetric/DH/dhkey_rfc5114_2.der-load_der_private_key-asymmetric/DH/dhkey_rfc5114_2.txt-True] PASSED
549 tests/hazmat/primitives/test_dh.py::TestDHPrivateKeySerialization::test_private_bytes_traditional_openssl_invalid PASSED
550 tests/hazmat/primitives/test_dh.py::TestDHPrivateKeySerialization::test_private_bytes_invalid_encoding PASSED
551 tests/hazmat/primitives/test_dh.py::TestDHPrivateKeySerialization::test_private_bytes_invalid_format PASSED
552 tests/hazmat/primitives/test_dh.py::TestDHPrivateKeySerialization::test_private_bytes_invalid_encryption_algorithm PASSED
553 tests/hazmat/primitives/test_dh.py::TestDHPrivateKeySerialization::test_private_bytes_unsupported_encryption_type PASSED
554 tests/hazmat/primitives/test_dh.py::TestDHPublicKeySerialization::test_public_bytes[Encoding.PEM-load_pem_public_key] PASSED
555 tests/hazmat/primitives/test_dh.py::TestDHPublicKeySerialization::test_public_bytes[Encoding.DER-load_der_public_key] PASSED
556 tests/hazmat/primitives/test_dh.py::TestDHPublicKeySerialization::test_public_bytes_match[asymmetric/DH/dhpub.pem-load_pem_public_key-Encoding.PEM-False] PASSED
557 tests/hazmat/primitives/test_dh.py::TestDHPublicKeySerialization::test_public_bytes_match[asymmetric/DH/dhpub.der-load_der_public_key-Encoding.DER-False] PASSED
558 tests/hazmat/primitives/test_dh.py::TestDHPublicKeySerialization::test_public_bytes_match[asymmetric/DH/dhpub_rfc5114_2.pem-load_pem_public_key-Encoding.PEM-True] PASSED
559 tests/hazmat/primitives/test_dh.py::TestDHPublicKeySerialization::test_public_bytes_match[asymmetric/DH/dhpub_rfc5114_2.der-load_der_public_key-Encoding.DER-True] PASSED
560 tests/hazmat/primitives/test_dh.py::TestDHPublicKeySerialization::test_public_bytes_values[asymmetric/DH/dhpub.pem-load_pem_public_key-asymmetric/DH/dhkey.txt] PASSED
561 tests/hazmat/primitives/test_dh.py::TestDHPublicKeySerialization::test_public_bytes_values[asymmetric/DH/dhpub.der-load_der_public_key-asymmetric/DH/dhkey.txt] PASSED
562 tests/hazmat/primitives/test_dh.py::TestDHPublicKeySerialization::test_public_bytes_values[asymmetric/DH/dhpub_rfc5114_2.pem-load_pem_public_key-asymmetric/DH/dhkey_rfc5114_2.txt] PASSED
563 tests/hazmat/primitives/test_dh.py::TestDHPublicKeySerialization::test_public_bytes_values[asymmetric/DH/dhpub_rfc5114_2.der-load_der_public_key-asymmetric/DH/dhkey_rfc5114_2.txt] PASSED
564 tests/hazmat/primitives/test_dh.py::TestDHPublicKeySerialization::test_public_bytes_invalid_encoding PASSED
565 tests/hazmat/primitives/test_dh.py::TestDHPublicKeySerialization::test_public_bytes_pkcs1_unsupported PASSED
566 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_parameter_bytes[Encoding.PEM-from_pem_parameters] PASSED
567 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_parameter_bytes[Encoding.DER-from_der_parameters] PASSED
568 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_parameter_bytes_match[asymmetric/DH/dhp.pem-from_pem_parameters-Encoding.PEM-False] PASSED
569 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_parameter_bytes_match[asymmetric/DH/dhp.der-from_der_parameters-Encoding.DER-False] PASSED
570 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_parameter_bytes_match[asymmetric/DH/dhp_rfc5114_2.pem-from_pem_parameters-Encoding.PEM-True] PASSED
571 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_parameter_bytes_match[asymmetric/DH/dhp_rfc5114_2.der-from_der_parameters-Encoding.DER-True] PASSED
572 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_public_bytes_values[asymmetric/DH/dhp.pem-from_pem_parameters-asymmetric/DH/dhkey.txt] PASSED
573 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_public_bytes_values[asymmetric/DH/dhp.der-from_der_parameters-asymmetric/DH/dhkey.txt] PASSED
574 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_public_bytes_values[asymmetric/DH/dhp_rfc5114_2.pem-from_pem_parameters-asymmetric/DH/dhkey_rfc5114_2.txt] PASSED
575 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_public_bytes_values[asymmetric/DH/dhp_rfc5114_2.der-from_der_parameters-asymmetric/DH/dhkey_rfc5114_2.txt] PASSED
576 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_public_bytes_rejects_invalid[Encoding.Raw-PublicFormat.SubjectPublicKeyInfo] PASSED
577 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_public_bytes_rejects_invalid[Encoding.Raw-PublicFormat.PKCS1] PASSED
578 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_public_bytes_rejects_invalid[Encoding.Raw-PublicFormat.Raw] PASSED
579 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_public_bytes_rejects_invalid[Encoding.Raw-PublicFormat.UncompressedPoint] PASSED
580 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_public_bytes_rejects_invalid[Encoding.Raw-PublicFormat.CompressedPoint] PASSED
581 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_public_bytes_rejects_invalid[Encoding.X962-PublicFormat.Raw] PASSED
582 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_public_bytes_rejects_invalid[Encoding.X962-PublicFormat.UncompressedPoint] PASSED
583 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_public_bytes_rejects_invalid[Encoding.X962-PublicFormat.CompressedPoint] PASSED
584 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_public_bytes_rejects_invalid[Encoding.PEM-PublicFormat.Raw] PASSED
585 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_public_bytes_rejects_invalid[Encoding.PEM-PublicFormat.UncompressedPoint] PASSED
586 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_public_bytes_rejects_invalid[Encoding.PEM-PublicFormat.CompressedPoint] PASSED
587 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_public_bytes_rejects_invalid[Encoding.DER-PublicFormat.Raw] PASSED
588 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_public_bytes_rejects_invalid[Encoding.DER-PublicFormat.UncompressedPoint] PASSED
589 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_public_bytes_rejects_invalid[Encoding.DER-PublicFormat.CompressedPoint] PASSED
590 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_parameter_bytes_invalid_encoding PASSED
591 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_parameter_bytes_invalid_format PASSED
592 tests/hazmat/primitives/test_dh.py::TestDHParameterSerialization::test_parameter_bytes_openssh_unsupported PASSED
593 tests/hazmat/primitives/test_dsa.py::test_skip_if_dsa_not_supported PASSED
594 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_parameters PASSED
595 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_invalid_dsa_parameters PASSED
596 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector0] PASSED
597 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector1] PASSED
598 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector2] PASSED
599 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector3] PASSED
600 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector4] PASSED
601 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector5] PASSED
602 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector6] PASSED
603 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector7] PASSED
604 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector8] PASSED
605 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector9] PASSED
606 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector10] PASSED
607 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector11] PASSED
608 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector12] PASSED
609 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector13] PASSED
610 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector14] PASSED
611 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector15] PASSED
612 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector16] PASSED
613 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector17] PASSED
614 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector18] PASSED
615 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector19] PASSED
616 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector20] PASSED
617 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector21] PASSED
618 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector22] PASSED
619 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector23] PASSED
620 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector24] PASSED
621 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector25] PASSED
622 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector26] PASSED
623 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector27] PASSED
624 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector28] PASSED
625 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector29] PASSED
626 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector30] PASSED
627 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector31] PASSED
628 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector32] PASSED
629 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector33] PASSED
630 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector34] PASSED
631 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector35] PASSED
632 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector36] PASSED
633 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector37] PASSED
634 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector38] PASSED
635 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_keys[vector39] PASSED
636 tests/hazmat/primitives/test_dsa.py::TestDSA::test_generate_dsa_private_key_and_parameters PASSED
637 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_parameters_values[10715086071862673209484250490600018105614048117055336074437503883703510511249361224931983788156958581275946729175531468251871452856923140435984577574698574803934567774824230985421074605062371141877954182153046474983581941267398767559165543946077062914571196477686542167660429831652624386837205668069376-860746831416075478702374469155404254110218035841-4716760577622082344827026607896944931991018145554874915250088007431928425829998391615946017585506934376515138402805056272591230627138960960431662063773185572091480277219308547850387855998018487487090411682450854845462029354880754999163146999985242903307654849675670981552108128299794618365058618340047054809] PASSED
638 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_parameters_values[114813069527425452423283320117768198402231770208869520047764273682576626139237031385665948631650626991844596463898746277344711896086305533142593135616665318539129989145312280000688779148240044871428926990063486244781615463646388363947317026040466353970904996558162398808944629605623311649536164221970332681344168908984458505602379484807914058900934776500429002716706625830522008132236281291761267883317206598995396418127021779858404042159853183251540889433902091920554957783589672039160081957216630582755380425583726015528348786419432054508915275783882625175435528800822842770817965453762184851149029376-64580463367830425695563881724471017673520429069656986647748425010824583758237-28879440595986097268895041340401003520758838705107975699514383113429273787849059522782902647245562959965531991353195969686393836061048853774884381289946806553837650366651313551923051977088776943163135675692318299050335108066980704990339376259992728263808264449550804711861080682635129097007981883220386489563651753331797910590711194228447379785305017103676151027592988739133322008418854750420380715738598918198886065832355368487114463603798141259044854445345936350587896438838761962775816124796949868420197231670226583590116278262154938801955073173409464019716518525958957887589143806034633091678892378323951700771586] PASSED
639 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_parameters_values[1230231922161117176931558813276752514640713895736833715766118029160058800614672948775360067838593459582429649254051804908512884180898236823585082482065348331234959350355845017413023320111360666922624728239756880416434478315693675013413090757208690376793296658810662941824493488451726505303712916005346747908623702673480919353936813105736620402352744776903840477883651100322409301983488363802930540482487909763484098253940728685132044408863734754271212592471778643949486688511721051561970432780747454823776808464180697103083861812184348565522740195796682622205511845512080552010310050255801589349645928001133745474220715013683413907542779063759833876101354235184245096670042160720629411581502371248008430447184842098610320580417992206662247328722122088513643683907670360209162653670641130936997002170500675501374723998766005827579300723253474890612250135171889174899079911291512399773872178519018229989376-95854368013823440657882842583443025452331242930242487147761987726110422558011-4686680804113083545397586679160821080065546485879199381747688852647715347366050212965424161937174555744193760513846346642307847130140638472952609139808173723795782526053221086355761434617536155599617210419191458376189027072679904817878066693816011140598025898072397383789686770938755733214392627560256519606782019612751442614971187082766141326350447828566936280392794535868336904106649129495104410384361533740607503671630198969036199423918291576345165357087252704652513419667814264916593692308663609444484880828275582658848410219644280386392681807294015662156631742478337288559521475021145978416293453773894656718919492851754991604772677576491945141670516547075795882110064066895094091232790923425694403957778549277737559298066593287313609538326304951141532078813054865090484037023000015284082703642755191692355209256803327490359813935710844452851781723874848604100042132491137443585471513212188234723349265998132456411592110] PASSED
640 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_parameters_values[1559504234547468581304567226460768608081271214727654204333453952926900976495110618128064737339483946752503443761686131471193552271391852659365064193689392559857829758647506061444069994636978124555039707021026476921245713792495696830489695982517401374524146395314086050573598895578753486573656547264829724715932052714690465143691079775180749496661686980467990422706106336901081361713909734652492889900400432530264154517064818874355683211771247542255360770859202881042407321220147178491319099787468327066302406927144086576737903714701601736623560954178852475527302623194659586840661992322447177128426246491955961010675451618821886518435583088591308904900490715258463464226563420983440620405774333825186975312197725189750319557792096615997665422000745722876999214186078146392580518345248676324463304482507500065284168027434769274019148663298021844379894848722336864804208500694000341987792816059067898321463326409859968256077029626085376-95854368013823440657882842583443025452331242930242487147761987726110422558011-4686680804113083545397586679160821080065546485879199381747688852647715347366050212965424161937174555744193760513846346642307847130140638472952609139808173723795782526053221086355761434617536155599617210419191458376189027072679904817878066693816011140598025898072397383789686770938755733214392627560256519606782019612751442614971187082766141326350447828566936280392794535868336904106649129495104410384361533740607503671630198969036199423918291576345165357087252704652513419667814264916593692308663609444484880828275582658848410219644280386392681807294015662156631742478337288559521475021145978416293453773894656718919492851754991604772677576491945141670516547075795882110064066895094091232790923425694403957778549277737559298066593287313609538326304951141532078813054865090484037023000015284082703642755191692355209256803327490359813935710844452851781723874848604100042132491137443585471513212188234723349265998132456411592110] PASSED
641 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_parameters_values[148528771625914534212822325125359964721302904090255629476356006476834409067650032157404278595796437626753307411774442579294431917728665630396941886184083792777819588420173917073152781160092900585070344141915044503087837586202702533215700245952292068589150719762668746881793013309455969049945457294705213095283-1427247692705959881058285969449495136382746624-4716760577622082344827026607896944931991018145554874915250088007431928425829998391615946017585506934376515138402805056272591230627138960960431662063773185572091480277219308547850387855998018487487090411682450854845462029354880754999163146999985242903307654849675670981552108128299794618365058618340047054809] PASSED
642 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_parameters_values[29555392294711864157275386815357618537267080960988042268769156693495099199494704796915951070598564457252063963236005374978324519040156266830045003525181491358798306007186824306150297663849510518707433934467429207182178449463694000139212998665077346493506545012211151383827198540802876746901147575469495068256646031117919929434798636829182219169696824522393813957790597738733918839622212092151454935285851863864021229974481160612535913952098870154429666829370298276918167675877104217215974981914624021418853287860181856869732382796310887090281214039850070167110726468088494269344139382408436774468544267299023820844791-1809251394333065553493296640760748560207343510400633813116524750123642650624-28879440595986097268895041340401003520758838705107975699514383113429273787849059522782902647245562959965531991353195969686393836061048853774884381289946806553837650366651313551923051977088776943163135675692318299050335108066980704990339376259992728263808264449550804711861080682635129097007981883220386489563651753331797910590711194228447379785305017103676151027592988739133322008418854750420380715738598918198886065832355368487114463603798141259044854445345936350587896438838761962775816124796949868420197231670226583590116278262154938801955073173409464019716518525958957887589143806034633091678892378323951700771586] PASSED
643 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_parameters_values[5519320730249681432599424170115956030357050201283202306339209391187401305615148896039707619235778782276224375819012348685968519288227748401050770409189474950289221338707575489252557919483800448572150134191498343159237639002373213381875357415465724776287638364885072094009953455303547705753714075059920162016781265030954925172865111563664931421763299543819627291231857745792703279562544814805187433350955509918768555350719577748146733262773550471639861425535958491859790667580434510654927848290073996888660173454126310419986151004041956730952727626644462173102625536453618534787776297771654251563192054641985234281627395744029665008245392898762735662909832227695869698824323650209466097597832806641453514233256642751270810627789205771420386973686952888623615526881134520650055877554418237660952469321315653878711628226241082672111623731775473801826839917951811911985483915128679893364034131626472220019809103848166144581212503-1852673427797059126777135760139006525652319754650249024631321344126610074238976-4686680804113083545397586679160821080065546485879199381747688852647715347366050212965424161937174555744193760513846346642307847130140638472952609139808173723795782526053221086355761434617536155599617210419191458376189027072679904817878066693816011140598025898072397383789686770938755733214392627560256519606782019612751442614971187082766141326350447828566936280392794535868336904106649129495104410384361533740607503671630198969036199423918291576345165357087252704652513419667814264916593692308663609444484880828275582658848410219644280386392681807294015662156631742478337288559521475021145978416293453773894656718919492851754991604772677576491945141670516547075795882110064066895094091232790923425694403957778549277737559298066593287313609538326304951141532078813054865090484037023000015284082703642755191692355209256803327490359813935710844452851781723874848604100042132491137443585471513212188234723349265998132456411592110] PASSED
644 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_parameters_values[148528771625914534212822325125359964721302904090255629476356006476834409067650032157404278595796437626753307411774442579294431917728665630396941886184083792777819588420173917073152781160092900585070344141915044503087837586202702533215700245952292068589150719762668746881793013309455969049945457294705213095283-860746831416075478702374469155404254110218035841-0] PASSED
645 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_parameters_values[148528771625914534212822325125359964721302904090255629476356006476834409067650032157404278595796437626753307411774442579294431917728665630396941886184083792777819588420173917073152781160092900585070344141915044503087837586202702533215700245952292068589150719762668746881793013309455969049945457294705213095283-860746831416075478702374469155404254110218035841-1] PASSED
646 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_parameters_values[148528771625914534212822325125359964721302904090255629476356006476834409067650032157404278595796437626753307411774442579294431917728665630396941886184083792777819588420173917073152781160092900585070344141915044503087837586202702533215700245952292068589150719762668746881793013309455969049945457294705213095283-860746831416075478702374469155404254110218035841-17218479456385750618067377696052635483579924745448689921733236816400740691241745619397484537236046173286370919031961587788584927290816661024991609882728717344659503471655990880884679896520055123906467064419056526231345685268240569209892573766037966584735183775739433978714578587782701380797240772477647874555986712746271362892227516205318914435913511141036261376] PASSED
647 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_dsa_private_key_arguments[10715086071862673209484250490600018105614048117055336074437503883703510511249361224931983788156958581275946729175531468251871452856923140435984577574698574803934567774824230985421074605062371141877954182153046474983581941267398767559165543946077062914571196477686542167660429831652624386837205668069376-860746831416075478702374469155404254110218035841-4716760577622082344827026607896944931991018145554874915250088007431928425829998391615946017585506934376515138402805056272591230627138960960431662063773185572091480277219308547850387855998018487487090411682450854845462029354880754999163146999985242903307654849675670981552108128299794618365058618340047054809-78053418212843451757389843465019430552021935659638644545534253713498681012377983295707071854300465107156564459341770283566027307097953976933330782431735019665767496768949075378862148332730757664093133346783722369325637548909151566146900185910724093837622978424996838379890338620092409532780972001832929764903-739448014625904682656070085931879829009360575049] PASSED
648 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_dsa_private_key_arguments[114813069527425452423283320117768198402231770208869520047764273682576626139237031385665948631650626991844596463898746277344711896086305533142593135616665318539129989145312280000688779148240044871428926990063486244781615463646388363947317026040466353970904996558162398808944629605623311649536164221970332681344168908984458505602379484807914058900934776500429002716706625830522008132236281291761267883317206598995396418127021779858404042159853183251540889433902091920554957783589672039160081957216630582755380425583726015528348786419432054508915275783882625175435528800822842770817965453762184851149029376-64580463367830425695563881724471017673520429069656986647748425010824583758237-28879440595986097268895041340401003520758838705107975699514383113429273787849059522782902647245562959965531991353195969686393836061048853774884381289946806553837650366651313551923051977088776943163135675692318299050335108066980704990339376259992728263808264449550804711861080682635129097007981883220386489563651753331797910590711194228447379785305017103676151027592988739133322008418854750420380715738598918198886065832355368487114463603798141259044854445345936350587896438838761962775816124796949868420197231670226583590116278262154938801955073173409464019716518525958957887589143806034633091678892378323951700771586-13532592008691411320833710708269517980705562793739607379982722969102062687875189133317508233928889926814978493976782406010673638126609494152025343358990731065471254004088577595592204540086332283174534987458558685824381477552727754502343214234882195132274633657074819858169768327672347035084415688868828899894977531136418649031880599403440086068767575089776413201206421523593956740166020222225026138514306327634220553138057930731186634884369525099927045702112534982595738650195060866027438726519597276592517675660195767592887358547084638925315941916015127072152227886026473292588336599544600213615372991748877185031463-29102530691960613264070176723331875228281365779995140773780409345248917145761] PASSED
649 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_dsa_private_key_arguments[1230231922161117176931558813276752514640713895736833715766118029160058800614672948775360067838593459582429649254051804908512884180898236823585082482065348331234959350355845017413023320111360666922624728239756880416434478315693675013413090757208690376793296658810662941824493488451726505303712916005346747908623702673480919353936813105736620402352744776903840477883651100322409301983488363802930540482487909763484098253940728685132044408863734754271212592471778643949486688511721051561970432780747454823776808464180697103083861812184348565522740195796682622205511845512080552010310050255801589349645928001133745474220715013683413907542779063759833876101354235184245096670042160720629411581502371248008430447184842098610320580417992206662247328722122088513643683907670360209162653670641130936997002170500675501374723998766005827579300723253474890612250135171889174899079911291512399773872178519018229989376-95854368013823440657882842583443025452331242930242487147761987726110422558011-4686680804113083545397586679160821080065546485879199381747688852647715347366050212965424161937174555744193760513846346642307847130140638472952609139808173723795782526053221086355761434617536155599617210419191458376189027072679904817878066693816011140598025898072397383789686770938755733214392627560256519606782019612751442614971187082766141326350447828566936280392794535868336904106649129495104410384361533740607503671630198969036199423918291576345165357087252704652513419667814264916593692308663609444484880828275582658848410219644280386392681807294015662156631742478337288559521475021145978416293453773894656718919492851754991604772677576491945141670516547075795882110064066895094091232790923425694403957778549277737559298066593287313609538326304951141532078813054865090484037023000015284082703642755191692355209256803327490359813935710844452851781723874848604100042132491137443585471513212188234723349265998132456411592110-2933892169630547542138958250875689390585571580922156303607154486790284012553323233494265805108971964795931010395470574497238676301296314787581011229991219693145995335654458220850338486845812993707403915116025671090575258086776169173374782404394539039566343994508313765272264558191037336379933659898664458330264437962466444815926773750427979695284160167366116453671137022735994488882312868014103810663537793757839292017741278326659044606015132984999715656004614731116087257857064831544681120320852646425038880177844892965542594178124723980236377129645724842691824386651456682719633350463383391047244227267949309812935538722089462322839662301960624372285407167585382372397452632300277674165017791321993299979582951289987876584692311782506615769157209687324325849964858604061730213227103609501764255266734549513993474686768170268180950165800546004473979157498089254372572283969526401646126482203738339794685537378116723477916590-80720701423197857921972340951126118815627594890158677747354012815713362867974] PASSED
650 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_dsa_private_key_arguments[1559504234547468581304567226460768608081271214727654204333453952926900976495110618128064737339483946752503443761686131471193552271391852659365064193689392559857829758647506061444069994636978124555039707021026476921245713792495696830489695982517401374524146395314086050573598895578753486573656547264829724715932052714690465143691079775180749496661686980467990422706106336901081361713909734652492889900400432530264154517064818874355683211771247542255360770859202881042407321220147178491319099787468327066302406927144086576737903714701601736623560954178852475527302623194659586840661992322447177128426246491955961010675451618821886518435583088591308904900490715258463464226563420983440620405774333825186975312197725189750319557792096615997665422000745722876999214186078146392580518345248676324463304482507500065284168027434769274019148663298021844379894848722336864804208500694000341987792816059067898321463326409859968256077029626085376-95854368013823440657882842583443025452331242930242487147761987726110422558011-4686680804113083545397586679160821080065546485879199381747688852647715347366050212965424161937174555744193760513846346642307847130140638472952609139808173723795782526053221086355761434617536155599617210419191458376189027072679904817878066693816011140598025898072397383789686770938755733214392627560256519606782019612751442614971187082766141326350447828566936280392794535868336904106649129495104410384361533740607503671630198969036199423918291576345165357087252704652513419667814264916593692308663609444484880828275582658848410219644280386392681807294015662156631742478337288559521475021145978416293453773894656718919492851754991604772677576491945141670516547075795882110064066895094091232790923425694403957778549277737559298066593287313609538326304951141532078813054865090484037023000015284082703642755191692355209256803327490359813935710844452851781723874848604100042132491137443585471513212188234723349265998132456411592110-2933892169630547542138958250875689390585571580922156303607154486790284012553323233494265805108971964795931010395470574497238676301296314787581011229991219693145995335654458220850338486845812993707403915116025671090575258086776169173374782404394539039566343994508313765272264558191037336379933659898664458330264437962466444815926773750427979695284160167366116453671137022735994488882312868014103810663537793757839292017741278326659044606015132984999715656004614731116087257857064831544681120320852646425038880177844892965542594178124723980236377129645724842691824386651456682719633350463383391047244227267949309812935538722089462322839662301960624372285407167585382372397452632300277674165017791321993299979582951289987876584692311782506615769157209687324325849964858604061730213227103609501764255266734549513993474686768170268180950165800546004473979157498089254372572283969526401646126482203738339794685537378116723477916590-80720701423197857921972340951126118815627594890158677747354012815713362867974] PASSED
651 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_dsa_private_key_arguments[148528771625914534212822325125359964721302904090255629476356006476834409067650032157404278595796437626753307411774442579294431917728665630396941886184083792777819588420173917073152781160092900585070344141915044503087837586202702533215700245952292068589150719762668746881793013309455969049945457294705213095283-1427247692705959881058285969449495136382746624-4716760577622082344827026607896944931991018145554874915250088007431928425829998391615946017585506934376515138402805056272591230627138960960431662063773185572091480277219308547850387855998018487487090411682450854845462029354880754999163146999985242903307654849675670981552108128299794618365058618340047054809-78053418212843451757389843465019430552021935659638644545534253713498681012377983295707071854300465107156564459341770283566027307097953976933330782431735019665767496768949075378862148332730757664093133346783722369325637548909151566146900185910724093837622978424996838379890338620092409532780972001832929764903-739448014625904682656070085931879829009360575049] PASSED
652 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_dsa_private_key_arguments[29555392294711864157275386815357618537267080960988042268769156693495099199494704796915951070598564457252063963236005374978324519040156266830045003525181491358798306007186824306150297663849510518707433934467429207182178449463694000139212998665077346493506545012211151383827198540802876746901147575469495068256646031117919929434798636829182219169696824522393813957790597738733918839622212092151454935285851863864021229974481160612535913952098870154429666829370298276918167675877104217215974981914624021418853287860181856869732382796310887090281214039850070167110726468088494269344139382408436774468544267299023820844791-1809251394333065553493296640760748560207343510400633813116524750123642650624-28879440595986097268895041340401003520758838705107975699514383113429273787849059522782902647245562959965531991353195969686393836061048853774884381289946806553837650366651313551923051977088776943163135675692318299050335108066980704990339376259992728263808264449550804711861080682635129097007981883220386489563651753331797910590711194228447379785305017103676151027592988739133322008418854750420380715738598918198886065832355368487114463603798141259044854445345936350587896438838761962775816124796949868420197231670226583590116278262154938801955073173409464019716518525958957887589143806034633091678892378323951700771586-13532592008691411320833710708269517980705562793739607379982722969102062687875189133317508233928889926814978493976782406010673638126609494152025343358990731065471254004088577595592204540086332283174534987458558685824381477552727754502343214234882195132274633657074819858169768327672347035084415688868828899894977531136418649031880599403440086068767575089776413201206421523593956740166020222225026138514306327634220553138057930731186634884369525099927045702112534982595738650195060866027438726519597276592517675660195767592887358547084638925315941916015127072152227886026473292588336599544600213615372991748877185031463-29102530691960613264070176723331875228281365779995140773780409345248917145761] PASSED
653 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_dsa_private_key_arguments[5519320730249681432599424170115956030357050201283202306339209391187401305615148896039707619235778782276224375819012348685968519288227748401050770409189474950289221338707575489252557919483800448572150134191498343159237639002373213381875357415465724776287638364885072094009953455303547705753714075059920162016781265030954925172865111563664931421763299543819627291231857745792703279562544814805187433350955509918768555350719577748146733262773550471639861425535958491859790667580434510654927848290073996888660173454126310419986151004041956730952727626644462173102625536453618534787776297771654251563192054641985234281627395744029665008245392898762735662909832227695869698824323650209466097597832806641453514233256642751270810627789205771420386973686952888623615526881134520650055877554418237660952469321315653878711628226241082672111623731775473801826839917951811911985483915128679893364034131626472220019809103848166144581212503-1852673427797059126777135760139006525652319754650249024631321344126610074238976-4686680804113083545397586679160821080065546485879199381747688852647715347366050212965424161937174555744193760513846346642307847130140638472952609139808173723795782526053221086355761434617536155599617210419191458376189027072679904817878066693816011140598025898072397383789686770938755733214392627560256519606782019612751442614971187082766141326350447828566936280392794535868336904106649129495104410384361533740607503671630198969036199423918291576345165357087252704652513419667814264916593692308663609444484880828275582658848410219644280386392681807294015662156631742478337288559521475021145978416293453773894656718919492851754991604772677576491945141670516547075795882110064066895094091232790923425694403957778549277737559298066593287313609538326304951141532078813054865090484037023000015284082703642755191692355209256803327490359813935710844452851781723874848604100042132491137443585471513212188234723349265998132456411592110-2933892169630547542138958250875689390585571580922156303607154486790284012553323233494265805108971964795931010395470574497238676301296314787581011229991219693145995335654458220850338486845812993707403915116025671090575258086776169173374782404394539039566343994508313765272264558191037336379933659898664458330264437962466444815926773750427979695284160167366116453671137022735994488882312868014103810663537793757839292017741278326659044606015132984999715656004614731116087257857064831544681120320852646425038880177844892965542594178124723980236377129645724842691824386651456682719633350463383391047244227267949309812935538722089462322839662301960624372285407167585382372397452632300277674165017791321993299979582951289987876584692311782506615769157209687324325849964858604061730213227103609501764255266734549513993474686768170268180950165800546004473979157498089254372572283969526401646126482203738339794685537378116723477916590-80720701423197857921972340951126118815627594890158677747354012815713362867974] PASSED
654 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_dsa_private_key_arguments[148528771625914534212822325125359964721302904090255629476356006476834409067650032157404278595796437626753307411774442579294431917728665630396941886184083792777819588420173917073152781160092900585070344141915044503087837586202702533215700245952292068589150719762668746881793013309455969049945457294705213095283-860746831416075478702374469155404254110218035841-0-78053418212843451757389843465019430552021935659638644545534253713498681012377983295707071854300465107156564459341770283566027307097953976933330782431735019665767496768949075378862148332730757664093133346783722369325637548909151566146900185910724093837622978424996838379890338620092409532780972001832929764903-739448014625904682656070085931879829009360575049] PASSED
655 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_dsa_private_key_arguments[148528771625914534212822325125359964721302904090255629476356006476834409067650032157404278595796437626753307411774442579294431917728665630396941886184083792777819588420173917073152781160092900585070344141915044503087837586202702533215700245952292068589150719762668746881793013309455969049945457294705213095283-860746831416075478702374469155404254110218035841-1-78053418212843451757389843465019430552021935659638644545534253713498681012377983295707071854300465107156564459341770283566027307097953976933330782431735019665767496768949075378862148332730757664093133346783722369325637548909151566146900185910724093837622978424996838379890338620092409532780972001832929764903-739448014625904682656070085931879829009360575049] PASSED
656 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_dsa_private_key_arguments[148528771625914534212822325125359964721302904090255629476356006476834409067650032157404278595796437626753307411774442579294431917728665630396941886184083792777819588420173917073152781160092900585070344141915044503087837586202702533215700245952292068589150719762668746881793013309455969049945457294705213095283-860746831416075478702374469155404254110218035841-17218479456385750618067377696052635483579924745448689921733236816400740691241745619397484537236046173286370919031961587788584927290816661024991609882728717344659503471655990880884679896520055123906467064419056526231345685268240569209892573766037966584735183775739433978714578587782701380797240772477647874555986712746271362892227516205318914435913511141036261376-78053418212843451757389843465019430552021935659638644545534253713498681012377983295707071854300465107156564459341770283566027307097953976933330782431735019665767496768949075378862148332730757664093133346783722369325637548909151566146900185910724093837622978424996838379890338620092409532780972001832929764903-739448014625904682656070085931879829009360575049] PASSED
657 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_dsa_private_key_arguments[148528771625914534212822325125359964721302904090255629476356006476834409067650032157404278595796437626753307411774442579294431917728665630396941886184083792777819588420173917073152781160092900585070344141915044503087837586202702533215700245952292068589150719762668746881793013309455969049945457294705213095283-860746831416075478702374469155404254110218035841-4716760577622082344827026607896944931991018145554874915250088007431928425829998391615946017585506934376515138402805056272591230627138960960431662063773185572091480277219308547850387855998018487487090411682450854845462029354880754999163146999985242903307654849675670981552108128299794618365058618340047054809-78053418212843451757389843465019430552021935659638644545534253713498681012377983295707071854300465107156564459341770283566027307097953976933330782431735019665767496768949075378862148332730757664093133346783722369325637548909151566146900185910724093837622978424996838379890338620092409532780972001832929764903-0] PASSED
658 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_dsa_private_key_arguments[148528771625914534212822325125359964721302904090255629476356006476834409067650032157404278595796437626753307411774442579294431917728665630396941886184083792777819588420173917073152781160092900585070344141915044503087837586202702533215700245952292068589150719762668746881793013309455969049945457294705213095283-860746831416075478702374469155404254110218035841-4716760577622082344827026607896944931991018145554874915250088007431928425829998391615946017585506934376515138402805056272591230627138960960431662063773185572091480277219308547850387855998018487487090411682450854845462029354880754999163146999985242903307654849675670981552108128299794618365058618340047054809-78053418212843451757389843465019430552021935659638644545534253713498681012377983295707071854300465107156564459341770283566027307097953976933330782431735019665767496768949075378862148332730757664093133346783722369325637548909151566146900185910724093837622978424996838379890338620092409532780972001832929764903--2] PASSED
659 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_dsa_private_key_arguments[148528771625914534212822325125359964721302904090255629476356006476834409067650032157404278595796437626753307411774442579294431917728665630396941886184083792777819588420173917073152781160092900585070344141915044503087837586202702533215700245952292068589150719762668746881793013309455969049945457294705213095283-860746831416075478702374469155404254110218035841-4716760577622082344827026607896944931991018145554874915250088007431928425829998391615946017585506934376515138402805056272591230627138960960431662063773185572091480277219308547850387855998018487487090411682450854845462029354880754999163146999985242903307654849675670981552108128299794618365058618340047054809-78053418212843451757389843465019430552021935659638644545534253713498681012377983295707071854300465107156564459341770283566027307097953976933330782431735019665767496768949075378862148332730757664093133346783722369325637548909151566146900185910724093837622978424996838379890338620092409532780972001832929764903-730750818665451459101842416358141509827966271488] PASSED
660 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_dsa_private_key_arguments[148528771625914534212822325125359964721302904090255629476356006476834409067650032157404278595796437626753307411774442579294431917728665630396941886184083792777819588420173917073152781160092900585070344141915044503087837586202702533215700245952292068589150719762668746881793013309455969049945457294705213095283-860746831416075478702374469155404254110218035841-4716760577622082344827026607896944931991018145554874915250088007431928425829998391615946017585506934376515138402805056272591230627138960960431662063773185572091480277219308547850387855998018487487090411682450854845462029354880754999163146999985242903307654849675670981552108128299794618365058618340047054809-78053418212843451757389843465019430552021935659638644545534253713498681012377983295707071854300465107156564459341770283566027307097953976933330782431735019665767496768949075378862148332730757664093133346783722369325637548909151566146900185910724093837622978424996838379890338620092409532780972001832929764903-1606938044258990275541962092341162602522202993782792835301376] PASSED
661 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_dsa_private_key_arguments[148528771625914534212822325125359964721302904090255629476356006476834409067650032157404278595796437626753307411774442579294431917728665630396941886184083792777819588420173917073152781160092900585070344141915044503087837586202702533215700245952292068589150719762668746881793013309455969049945457294705213095283-860746831416075478702374469155404254110218035841-4716760577622082344827026607896944931991018145554874915250088007431928425829998391615946017585506934376515138402805056272591230627138960960431662063773185572091480277219308547850387855998018487487090411682450854845462029354880754999163146999985242903307654849675670981552108128299794618365058618340047054809-1267650600228229401496703205376-739448014625904682656070085931879829009360575049] PASSED
662 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_dsa_public_key_arguments[10715086071862673209484250490600018105614048117055336074437503883703510511249361224931983788156958581275946729175531468251871452856923140435984577574698574803934567774824230985421074605062371141877954182153046474983581941267398767559165543946077062914571196477686542167660429831652624386837205668069376-860746831416075478702374469155404254110218035841-4716760577622082344827026607896944931991018145554874915250088007431928425829998391615946017585506934376515138402805056272591230627138960960431662063773185572091480277219308547850387855998018487487090411682450854845462029354880754999163146999985242903307654849675670981552108128299794618365058618340047054809-78053418212843451757389843465019430552021935659638644545534253713498681012377983295707071854300465107156564459341770283566027307097953976933330782431735019665767496768949075378862148332730757664093133346783722369325637548909151566146900185910724093837622978424996838379890338620092409532780972001832929764903] PASSED
663 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_dsa_public_key_arguments[114813069527425452423283320117768198402231770208869520047764273682576626139237031385665948631650626991844596463898746277344711896086305533142593135616665318539129989145312280000688779148240044871428926990063486244781615463646388363947317026040466353970904996558162398808944629605623311649536164221970332681344168908984458505602379484807914058900934776500429002716706625830522008132236281291761267883317206598995396418127021779858404042159853183251540889433902091920554957783589672039160081957216630582755380425583726015528348786419432054508915275783882625175435528800822842770817965453762184851149029376-64580463367830425695563881724471017673520429069656986647748425010824583758237-28879440595986097268895041340401003520758838705107975699514383113429273787849059522782902647245562959965531991353195969686393836061048853774884381289946806553837650366651313551923051977088776943163135675692318299050335108066980704990339376259992728263808264449550804711861080682635129097007981883220386489563651753331797910590711194228447379785305017103676151027592988739133322008418854750420380715738598918198886065832355368487114463603798141259044854445345936350587896438838761962775816124796949868420197231670226583590116278262154938801955073173409464019716518525958957887589143806034633091678892378323951700771586-13532592008691411320833710708269517980705562793739607379982722969102062687875189133317508233928889926814978493976782406010673638126609494152025343358990731065471254004088577595592204540086332283174534987458558685824381477552727754502343214234882195132274633657074819858169768327672347035084415688868828899894977531136418649031880599403440086068767575089776413201206421523593956740166020222225026138514306327634220553138057930731186634884369525099927045702112534982595738650195060866027438726519597276592517675660195767592887358547084638925315941916015127072152227886026473292588336599544600213615372991748877185031463] PASSED
664 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_dsa_public_key_arguments[1230231922161117176931558813276752514640713895736833715766118029160058800614672948775360067838593459582429649254051804908512884180898236823585082482065348331234959350355845017413023320111360666922624728239756880416434478315693675013413090757208690376793296658810662941824493488451726505303712916005346747908623702673480919353936813105736620402352744776903840477883651100322409301983488363802930540482487909763484098253940728685132044408863734754271212592471778643949486688511721051561970432780747454823776808464180697103083861812184348565522740195796682622205511845512080552010310050255801589349645928001133745474220715013683413907542779063759833876101354235184245096670042160720629411581502371248008430447184842098610320580417992206662247328722122088513643683907670360209162653670641130936997002170500675501374723998766005827579300723253474890612250135171889174899079911291512399773872178519018229989376-95854368013823440657882842583443025452331242930242487147761987726110422558011-4686680804113083545397586679160821080065546485879199381747688852647715347366050212965424161937174555744193760513846346642307847130140638472952609139808173723795782526053221086355761434617536155599617210419191458376189027072679904817878066693816011140598025898072397383789686770938755733214392627560256519606782019612751442614971187082766141326350447828566936280392794535868336904106649129495104410384361533740607503671630198969036199423918291576345165357087252704652513419667814264916593692308663609444484880828275582658848410219644280386392681807294015662156631742478337288559521475021145978416293453773894656718919492851754991604772677576491945141670516547075795882110064066895094091232790923425694403957778549277737559298066593287313609538326304951141532078813054865090484037023000015284082703642755191692355209256803327490359813935710844452851781723874848604100042132491137443585471513212188234723349265998132456411592110-2933892169630547542138958250875689390585571580922156303607154486790284012553323233494265805108971964795931010395470574497238676301296314787581011229991219693145995335654458220850338486845812993707403915116025671090575258086776169173374782404394539039566343994508313765272264558191037336379933659898664458330264437962466444815926773750427979695284160167366116453671137022735994488882312868014103810663537793757839292017741278326659044606015132984999715656004614731116087257857064831544681120320852646425038880177844892965542594178124723980236377129645724842691824386651456682719633350463383391047244227267949309812935538722089462322839662301960624372285407167585382372397452632300277674165017791321993299979582951289987876584692311782506615769157209687324325849964858604061730213227103609501764255266734549513993474686768170268180950165800546004473979157498089254372572283969526401646126482203738339794685537378116723477916590] PASSED
665 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_dsa_public_key_arguments[1559504234547468581304567226460768608081271214727654204333453952926900976495110618128064737339483946752503443761686131471193552271391852659365064193689392559857829758647506061444069994636978124555039707021026476921245713792495696830489695982517401374524146395314086050573598895578753486573656547264829724715932052714690465143691079775180749496661686980467990422706106336901081361713909734652492889900400432530264154517064818874355683211771247542255360770859202881042407321220147178491319099787468327066302406927144086576737903714701601736623560954178852475527302623194659586840661992322447177128426246491955961010675451618821886518435583088591308904900490715258463464226563420983440620405774333825186975312197725189750319557792096615997665422000745722876999214186078146392580518345248676324463304482507500065284168027434769274019148663298021844379894848722336864804208500694000341987792816059067898321463326409859968256077029626085376-95854368013823440657882842583443025452331242930242487147761987726110422558011-4686680804113083545397586679160821080065546485879199381747688852647715347366050212965424161937174555744193760513846346642307847130140638472952609139808173723795782526053221086355761434617536155599617210419191458376189027072679904817878066693816011140598025898072397383789686770938755733214392627560256519606782019612751442614971187082766141326350447828566936280392794535868336904106649129495104410384361533740607503671630198969036199423918291576345165357087252704652513419667814264916593692308663609444484880828275582658848410219644280386392681807294015662156631742478337288559521475021145978416293453773894656718919492851754991604772677576491945141670516547075795882110064066895094091232790923425694403957778549277737559298066593287313609538326304951141532078813054865090484037023000015284082703642755191692355209256803327490359813935710844452851781723874848604100042132491137443585471513212188234723349265998132456411592110-2933892169630547542138958250875689390585571580922156303607154486790284012553323233494265805108971964795931010395470574497238676301296314787581011229991219693145995335654458220850338486845812993707403915116025671090575258086776169173374782404394539039566343994508313765272264558191037336379933659898664458330264437962466444815926773750427979695284160167366116453671137022735994488882312868014103810663537793757839292017741278326659044606015132984999715656004614731116087257857064831544681120320852646425038880177844892965542594178124723980236377129645724842691824386651456682719633350463383391047244227267949309812935538722089462322839662301960624372285407167585382372397452632300277674165017791321993299979582951289987876584692311782506615769157209687324325849964858604061730213227103609501764255266734549513993474686768170268180950165800546004473979157498089254372572283969526401646126482203738339794685537378116723477916590] PASSED
666 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_dsa_public_key_arguments[148528771625914534212822325125359964721302904090255629476356006476834409067650032157404278595796437626753307411774442579294431917728665630396941886184083792777819588420173917073152781160092900585070344141915044503087837586202702533215700245952292068589150719762668746881793013309455969049945457294705213095283-1427247692705959881058285969449495136382746624-4716760577622082344827026607896944931991018145554874915250088007431928425829998391615946017585506934376515138402805056272591230627138960960431662063773185572091480277219308547850387855998018487487090411682450854845462029354880754999163146999985242903307654849675670981552108128299794618365058618340047054809-78053418212843451757389843465019430552021935659638644545534253713498681012377983295707071854300465107156564459341770283566027307097953976933330782431735019665767496768949075378862148332730757664093133346783722369325637548909151566146900185910724093837622978424996838379890338620092409532780972001832929764903] PASSED
667 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_dsa_public_key_arguments[29555392294711864157275386815357618537267080960988042268769156693495099199494704796915951070598564457252063963236005374978324519040156266830045003525181491358798306007186824306150297663849510518707433934467429207182178449463694000139212998665077346493506545012211151383827198540802876746901147575469495068256646031117919929434798636829182219169696824522393813957790597738733918839622212092151454935285851863864021229974481160612535913952098870154429666829370298276918167675877104217215974981914624021418853287860181856869732382796310887090281214039850070167110726468088494269344139382408436774468544267299023820844791-1809251394333065553493296640760748560207343510400633813116524750123642650624-28879440595986097268895041340401003520758838705107975699514383113429273787849059522782902647245562959965531991353195969686393836061048853774884381289946806553837650366651313551923051977088776943163135675692318299050335108066980704990339376259992728263808264449550804711861080682635129097007981883220386489563651753331797910590711194228447379785305017103676151027592988739133322008418854750420380715738598918198886065832355368487114463603798141259044854445345936350587896438838761962775816124796949868420197231670226583590116278262154938801955073173409464019716518525958957887589143806034633091678892378323951700771586-13532592008691411320833710708269517980705562793739607379982722969102062687875189133317508233928889926814978493976782406010673638126609494152025343358990731065471254004088577595592204540086332283174534987458558685824381477552727754502343214234882195132274633657074819858169768327672347035084415688868828899894977531136418649031880599403440086068767575089776413201206421523593956740166020222225026138514306327634220553138057930731186634884369525099927045702112534982595738650195060866027438726519597276592517675660195767592887358547084638925315941916015127072152227886026473292588336599544600213615372991748877185031463] PASSED
668 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_dsa_public_key_arguments[5519320730249681432599424170115956030357050201283202306339209391187401305615148896039707619235778782276224375819012348685968519288227748401050770409189474950289221338707575489252557919483800448572150134191498343159237639002373213381875357415465724776287638364885072094009953455303547705753714075059920162016781265030954925172865111563664931421763299543819627291231857745792703279562544814805187433350955509918768555350719577748146733262773550471639861425535958491859790667580434510654927848290073996888660173454126310419986151004041956730952727626644462173102625536453618534787776297771654251563192054641985234281627395744029665008245392898762735662909832227695869698824323650209466097597832806641453514233256642751270810627789205771420386973686952888623615526881134520650055877554418237660952469321315653878711628226241082672111623731775473801826839917951811911985483915128679893364034131626472220019809103848166144581212503-1852673427797059126777135760139006525652319754650249024631321344126610074238976-4686680804113083545397586679160821080065546485879199381747688852647715347366050212965424161937174555744193760513846346642307847130140638472952609139808173723795782526053221086355761434617536155599617210419191458376189027072679904817878066693816011140598025898072397383789686770938755733214392627560256519606782019612751442614971187082766141326350447828566936280392794535868336904106649129495104410384361533740607503671630198969036199423918291576345165357087252704652513419667814264916593692308663609444484880828275582658848410219644280386392681807294015662156631742478337288559521475021145978416293453773894656718919492851754991604772677576491945141670516547075795882110064066895094091232790923425694403957778549277737559298066593287313609538326304951141532078813054865090484037023000015284082703642755191692355209256803327490359813935710844452851781723874848604100042132491137443585471513212188234723349265998132456411592110-2933892169630547542138958250875689390585571580922156303607154486790284012553323233494265805108971964795931010395470574497238676301296314787581011229991219693145995335654458220850338486845812993707403915116025671090575258086776169173374782404394539039566343994508313765272264558191037336379933659898664458330264437962466444815926773750427979695284160167366116453671137022735994488882312868014103810663537793757839292017741278326659044606015132984999715656004614731116087257857064831544681120320852646425038880177844892965542594178124723980236377129645724842691824386651456682719633350463383391047244227267949309812935538722089462322839662301960624372285407167585382372397452632300277674165017791321993299979582951289987876584692311782506615769157209687324325849964858604061730213227103609501764255266734549513993474686768170268180950165800546004473979157498089254372572283969526401646126482203738339794685537378116723477916590] PASSED
669 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_dsa_public_key_arguments[148528771625914534212822325125359964721302904090255629476356006476834409067650032157404278595796437626753307411774442579294431917728665630396941886184083792777819588420173917073152781160092900585070344141915044503087837586202702533215700245952292068589150719762668746881793013309455969049945457294705213095283-860746831416075478702374469155404254110218035841-0-78053418212843451757389843465019430552021935659638644545534253713498681012377983295707071854300465107156564459341770283566027307097953976933330782431735019665767496768949075378862148332730757664093133346783722369325637548909151566146900185910724093837622978424996838379890338620092409532780972001832929764903] PASSED
670 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_dsa_public_key_arguments[148528771625914534212822325125359964721302904090255629476356006476834409067650032157404278595796437626753307411774442579294431917728665630396941886184083792777819588420173917073152781160092900585070344141915044503087837586202702533215700245952292068589150719762668746881793013309455969049945457294705213095283-860746831416075478702374469155404254110218035841-1-78053418212843451757389843465019430552021935659638644545534253713498681012377983295707071854300465107156564459341770283566027307097953976933330782431735019665767496768949075378862148332730757664093133346783722369325637548909151566146900185910724093837622978424996838379890338620092409532780972001832929764903] PASSED
671 tests/hazmat/primitives/test_dsa.py::TestDSA::test_invalid_dsa_public_key_arguments[148528771625914534212822325125359964721302904090255629476356006476834409067650032157404278595796437626753307411774442579294431917728665630396941886184083792777819588420173917073152781160092900585070344141915044503087837586202702533215700245952292068589150719762668746881793013309455969049945457294705213095283-860746831416075478702374469155404254110218035841-17218479456385750618067377696052635483579924745448689921733236816400740691241745619397484537236046173286370919031961587788584927290816661024991609882728717344659503471655990880884679896520055123906467064419056526231345685268240569209892573766037966584735183775739433978714578587782701380797240772477647874555986712746271362892227516205318914435913511141036261376-78053418212843451757389843465019430552021935659638644545534253713498681012377983295707071854300465107156564459341770283566027307097953976933330782431735019665767496768949075378862148332730757664093133346783722369325637548909151566146900185910724093837622978424996838379890338620092409532780972001832929764903] PASSED
672 tests/hazmat/primitives/test_dsa.py::TestDSA::test_large_p PASSED
673 tests/hazmat/primitives/test_dsa.py::TestDSA::test_public_key_equality PASSED
674 tests/hazmat/primitives/test_dsa.py::TestDSA::test_public_key_copy PASSED
675 tests/hazmat/primitives/test_dsa.py::TestDSAVerification::test_dsa_verification PASSED
676 tests/hazmat/primitives/test_dsa.py::TestDSAVerification::test_dsa_verify_invalid_asn1 PASSED
677 tests/hazmat/primitives/test_dsa.py::TestDSAVerification::test_verify PASSED
678 tests/hazmat/primitives/test_dsa.py::TestDSAVerification::test_prehashed_verify PASSED
679 tests/hazmat/primitives/test_dsa.py::TestDSAVerification::test_prehashed_digest_mismatch PASSED
680 tests/hazmat/primitives/test_dsa.py::TestDSASignature::test_dsa_signing PASSED
681 tests/hazmat/primitives/test_dsa.py::TestDSASignature::test_sign PASSED
682 tests/hazmat/primitives/test_dsa.py::TestDSASignature::test_sign_verify_buffer PASSED
683 tests/hazmat/primitives/test_dsa.py::TestDSASignature::test_prehashed_sign PASSED
684 tests/hazmat/primitives/test_dsa.py::TestDSASignature::test_prehashed_digest_mismatch PASSED
685 tests/hazmat/primitives/test_dsa.py::TestDSASignature::test_nilpotent PASSED
686 tests/hazmat/primitives/test_dsa.py::TestDSANumbers::test_dsa_parameter_numbers PASSED
687 tests/hazmat/primitives/test_dsa.py::TestDSANumbers::test_dsa_parameter_numbers_invalid_types PASSED
688 tests/hazmat/primitives/test_dsa.py::TestDSANumbers::test_dsa_public_numbers PASSED
689 tests/hazmat/primitives/test_dsa.py::TestDSANumbers::test_dsa_public_numbers_invalid_types PASSED
690 tests/hazmat/primitives/test_dsa.py::TestDSANumbers::test_dsa_private_numbers PASSED
691 tests/hazmat/primitives/test_dsa.py::TestDSANumbers::test_dsa_private_numbers_invalid_types PASSED
692 tests/hazmat/primitives/test_dsa.py::TestDSANumbers::test_repr PASSED
693 tests/hazmat/primitives/test_dsa.py::TestDSANumberEquality::test_parameter_numbers_eq PASSED
694 tests/hazmat/primitives/test_dsa.py::TestDSANumberEquality::test_parameter_numbers_ne PASSED
695 tests/hazmat/primitives/test_dsa.py::TestDSANumberEquality::test_public_numbers_eq PASSED
696 tests/hazmat/primitives/test_dsa.py::TestDSANumberEquality::test_public_numbers_ne PASSED
697 tests/hazmat/primitives/test_dsa.py::TestDSANumberEquality::test_private_numbers_eq PASSED
698 tests/hazmat/primitives/test_dsa.py::TestDSANumberEquality::test_private_numbers_ne PASSED
699 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_encrypted_pem[PrivateFormat.TraditionalOpenSSL-s] PASSED
700 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_encrypted_pem[PrivateFormat.TraditionalOpenSSL-longerpassword] PASSED
701 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_encrypted_pem[PrivateFormat.TraditionalOpenSSL-!*$&(@#$*&($T@%_somesymbols] PASSED
702 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_encrypted_pem[PrivateFormat.TraditionalOpenSSL-\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01] PASSED
703 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_encrypted_pem[PrivateFormat.PKCS8-s] PASSED
704 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_encrypted_pem[PrivateFormat.PKCS8-longerpassword] PASSED
705 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_encrypted_pem[PrivateFormat.PKCS8-!*$&(@#$*&($T@%_somesymbols] PASSED
706 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_encrypted_pem[PrivateFormat.PKCS8-\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01] PASSED
707 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_rejects_invalid[Encoding.Raw-PrivateFormat.PKCS8] PASSED
708 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_rejects_invalid[Encoding.DER-PrivateFormat.Raw] PASSED
709 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_rejects_invalid[Encoding.Raw-PrivateFormat.Raw] PASSED
710 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_rejects_invalid[Encoding.X962-PrivateFormat.PKCS8] PASSED
711 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_rejects_invalid[Encoding.SMIME-PrivateFormat.TraditionalOpenSSL] PASSED
712 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_encrypted_der[PrivateFormat.PKCS8-s] PASSED
713 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_encrypted_der[PrivateFormat.PKCS8-longerpassword] PASSED
714 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_encrypted_der[PrivateFormat.PKCS8-!*$&(@#$*&($T@%_somesymbol] PASSED
715 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_encrypted_der[PrivateFormat.PKCS8-\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01] PASSED
716 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_unencrypted[Encoding.PEM-PrivateFormat.TraditionalOpenSSL-load_pem_private_key] PASSED
717 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_unencrypted[Encoding.DER-PrivateFormat.TraditionalOpenSSL-load_der_private_key] PASSED
718 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_unencrypted[Encoding.PEM-PrivateFormat.PKCS8-load_pem_private_key] PASSED
719 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_unencrypted[Encoding.DER-PrivateFormat.PKCS8-load_der_private_key] PASSED
720 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_traditional_openssl_unencrypted[asymmetric/Traditional_OpenSSL_Serialization/dsa.1024.pem-Encoding.PEM-load_pem_private_key] PASSED
721 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_traditional_openssl_unencrypted[asymmetric/DER_Serialization/dsa.1024.der-Encoding.DER-load_der_private_key] PASSED
722 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_traditional_der_encrypted_invalid PASSED
723 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_invalid_encoding PASSED
724 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_invalid_format PASSED
725 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_invalid_encryption_algorithm PASSED
726 tests/hazmat/primitives/test_dsa.py::TestDSASerialization::test_private_bytes_unsupported_encryption_type PASSED
727 tests/hazmat/primitives/test_dsa.py::TestDSAPEMPublicKeySerialization::test_public_bytes_match[asymmetric/PKCS8/unenc-dsa-pkcs8.pub.pem-load_pem_public_key-Encoding.PEM] PASSED
728 tests/hazmat/primitives/test_dsa.py::TestDSAPEMPublicKeySerialization::test_public_bytes_match[asymmetric/DER_Serialization/unenc-dsa-pkcs8.pub.der-load_der_public_key-Encoding.DER] PASSED
729 tests/hazmat/primitives/test_dsa.py::TestDSAPEMPublicKeySerialization::test_public_bytes_openssh PASSED
730 tests/hazmat/primitives/test_dsa.py::TestDSAPEMPublicKeySerialization::test_public_bytes_invalid_encoding PASSED
731 tests/hazmat/primitives/test_dsa.py::TestDSAPEMPublicKeySerialization::test_public_bytes_invalid_format PASSED
732 tests/hazmat/primitives/test_dsa.py::TestDSAPEMPublicKeySerialization::test_public_bytes_pkcs1_unsupported PASSED
733 tests/hazmat/primitives/test_dsa.py::TestDSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.Raw-PublicFormat.SubjectPublicKeyInfo] PASSED
734 tests/hazmat/primitives/test_dsa.py::TestDSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.Raw-PublicFormat.PKCS1] PASSED
735 tests/hazmat/primitives/test_dsa.py::TestDSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.Raw-PublicFormat.Raw] PASSED
736 tests/hazmat/primitives/test_dsa.py::TestDSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.Raw-PublicFormat.UncompressedPoint] PASSED
737 tests/hazmat/primitives/test_dsa.py::TestDSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.Raw-PublicFormat.CompressedPoint] PASSED
738 tests/hazmat/primitives/test_dsa.py::TestDSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.X962-PublicFormat.Raw] PASSED
739 tests/hazmat/primitives/test_dsa.py::TestDSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.X962-PublicFormat.UncompressedPoint] PASSED
740 tests/hazmat/primitives/test_dsa.py::TestDSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.X962-PublicFormat.CompressedPoint] PASSED
741 tests/hazmat/primitives/test_dsa.py::TestDSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.PEM-PublicFormat.Raw] PASSED
742 tests/hazmat/primitives/test_dsa.py::TestDSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.PEM-PublicFormat.UncompressedPoint] PASSED
743 tests/hazmat/primitives/test_dsa.py::TestDSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.PEM-PublicFormat.CompressedPoint] PASSED
744 tests/hazmat/primitives/test_dsa.py::TestDSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.DER-PublicFormat.Raw] PASSED
745 tests/hazmat/primitives/test_dsa.py::TestDSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.DER-PublicFormat.UncompressedPoint] PASSED
746 tests/hazmat/primitives/test_dsa.py::TestDSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.DER-PublicFormat.CompressedPoint] PASSED
747 tests/hazmat/primitives/test_ec.py::test_get_curve_for_oid PASSED
748 tests/hazmat/primitives/test_ec.py::test_skip_curve_unsupported PASSED
749 tests/hazmat/primitives/test_ec.py::test_skip_exchange_algorithm_unsupported PASSED
750 tests/hazmat/primitives/test_ec.py::test_skip_ecdsa_vector PASSED
751 tests/hazmat/primitives/test_ec.py::test_derive_private_key_success PASSED
752 tests/hazmat/primitives/test_ec.py::test_derive_private_key_errors PASSED
753 tests/hazmat/primitives/test_ec.py::test_derive_point_at_infinity PASSED
754 tests/hazmat/primitives/test_ec.py::test_derive_point_invalid_key PASSED
755 tests/hazmat/primitives/test_ec.py::test_ec_numbers PASSED
756 tests/hazmat/primitives/test_ec.py::test_invalid_ec_numbers_args[None-2-3-curve0] PASSED
757 tests/hazmat/primitives/test_ec.py::test_invalid_ec_numbers_args[1-None-3-curve1] PASSED
758 tests/hazmat/primitives/test_ec.py::test_invalid_ec_numbers_args[1-2-None-curve2] PASSED
759 tests/hazmat/primitives/test_ec.py::test_invalid_ec_numbers_args[1-2-3-None] PASSED
760 tests/hazmat/primitives/test_ec.py::test_invalid_private_numbers_public_numbers PASSED
761 tests/hazmat/primitives/test_ec.py::test_ec_public_numbers_repr PASSED
762 tests/hazmat/primitives/test_ec.py::test_ec_public_numbers_hash PASSED
763 tests/hazmat/primitives/test_ec.py::test_ec_private_numbers_hash PASSED
764 tests/hazmat/primitives/test_ec.py::test_ec_key_key_size PASSED
765 tests/hazmat/primitives/test_ec.py::test_deprecated_generate_private_key_with_curve_class PASSED
766 tests/hazmat/primitives/test_ec.py::TestECWithNumbers::test_with_numbers PASSED
767 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_signing_with_example_keys PASSED
768 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_generate_vector_curves[curve0] PASSED
769 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_generate_vector_curves[curve1] PASSED
770 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_generate_vector_curves[curve2] PASSED
771 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_generate_vector_curves[curve3] PASSED
772 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_generate_vector_curves[curve4] PASSED
773 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_generate_vector_curves[curve5] PASSED
774 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_generate_vector_curves[curve6] PASSED
775 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_generate_vector_curves[curve7] PASSED
776 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_generate_vector_curves[curve8] PASSED
777 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_generate_vector_curves[curve9] PASSED
778 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_generate_vector_curves[curve10] PASSED
779 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_generate_vector_curves[curve11] PASSED
780 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_generate_vector_curves[curve12] PASSED
781 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_generate_vector_curves[curve13] PASSED
782 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_generate_vector_curves[curve14] PASSED
783 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_generate_vector_curves[curve15] PASSED
784 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_generate_vector_curves[curve16] PASSED
785 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_generate_vector_curves[curve17] PASSED
786 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_generate_vector_curves[curve18] PASSED
787 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_generate_vector_curves[curve19] PASSED
788 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_generate_vector_curves[curve20] PASSED
789 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_generate_unknown_curve PASSED
790 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_unknown_signature_algoritm PASSED
791 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_load_invalid_ec_key_from_numbers PASSED
792 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_load_invalid_public_ec_key_from_numbers PASSED
793 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_load_invalid_ec_key_from_pem PASSED
794 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_signatures PASSED
795 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_signature_failures PASSED
796 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_unsupported_deterministic_nonce SKIPPED
797 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_deterministic_nonce PASSED
798 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_sign PASSED
799 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_sign_verify_buffers PASSED
800 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_sign_prehashed PASSED
801 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_sign_prehashed_digest_mismatch PASSED
802 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_verify PASSED
803 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_verify_prehashed PASSED
804 tests/hazmat/primitives/test_ec.py::TestECDSAVectors::test_verify_prehashed_digest_mismatch PASSED
805 tests/hazmat/primitives/test_ec.py::TestECEquality::test_public_numbers_eq PASSED
806 tests/hazmat/primitives/test_ec.py::TestECEquality::test_public_numbers_ne PASSED
807 tests/hazmat/primitives/test_ec.py::TestECEquality::test_private_numbers_eq PASSED
808 tests/hazmat/primitives/test_ec.py::TestECEquality::test_private_numbers_ne PASSED
809 tests/hazmat/primitives/test_ec.py::TestECEquality::test_public_key_equality PASSED
810 tests/hazmat/primitives/test_ec.py::TestECEquality::test_public_key_copy PASSED
811 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_encrypted_pem[PrivateFormat.TraditionalOpenSSL-s] PASSED
812 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_encrypted_pem[PrivateFormat.TraditionalOpenSSL-longerpassword] PASSED
813 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_encrypted_pem[PrivateFormat.TraditionalOpenSSL-!*$&(@#$*&($T@%_somesymbols] PASSED
814 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_encrypted_pem[PrivateFormat.TraditionalOpenSSL-\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01] PASSED
815 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_encrypted_pem[PrivateFormat.PKCS8-s] PASSED
816 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_encrypted_pem[PrivateFormat.PKCS8-longerpassword] PASSED
817 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_encrypted_pem[PrivateFormat.PKCS8-!*$&(@#$*&($T@%_somesymbols] PASSED
818 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_encrypted_pem[PrivateFormat.PKCS8-\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01] PASSED
819 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_traditional_serialization_fips SKIPPED
820 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_rejects_invalid[Encoding.Raw-PrivateFormat.PKCS8] PASSED
821 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_rejects_invalid[Encoding.DER-PrivateFormat.Raw] PASSED
822 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_rejects_invalid[Encoding.Raw-PrivateFormat.Raw] PASSED
823 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_rejects_invalid[Encoding.X962-PrivateFormat.PKCS8] PASSED
824 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_encrypted_der[PrivateFormat.PKCS8-s] PASSED
825 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_encrypted_der[PrivateFormat.PKCS8-longerpassword] PASSED
826 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_encrypted_der[PrivateFormat.PKCS8-!*$&(@#$*&($T@%_somesymbol] PASSED
827 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_encrypted_der[PrivateFormat.PKCS8-\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01] PASSED
828 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_unencrypted[Encoding.PEM-PrivateFormat.TraditionalOpenSSL-load_pem_private_key] PASSED
829 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_unencrypted[Encoding.DER-PrivateFormat.TraditionalOpenSSL-load_der_private_key] PASSED
830 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_unencrypted[Encoding.PEM-PrivateFormat.PKCS8-load_pem_private_key] PASSED
831 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_unencrypted[Encoding.DER-PrivateFormat.PKCS8-load_der_private_key] PASSED
832 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_traditional_openssl_unencrypted[asymmetric/PEM_Serialization/ec_private_key.pem-Encoding.PEM-load_pem_private_key] PASSED
833 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_traditional_openssl_unencrypted[asymmetric/DER_Serialization/ec_private_key.der-Encoding.DER-load_der_private_key] PASSED
834 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_traditional_der_encrypted_invalid PASSED
835 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_invalid_encoding PASSED
836 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_invalid_format PASSED
837 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_invalid_encryption_algorithm PASSED
838 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_private_bytes_unsupported_encryption_type PASSED
839 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_public_bytes_from_derived_public_key PASSED
840 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_load_private_key_explicit_parameters PASSED
841 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_load_private_key_unsupported_curve PASSED
842 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_load_public_keys[sect163k1-spki.pem-SECT163K1] PASSED
843 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_load_public_keys[sect163r2-spki.pem-SECT163R2] PASSED
844 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_load_public_keys[sect233k1-spki.pem-SECT233K1] PASSED
845 tests/hazmat/primitives/test_ec.py::TestECSerialization::test_load_public_keys[sect233r1-spki.pem-SECT233R1] PASSED
846 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_public_bytes_match[asymmetric/PEM_Serialization/ec_public_key.pem-load_pem_public_key-Encoding.PEM] PASSED
847 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_public_bytes_match[asymmetric/DER_Serialization/ec_public_key.der-load_der_public_key-Encoding.DER] PASSED
848 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_public_bytes_openssh PASSED
849 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_public_bytes_invalid_encoding PASSED
850 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.Raw-PublicFormat.Raw] PASSED
851 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.X962-PublicFormat.Raw] PASSED
852 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.PEM-PublicFormat.Raw] PASSED
853 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.DER-PublicFormat.Raw] PASSED
854 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.Raw-PublicFormat.SubjectPublicKeyInfo] PASSED
855 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.Raw-PublicFormat.PKCS1] PASSED
856 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.Raw-PublicFormat.UncompressedPoint] PASSED
857 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.Raw-PublicFormat.CompressedPoint] PASSED
858 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_public_bytes_invalid_format PASSED
859 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_public_bytes_pkcs1_unsupported PASSED
860 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_from_encoded_point_compressed[vector0] PASSED
861 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_from_encoded_point_compressed[vector1] PASSED
862 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_from_encoded_point_compressed[vector2] PASSED
863 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_from_encoded_point_compressed[vector3] PASSED
864 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_from_encoded_point_notoncurve PASSED
865 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_from_encoded_point_uncompressed PASSED
866 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_from_encoded_point_invalid_length PASSED
867 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_from_encoded_point_empty_byte_string PASSED
868 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_from_encoded_point_not_a_curve PASSED
869 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_from_encoded_point_unsupported_encoding PASSED
870 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_serialize_point[vector0] PASSED
871 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_serialize_point[vector1] PASSED
872 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_serialize_point[vector2] PASSED
873 tests/hazmat/primitives/test_ec.py::TestEllipticCurvePEMPublicKeySerialization::test_serialize_point[vector3] PASSED
874 tests/hazmat/primitives/test_ec.py::TestECDH::test_key_exchange_with_vectors PASSED
875 tests/hazmat/primitives/test_ec.py::TestECDH::test_brainpool_kex[vector0] PASSED
876 tests/hazmat/primitives/test_ec.py::TestECDH::test_brainpool_kex[vector1] PASSED
877 tests/hazmat/primitives/test_ec.py::TestECDH::test_brainpool_kex[vector2] PASSED
878 tests/hazmat/primitives/test_ec.py::TestECDH::test_exchange_unsupported_algorithm PASSED
879 tests/hazmat/primitives/test_ec.py::TestECDH::test_exchange_non_matching_curve PASSED
880 tests/hazmat/primitives/test_ed25519.py::test_ed25519_unsupported SKIPPED
881 tests/hazmat/primitives/test_ed25519.py::TestEd25519Signing::test_sign_verify_input PASSED
882 tests/hazmat/primitives/test_ed25519.py::TestEd25519Signing::test_pub_priv_bytes_raw PASSED
883 tests/hazmat/primitives/test_ed25519.py::TestEd25519Signing::test_invalid_signature PASSED
884 tests/hazmat/primitives/test_ed25519.py::TestEd25519Signing::test_sign_verify_buffer PASSED
885 tests/hazmat/primitives/test_ed25519.py::TestEd25519Signing::test_generate PASSED
886 tests/hazmat/primitives/test_ed25519.py::TestEd25519Signing::test_load_public_bytes PASSED
887 tests/hazmat/primitives/test_ed25519.py::TestEd25519Signing::test_invalid_type_public_bytes PASSED
888 tests/hazmat/primitives/test_ed25519.py::TestEd25519Signing::test_invalid_type_private_bytes PASSED
889 tests/hazmat/primitives/test_ed25519.py::TestEd25519Signing::test_invalid_length_from_public_bytes PASSED
890 tests/hazmat/primitives/test_ed25519.py::TestEd25519Signing::test_invalid_length_from_private_bytes PASSED
891 tests/hazmat/primitives/test_ed25519.py::TestEd25519Signing::test_invalid_private_bytes PASSED
892 tests/hazmat/primitives/test_ed25519.py::TestEd25519Signing::test_invalid_public_bytes PASSED
893 tests/hazmat/primitives/test_ed25519.py::TestEd25519Signing::test_round_trip_private_serialization[Encoding.PEM-PrivateFormat.PKCS8-encryption0-password-load_pem_private_key] PASSED
894 tests/hazmat/primitives/test_ed25519.py::TestEd25519Signing::test_round_trip_private_serialization[Encoding.DER-PrivateFormat.PKCS8-encryption1-password-load_der_private_key] PASSED
895 tests/hazmat/primitives/test_ed25519.py::TestEd25519Signing::test_round_trip_private_serialization[Encoding.PEM-PrivateFormat.PKCS8-encryption2-None-load_pem_private_key] PASSED
896 tests/hazmat/primitives/test_ed25519.py::TestEd25519Signing::test_round_trip_private_serialization[Encoding.DER-PrivateFormat.PKCS8-encryption3-None-load_der_private_key] PASSED
897 tests/hazmat/primitives/test_ed25519.py::TestEd25519Signing::test_round_trip_private_serialization[Encoding.DER-PrivateFormat.PKCS8-encryption4-\x00-load_der_private_key] PASSED
898 tests/hazmat/primitives/test_ed25519.py::TestEd25519Signing::test_buffer_protocol PASSED
899 tests/hazmat/primitives/test_ed25519.py::test_public_key_equality PASSED
900 tests/hazmat/primitives/test_ed25519.py::test_public_key_copy PASSED
901 tests/hazmat/primitives/test_ed448.py::test_ed448_unsupported SKIPPED
902 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_sign_input[vector0] PASSED
903 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_sign_input[vector1] PASSED
904 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_sign_input[vector2] SKIPPED
905 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_sign_input[vector3] PASSED
906 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_sign_input[vector4] PASSED
907 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_sign_input[vector5] PASSED
908 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_sign_input[vector6] PASSED
909 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_sign_input[vector7] PASSED
910 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_sign_input[vector8] PASSED
911 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_invalid_signature PASSED
912 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_sign_verify_buffer PASSED
913 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_generate PASSED
914 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_pub_priv_bytes_raw[vector0] PASSED
915 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_pub_priv_bytes_raw[vector1] PASSED
916 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_pub_priv_bytes_raw[vector2] PASSED
917 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_pub_priv_bytes_raw[vector3] PASSED
918 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_pub_priv_bytes_raw[vector4] PASSED
919 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_pub_priv_bytes_raw[vector5] PASSED
920 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_pub_priv_bytes_raw[vector6] PASSED
921 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_pub_priv_bytes_raw[vector7] PASSED
922 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_pub_priv_bytes_raw[vector8] PASSED
923 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_round_trip_private_serialization[Encoding.PEM-PrivateFormat.PKCS8-encryption0-password-load_pem_private_key] PASSED
924 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_round_trip_private_serialization[Encoding.DER-PrivateFormat.PKCS8-encryption1-password-load_der_private_key] PASSED
925 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_round_trip_private_serialization[Encoding.PEM-PrivateFormat.PKCS8-encryption2-None-load_pem_private_key] PASSED
926 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_round_trip_private_serialization[Encoding.DER-PrivateFormat.PKCS8-encryption3-None-load_der_private_key] PASSED
927 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_invalid_type_public_bytes PASSED
928 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_invalid_type_private_bytes PASSED
929 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_invalid_length_from_public_bytes PASSED
930 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_invalid_length_from_private_bytes PASSED
931 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_invalid_private_bytes PASSED
932 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_invalid_public_bytes PASSED
933 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_buffer_protocol PASSED
934 tests/hazmat/primitives/test_ed448.py::TestEd448Signing::test_malleability PASSED
935 tests/hazmat/primitives/test_ed448.py::test_public_key_equality PASSED
936 tests/hazmat/primitives/test_ed448.py::test_public_key_copy PASSED
937 tests/hazmat/primitives/test_hash_vectors.py::TestSHA1::test_sha1 PASSED
938 tests/hazmat/primitives/test_hash_vectors.py::TestSHA224::test_sha224 PASSED
939 tests/hazmat/primitives/test_hash_vectors.py::TestSHA256::test_sha256 PASSED
940 tests/hazmat/primitives/test_hash_vectors.py::TestSHA384::test_sha384 PASSED
941 tests/hazmat/primitives/test_hash_vectors.py::TestSHA512::test_sha512 PASSED
942 tests/hazmat/primitives/test_hash_vectors.py::TestSHA512224::test_sha512_224 PASSED
943 tests/hazmat/primitives/test_hash_vectors.py::TestSHA512256::test_sha512_256 PASSED
944 tests/hazmat/primitives/test_hash_vectors.py::TestMD5::test_md5 PASSED
945 tests/hazmat/primitives/test_hash_vectors.py::TestBLAKE2b::test_b2b PASSED
946 tests/hazmat/primitives/test_hash_vectors.py::TestBLAKE2s256::test_b2s PASSED
947 tests/hazmat/primitives/test_hash_vectors.py::TestSHA3224::test_sha3_224 PASSED
948 tests/hazmat/primitives/test_hash_vectors.py::TestSHA3256::test_sha3_256 PASSED
949 tests/hazmat/primitives/test_hash_vectors.py::TestSHA3384::test_sha3_384 PASSED
950 tests/hazmat/primitives/test_hash_vectors.py::TestSHA3512::test_sha3_512 PASSED
951 tests/hazmat/primitives/test_hash_vectors.py::TestSHAKE128::test_shake128 PASSED
952 tests/hazmat/primitives/test_hash_vectors.py::TestSHAKE128::test_shake128_variable PASSED
953 tests/hazmat/primitives/test_hash_vectors.py::TestSHAKE256::test_shake256 PASSED
954 tests/hazmat/primitives/test_hash_vectors.py::TestSHAKE256::test_shake256_variable PASSED
955 tests/hazmat/primitives/test_hash_vectors.py::TestSM3::test_sm3 PASSED
956 tests/hazmat/primitives/test_hashes.py::TestHashContext::test_hash_reject_unicode PASSED
957 tests/hazmat/primitives/test_hashes.py::TestHashContext::test_hash_algorithm_instance PASSED
958 tests/hazmat/primitives/test_hashes.py::TestHashContext::test_raises_after_finalize PASSED
959 tests/hazmat/primitives/test_hashes.py::TestHashContext::test_unsupported_hash PASSED
960 tests/hazmat/primitives/test_hashes.py::TestSHA1::test_sha1 PASSED
961 tests/hazmat/primitives/test_hashes.py::TestSHA224::test_sha224 PASSED
962 tests/hazmat/primitives/test_hashes.py::TestSHA256::test_sha256 PASSED
963 tests/hazmat/primitives/test_hashes.py::TestSHA384::test_sha384 PASSED
964 tests/hazmat/primitives/test_hashes.py::TestSHA512::test_sha512 PASSED
965 tests/hazmat/primitives/test_hashes.py::TestMD5::test_md5 PASSED
966 tests/hazmat/primitives/test_hashes.py::TestBLAKE2b::test_blake2b PASSED
967 tests/hazmat/primitives/test_hashes.py::TestBLAKE2b::test_invalid_digest_size PASSED
968 tests/hazmat/primitives/test_hashes.py::TestBLAKE2s::test_blake2s PASSED
969 tests/hazmat/primitives/test_hashes.py::TestBLAKE2s::test_invalid_digest_size PASSED
970 tests/hazmat/primitives/test_hashes.py::test_buffer_protocol_hash PASSED
971 tests/hazmat/primitives/test_hashes.py::TestSHAKE::test_invalid_digest_type[SHAKE128] PASSED
972 tests/hazmat/primitives/test_hashes.py::TestSHAKE::test_invalid_digest_type[SHAKE256] PASSED
973 tests/hazmat/primitives/test_hashes.py::TestSHAKE::test_invalid_digest_size[SHAKE128] PASSED
974 tests/hazmat/primitives/test_hashes.py::TestSHAKE::test_invalid_digest_size[SHAKE256] PASSED
975 tests/hazmat/primitives/test_hashes.py::TestSM3::test_sm3 PASSED
976 tests/hazmat/primitives/test_hkdf.py::TestHKDF::test_length_limit PASSED
977 tests/hazmat/primitives/test_hkdf.py::TestHKDF::test_already_finalized PASSED
978 tests/hazmat/primitives/test_hkdf.py::TestHKDF::test_verify PASSED
979 tests/hazmat/primitives/test_hkdf.py::TestHKDF::test_verify_invalid PASSED
980 tests/hazmat/primitives/test_hkdf.py::TestHKDF::test_unicode_typeerror PASSED
981 tests/hazmat/primitives/test_hkdf.py::TestHKDF::test_derive_short_output PASSED
982 tests/hazmat/primitives/test_hkdf.py::TestHKDF::test_derive_long_output PASSED
983 tests/hazmat/primitives/test_hkdf.py::TestHKDF::test_buffer_protocol PASSED
984 tests/hazmat/primitives/test_hkdf.py::TestHKDFExpand::test_derive PASSED
985 tests/hazmat/primitives/test_hkdf.py::TestHKDFExpand::test_buffer_protocol PASSED
986 tests/hazmat/primitives/test_hkdf.py::TestHKDFExpand::test_verify PASSED
987 tests/hazmat/primitives/test_hkdf.py::TestHKDFExpand::test_invalid_verify PASSED
988 tests/hazmat/primitives/test_hkdf.py::TestHKDFExpand::test_already_finalized PASSED
989 tests/hazmat/primitives/test_hkdf.py::TestHKDFExpand::test_unicode_error PASSED
990 tests/hazmat/primitives/test_hkdf_vectors.py::TestHKDFSHA1::test_hkdfsha1 PASSED
991 tests/hazmat/primitives/test_hkdf_vectors.py::TestHKDFSHA256::test_hkdfsha256 PASSED
992 tests/hazmat/primitives/test_hmac.py::TestHMACCopy::test_copy PASSED
993 tests/hazmat/primitives/test_hmac.py::TestHMAC::test_hmac_reject_unicode PASSED
994 tests/hazmat/primitives/test_hmac.py::TestHMAC::test_hmac_algorithm_instance PASSED
995 tests/hazmat/primitives/test_hmac.py::TestHMAC::test_raises_after_finalize PASSED
996 tests/hazmat/primitives/test_hmac.py::TestHMAC::test_verify PASSED
997 tests/hazmat/primitives/test_hmac.py::TestHMAC::test_invalid_verify PASSED
998 tests/hazmat/primitives/test_hmac.py::TestHMAC::test_verify_reject_unicode PASSED
999 tests/hazmat/primitives/test_hmac.py::TestHMAC::test_unsupported_hash PASSED
1000 tests/hazmat/primitives/test_hmac.py::TestHMAC::test_buffer_protocol PASSED
1001 tests/hazmat/primitives/test_hmac.py::TestHMAC::test_algorithm PASSED
1002 tests/hazmat/primitives/test_hmac_vectors.py::TestHMACMD5::test_hmac_md5 PASSED
1003 tests/hazmat/primitives/test_hmac_vectors.py::TestHMACSHA1::test_hmac_sha1 PASSED
1004 tests/hazmat/primitives/test_hmac_vectors.py::TestHMACSHA224::test_hmac_sha224 PASSED
1005 tests/hazmat/primitives/test_hmac_vectors.py::TestHMACSHA256::test_hmac_sha256 PASSED
1006 tests/hazmat/primitives/test_hmac_vectors.py::TestHMACSHA384::test_hmac_sha384 PASSED
1007 tests/hazmat/primitives/test_hmac_vectors.py::TestHMACSHA512::test_hmac_sha512 PASSED
1008 tests/hazmat/primitives/test_hmac_vectors.py::TestHMACBLAKE2::test_blake2b PASSED
1009 tests/hazmat/primitives/test_hmac_vectors.py::TestHMACBLAKE2::test_blake2s PASSED
1010 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFHMAC::test_invalid_key PASSED
1011 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFHMAC::test_already_finalized PASSED
1012 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFHMAC::test_key_length PASSED
1013 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFHMAC::test_rlen PASSED
1014 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFHMAC::test_r_type PASSED
1015 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFHMAC::test_zero_llen PASSED
1016 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFHMAC::test_l_type PASSED
1017 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFHMAC::test_l PASSED
1018 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFHMAC::test_unsupported_mode PASSED
1019 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFHMAC::test_unsupported_location PASSED
1020 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFHMAC::test_unsupported_parameters PASSED
1021 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFHMAC::test_missing_break_location PASSED
1022 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFHMAC::test_keyword_only_break_location PASSED
1023 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFHMAC::test_invalid_break_location PASSED
1024 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFHMAC::test_ignored_break_location_before PASSED
1025 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFHMAC::test_ignored_break_location_after PASSED
1026 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFHMAC::test_unsupported_hash PASSED
1027 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFHMAC::test_unsupported_algorithm PASSED
1028 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFHMAC::test_unicode_error_label PASSED
1029 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFHMAC::test_unicode_error_context PASSED
1030 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFHMAC::test_unicode_error_key_material PASSED
1031 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFHMAC::test_buffer_protocol PASSED
1032 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFCMAC::test_invalid_key PASSED
1033 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFCMAC::test_already_finalized PASSED
1034 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFCMAC::test_key_length PASSED
1035 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFCMAC::test_rlen PASSED
1036 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFCMAC::test_r_type PASSED
1037 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFCMAC::test_zero_llen PASSED
1038 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFCMAC::test_l_type PASSED
1039 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFCMAC::test_l PASSED
1040 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFCMAC::test_unsupported_mode PASSED
1041 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFCMAC::test_unsupported_location PASSED
1042 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFCMAC::test_unsupported_parameters PASSED
1043 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFCMAC::test_missing_break_location PASSED
1044 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFCMAC::test_keyword_only_break_location PASSED
1045 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFCMAC::test_invalid_break_location PASSED
1046 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFCMAC::test_ignored_break_location_before PASSED
1047 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFCMAC::test_ignored_break_location_after PASSED
1048 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFCMAC::test_unsupported_algorithm PASSED
1049 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFCMAC::test_unicode_error_label PASSED
1050 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFCMAC::test_unicode_error_context PASSED
1051 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFCMAC::test_unsupported_cipher PASSED
1052 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFCMAC::test_unicode_error_key_material PASSED
1053 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFCMAC::test_wrong_key_material_length PASSED
1054 tests/hazmat/primitives/test_kbkdf.py::TestKBKDFCMAC::test_buffer_protocol PASSED
1055 tests/hazmat/primitives/test_kbkdf_vectors.py::TestCounterKDFCounterMode::test_kbkdfctr PASSED
1056 tests/hazmat/primitives/test_keywrap.py::TestAESKeyWrap::test_wrap PASSED
1057 tests/hazmat/primitives/test_keywrap.py::TestAESKeyWrap::test_unwrap PASSED
1058 tests/hazmat/primitives/test_keywrap.py::TestAESKeyWrap::test_wrap_invalid_key_length PASSED
1059 tests/hazmat/primitives/test_keywrap.py::TestAESKeyWrap::test_unwrap_invalid_key_length PASSED
1060 tests/hazmat/primitives/test_keywrap.py::TestAESKeyWrap::test_wrap_invalid_key_to_wrap_length PASSED
1061 tests/hazmat/primitives/test_keywrap.py::TestAESKeyWrap::test_unwrap_invalid_wrapped_key_length PASSED
1062 tests/hazmat/primitives/test_keywrap.py::TestAESKeyWrapWithPadding::test_wrap PASSED
1063 tests/hazmat/primitives/test_keywrap.py::TestAESKeyWrapWithPadding::test_wrap_additional_vectors PASSED
1064 tests/hazmat/primitives/test_keywrap.py::TestAESKeyWrapWithPadding::test_unwrap PASSED
1065 tests/hazmat/primitives/test_keywrap.py::TestAESKeyWrapWithPadding::test_unwrap_additional_vectors PASSED
1066 tests/hazmat/primitives/test_keywrap.py::TestAESKeyWrapWithPadding::test_unwrap_invalid_wrapped_key_length PASSED
1067 tests/hazmat/primitives/test_keywrap.py::TestAESKeyWrapWithPadding::test_wrap_invalid_key_length PASSED
1068 tests/hazmat/primitives/test_keywrap.py::TestAESKeyWrapWithPadding::test_unwrap_invalid_key_length PASSED
1069 tests/hazmat/primitives/test_padding.py::TestPKCS7::test_invalid_block_size[127] PASSED
1070 tests/hazmat/primitives/test_padding.py::TestPKCS7::test_invalid_block_size[4096] PASSED
1071 tests/hazmat/primitives/test_padding.py::TestPKCS7::test_invalid_block_size[-2] PASSED
1072 tests/hazmat/primitives/test_padding.py::TestPKCS7::test_invalid_padding[128-1111] PASSED
1073 tests/hazmat/primitives/test_padding.py::TestPKCS7::test_invalid_padding[128-1111111111111111] PASSED
1074 tests/hazmat/primitives/test_padding.py::TestPKCS7::test_invalid_padding[128-111111111111111\x06] PASSED
1075 tests/hazmat/primitives/test_padding.py::TestPKCS7::test_invalid_padding[128-] PASSED
1076 tests/hazmat/primitives/test_padding.py::TestPKCS7::test_invalid_padding[128-\x06\x06\x06\x06\x06\x06] PASSED
1077 tests/hazmat/primitives/test_padding.py::TestPKCS7::test_invalid_padding[128-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00] PASSED
1078 tests/hazmat/primitives/test_padding.py::TestPKCS7::test_non_bytes PASSED
1079 tests/hazmat/primitives/test_padding.py::TestPKCS7::test_zany_py2_bytes_subclass PASSED
1080 tests/hazmat/primitives/test_padding.py::TestPKCS7::test_pad[128-1111111111-1111111111\x06\x06\x06\x06\x06\x06] PASSED
1081 tests/hazmat/primitives/test_padding.py::TestPKCS7::test_pad[128-111111111111111122222222222222-111111111111111122222222222222\x02\x02] PASSED
1082 tests/hazmat/primitives/test_padding.py::TestPKCS7::test_pad[128-1111111111111111-1111111111111111\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10] PASSED
1083 tests/hazmat/primitives/test_padding.py::TestPKCS7::test_pad[128-11111111111111111-11111111111111111\x0f\x0f\x0f\x0f\x0f\x0f\x0f\x0f\x0f\x0f\x0f\x0f\x0f\x0f\x0f] PASSED
1084 tests/hazmat/primitives/test_padding.py::TestPKCS7::test_unpad[128-1111111111-1111111111\x06\x06\x06\x06\x06\x06] PASSED
1085 tests/hazmat/primitives/test_padding.py::TestPKCS7::test_unpad[128-111111111111111122222222222222-111111111111111122222222222222\x02\x02] PASSED
1086 tests/hazmat/primitives/test_padding.py::TestPKCS7::test_unpad[128-1111111111111111-1111111111111111\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10] PASSED
1087 tests/hazmat/primitives/test_padding.py::TestPKCS7::test_unpad[128-11111111111111111-11111111111111111\x0f\x0f\x0f\x0f\x0f\x0f\x0f\x0f\x0f\x0f\x0f\x0f\x0f\x0f\x0f] PASSED
1088 tests/hazmat/primitives/test_padding.py::TestPKCS7::test_use_after_finalize PASSED
1089 tests/hazmat/primitives/test_padding.py::TestPKCS7::test_large_padding PASSED
1090 tests/hazmat/primitives/test_padding.py::TestPKCS7::test_bytearray PASSED
1091 tests/hazmat/primitives/test_padding.py::TestANSIX923::test_invalid_block_size[127] PASSED
1092 tests/hazmat/primitives/test_padding.py::TestANSIX923::test_invalid_block_size[4096] PASSED
1093 tests/hazmat/primitives/test_padding.py::TestANSIX923::test_invalid_block_size[-2] PASSED
1094 tests/hazmat/primitives/test_padding.py::TestANSIX923::test_invalid_padding[128-1111] PASSED
1095 tests/hazmat/primitives/test_padding.py::TestANSIX923::test_invalid_padding[128-1111111111111111] PASSED
1096 tests/hazmat/primitives/test_padding.py::TestANSIX923::test_invalid_padding[128-111111111111111\x06] PASSED
1097 tests/hazmat/primitives/test_padding.py::TestANSIX923::test_invalid_padding[128-1111111111\x06\x06\x06\x06\x06\x06] PASSED
1098 tests/hazmat/primitives/test_padding.py::TestANSIX923::test_invalid_padding[128-] PASSED
1099 tests/hazmat/primitives/test_padding.py::TestANSIX923::test_invalid_padding[128-\x06\x06\x06\x06\x06\x06] PASSED
1100 tests/hazmat/primitives/test_padding.py::TestANSIX923::test_invalid_padding[128-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00] PASSED
1101 tests/hazmat/primitives/test_padding.py::TestANSIX923::test_non_bytes PASSED
1102 tests/hazmat/primitives/test_padding.py::TestANSIX923::test_zany_py2_bytes_subclass PASSED
1103 tests/hazmat/primitives/test_padding.py::TestANSIX923::test_pad[128-1111111111-1111111111\x00\x00\x00\x00\x00\x06] PASSED
1104 tests/hazmat/primitives/test_padding.py::TestANSIX923::test_pad[128-111111111111111122222222222222-111111111111111122222222222222\x00\x02] PASSED
1105 tests/hazmat/primitives/test_padding.py::TestANSIX923::test_pad[128-1111111111111111-1111111111111111\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10] PASSED
1106 tests/hazmat/primitives/test_padding.py::TestANSIX923::test_pad[128-11111111111111111-11111111111111111\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0f] PASSED
1107 tests/hazmat/primitives/test_padding.py::TestANSIX923::test_unpad[128-1111111111-1111111111\x00\x00\x00\x00\x00\x06] PASSED
1108 tests/hazmat/primitives/test_padding.py::TestANSIX923::test_unpad[128-111111111111111122222222222222-111111111111111122222222222222\x00\x02] PASSED
1109 tests/hazmat/primitives/test_padding.py::TestANSIX923::test_use_after_finalize PASSED
1110 tests/hazmat/primitives/test_padding.py::TestANSIX923::test_bytearray PASSED
1111 tests/hazmat/primitives/test_pbkdf2hmac.py::TestPBKDF2HMAC::test_already_finalized PASSED
1112 tests/hazmat/primitives/test_pbkdf2hmac.py::TestPBKDF2HMAC::test_unsupported_algorithm PASSED
1113 tests/hazmat/primitives/test_pbkdf2hmac.py::TestPBKDF2HMAC::test_invalid_key PASSED
1114 tests/hazmat/primitives/test_pbkdf2hmac.py::TestPBKDF2HMAC::test_unicode_error_with_salt PASSED
1115 tests/hazmat/primitives/test_pbkdf2hmac.py::TestPBKDF2HMAC::test_unicode_error_with_key_material PASSED
1116 tests/hazmat/primitives/test_pbkdf2hmac.py::TestPBKDF2HMAC::test_buffer_protocol PASSED
1117 tests/hazmat/primitives/test_pbkdf2hmac_vectors.py::test_pbkdf2_hmacsha1_vectors PASSED
1118 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_pkcs12_ec_keys[cert-key-aes256cbc.p12-cryptography] PASSED
1119 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_pkcs12_ec_keys[cert-none-key-none.p12-cryptography] PASSED
1120 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_pkcs12_ec_keys_rc2[cert-rc2-key-3des.p12-cryptography] PASSED
1121 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_pkcs12_ec_keys_rc2[no-password.p12-None] PASSED
1122 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_key_and_cert_cert_only PASSED
1123 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_key_and_certificates_key_only PASSED
1124 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_pkcs12_key_only PASSED
1125 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_non_bytes PASSED
1126 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_not_a_pkcs12 PASSED
1127 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_invalid_password PASSED
1128 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_buffer_protocol PASSED
1129 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_object[None-None-None-no-name-no-pwd.p12-None] PASSED
1130 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_object[name-name2-name3-name-all-no-pwd.p12-None] PASSED
1131 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_object[name-None-None-name-1-no-pwd.p12-None] PASSED
1132 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_object[None-name2-name3-name-2-3-no-pwd.p12-None] PASSED
1133 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_object[None-name2-None-name-2-no-pwd.p12-None] PASSED
1134 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_object[None-None-name3-name-3-no-pwd.p12-None] PASSED
1135 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_object[\xe2\x98\xba-\xc3\xa4-\xc3\xa7-name-unicode-no-pwd.p12-None] PASSED
1136 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_object[None-None-None-no-name-pwd.p12-password] PASSED
1137 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_object[name-name2-name3-name-all-pwd.p12-password] PASSED
1138 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_object[name-None-None-name-1-pwd.p12-password] PASSED
1139 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_object[None-name2-name3-name-2-3-pwd.p12-password] PASSED
1140 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_object[None-name2-None-name-2-pwd.p12-password] PASSED
1141 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_object[None-None-name3-name-3-pwd.p12-password] PASSED
1142 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_object[\xe2\x98\xba-\xc3\xa4-\xc3\xa7-name-unicode-pwd.p12-password] PASSED
1143 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_object_no_cert_key[None-None-no-cert-no-name-no-pwd.p12-None] PASSED
1144 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_object_no_cert_key[name2-name3-no-cert-name-all-no-pwd.p12-None] PASSED
1145 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_object_no_cert_key[name2-None-no-cert-name-2-no-pwd.p12-None] PASSED
1146 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_object_no_cert_key[None-name3-no-cert-name-3-no-pwd.p12-None] PASSED
1147 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_object_no_cert_key[\xe2\x98\xb9-\xc3\xaf-no-cert-name-unicode-no-pwd.p12-None] PASSED
1148 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_object_no_cert_key[None-None-no-cert-no-name-pwd.p12-password] PASSED
1149 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_object_no_cert_key[name2-name3-no-cert-name-all-pwd.p12-password] PASSED
1150 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_object_no_cert_key[name2-None-no-cert-name-2-pwd.p12-password] PASSED
1151 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_object_no_cert_key[None-name3-no-cert-name-3-pwd.p12-password] PASSED
1152 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Loading::test_load_object_no_cert_key[\xe2\x98\xb9-\xc3\xaf-no-cert-name-unicode-pwd.p12-password] PASSED
1153 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-None-generate-Ed448PrivateKey-kparam0] PASSED
1154 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-None-generate-Ed25519PrivateKey-kparam1] PASSED
1155 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-None-generate_private_key-RSAPrivateKey-kparam2] PASSED
1156 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-None-generate_private_key-DSAPrivateKey-kparam3] PASSED
1157 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-None-generate_private_key-EllipticCurvePrivateKey-kparam4] PASSED
1158 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-None-generate_private_key-EllipticCurvePrivateKey-kparam5] PASSED
1159 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-None-generate_private_key-EllipticCurvePrivateKey-kparam6] PASSED
1160 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-None-generate_private_key-EllipticCurvePrivateKey-kparam7] PASSED
1161 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-None-generate_private_key-EllipticCurvePrivateKey-kparam8] PASSED
1162 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-None-generate_private_key-EllipticCurvePrivateKey-kparam9] PASSED
1163 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-None-generate_private_key-EllipticCurvePrivateKey-kparam10] PASSED
1164 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-None-generate_private_key-EllipticCurvePrivateKey-kparam11] PASSED
1165 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-None-generate_private_key-EllipticCurvePrivateKey-kparam12] PASSED
1166 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-None-generate_private_key-EllipticCurvePrivateKey-kparam13] PASSED
1167 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-None-generate_private_key-EllipticCurvePrivateKey-kparam14] PASSED
1168 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-None-generate_private_key-EllipticCurvePrivateKey-kparam15] PASSED
1169 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-None-generate_private_key-EllipticCurvePrivateKey-kparam16] PASSED
1170 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-None-generate_private_key-EllipticCurvePrivateKey-kparam17] PASSED
1171 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-None-generate_private_key-EllipticCurvePrivateKey-kparam18] PASSED
1172 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-None-generate_private_key-EllipticCurvePrivateKey-kparam19] PASSED
1173 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-None-generate_private_key-EllipticCurvePrivateKey-kparam20] PASSED
1174 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-None-generate_private_key-EllipticCurvePrivateKey-kparam21] PASSED
1175 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-None-generate_private_key-EllipticCurvePrivateKey-kparam22] PASSED
1176 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-None-generate_private_key-EllipticCurvePrivateKey-kparam23] PASSED
1177 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-None-generate_private_key-EllipticCurvePrivateKey-kparam24] PASSED
1178 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-name-generate-Ed448PrivateKey-kparam0] PASSED
1179 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-name-generate-Ed25519PrivateKey-kparam1] PASSED
1180 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-name-generate_private_key-RSAPrivateKey-kparam2] PASSED
1181 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-name-generate_private_key-DSAPrivateKey-kparam3] PASSED
1182 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-name-generate_private_key-EllipticCurvePrivateKey-kparam4] PASSED
1183 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-name-generate_private_key-EllipticCurvePrivateKey-kparam5] PASSED
1184 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-name-generate_private_key-EllipticCurvePrivateKey-kparam6] PASSED
1185 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-name-generate_private_key-EllipticCurvePrivateKey-kparam7] PASSED
1186 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-name-generate_private_key-EllipticCurvePrivateKey-kparam8] PASSED
1187 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-name-generate_private_key-EllipticCurvePrivateKey-kparam9] PASSED
1188 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-name-generate_private_key-EllipticCurvePrivateKey-kparam10] PASSED
1189 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-name-generate_private_key-EllipticCurvePrivateKey-kparam11] PASSED
1190 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-name-generate_private_key-EllipticCurvePrivateKey-kparam12] PASSED
1191 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-name-generate_private_key-EllipticCurvePrivateKey-kparam13] PASSED
1192 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-name-generate_private_key-EllipticCurvePrivateKey-kparam14] PASSED
1193 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-name-generate_private_key-EllipticCurvePrivateKey-kparam15] PASSED
1194 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-name-generate_private_key-EllipticCurvePrivateKey-kparam16] PASSED
1195 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-name-generate_private_key-EllipticCurvePrivateKey-kparam17] PASSED
1196 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-name-generate_private_key-EllipticCurvePrivateKey-kparam18] PASSED
1197 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-name-generate_private_key-EllipticCurvePrivateKey-kparam19] PASSED
1198 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-name-generate_private_key-EllipticCurvePrivateKey-kparam20] PASSED
1199 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-name-generate_private_key-EllipticCurvePrivateKey-kparam21] PASSED
1200 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-name-generate_private_key-EllipticCurvePrivateKey-kparam22] PASSED
1201 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-name-generate_private_key-EllipticCurvePrivateKey-kparam23] PASSED
1202 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm0-password-name-generate_private_key-EllipticCurvePrivateKey-kparam24] PASSED
1203 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-None-generate-Ed448PrivateKey-kparam0] PASSED
1204 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-None-generate-Ed25519PrivateKey-kparam1] PASSED
1205 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-None-generate_private_key-RSAPrivateKey-kparam2] PASSED
1206 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-None-generate_private_key-DSAPrivateKey-kparam3] PASSED
1207 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-None-generate_private_key-EllipticCurvePrivateKey-kparam4] PASSED
1208 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-None-generate_private_key-EllipticCurvePrivateKey-kparam5] PASSED
1209 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-None-generate_private_key-EllipticCurvePrivateKey-kparam6] PASSED
1210 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-None-generate_private_key-EllipticCurvePrivateKey-kparam7] PASSED
1211 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-None-generate_private_key-EllipticCurvePrivateKey-kparam8] PASSED
1212 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-None-generate_private_key-EllipticCurvePrivateKey-kparam9] PASSED
1213 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-None-generate_private_key-EllipticCurvePrivateKey-kparam10] PASSED
1214 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-None-generate_private_key-EllipticCurvePrivateKey-kparam11] PASSED
1215 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-None-generate_private_key-EllipticCurvePrivateKey-kparam12] PASSED
1216 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-None-generate_private_key-EllipticCurvePrivateKey-kparam13] PASSED
1217 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-None-generate_private_key-EllipticCurvePrivateKey-kparam14] PASSED
1218 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-None-generate_private_key-EllipticCurvePrivateKey-kparam15] PASSED
1219 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-None-generate_private_key-EllipticCurvePrivateKey-kparam16] PASSED
1220 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-None-generate_private_key-EllipticCurvePrivateKey-kparam17] PASSED
1221 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-None-generate_private_key-EllipticCurvePrivateKey-kparam18] PASSED
1222 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-None-generate_private_key-EllipticCurvePrivateKey-kparam19] PASSED
1223 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-None-generate_private_key-EllipticCurvePrivateKey-kparam20] PASSED
1224 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-None-generate_private_key-EllipticCurvePrivateKey-kparam21] PASSED
1225 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-None-generate_private_key-EllipticCurvePrivateKey-kparam22] PASSED
1226 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-None-generate_private_key-EllipticCurvePrivateKey-kparam23] PASSED
1227 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-None-generate_private_key-EllipticCurvePrivateKey-kparam24] PASSED
1228 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-name-generate-Ed448PrivateKey-kparam0] PASSED
1229 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-name-generate-Ed25519PrivateKey-kparam1] PASSED
1230 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-name-generate_private_key-RSAPrivateKey-kparam2] PASSED
1231 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-name-generate_private_key-DSAPrivateKey-kparam3] PASSED
1232 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-name-generate_private_key-EllipticCurvePrivateKey-kparam4] PASSED
1233 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-name-generate_private_key-EllipticCurvePrivateKey-kparam5] PASSED
1234 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-name-generate_private_key-EllipticCurvePrivateKey-kparam6] PASSED
1235 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-name-generate_private_key-EllipticCurvePrivateKey-kparam7] PASSED
1236 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-name-generate_private_key-EllipticCurvePrivateKey-kparam8] PASSED
1237 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-name-generate_private_key-EllipticCurvePrivateKey-kparam9] PASSED
1238 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-name-generate_private_key-EllipticCurvePrivateKey-kparam10] PASSED
1239 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-name-generate_private_key-EllipticCurvePrivateKey-kparam11] PASSED
1240 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-name-generate_private_key-EllipticCurvePrivateKey-kparam12] PASSED
1241 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-name-generate_private_key-EllipticCurvePrivateKey-kparam13] PASSED
1242 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-name-generate_private_key-EllipticCurvePrivateKey-kparam14] PASSED
1243 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-name-generate_private_key-EllipticCurvePrivateKey-kparam15] PASSED
1244 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-name-generate_private_key-EllipticCurvePrivateKey-kparam16] PASSED
1245 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-name-generate_private_key-EllipticCurvePrivateKey-kparam17] PASSED
1246 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-name-generate_private_key-EllipticCurvePrivateKey-kparam18] PASSED
1247 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-name-generate_private_key-EllipticCurvePrivateKey-kparam19] PASSED
1248 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-name-generate_private_key-EllipticCurvePrivateKey-kparam20] PASSED
1249 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-name-generate_private_key-EllipticCurvePrivateKey-kparam21] PASSED
1250 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-name-generate_private_key-EllipticCurvePrivateKey-kparam22] PASSED
1251 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-name-generate_private_key-EllipticCurvePrivateKey-kparam23] PASSED
1252 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_each_supported_keytype[algorithm1-None-name-generate_private_key-EllipticCurvePrivateKey-kparam24] PASSED
1253 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_with_cert_key_ca PASSED
1254 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_cas_friendly_names PASSED
1255 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_cas_friendly_names_no_key[encryption_algorithm0-password] PASSED
1256 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_cas_friendly_names_no_key[encryption_algorithm1-not a password] PASSED
1257 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_cas_friendly_names_no_key[encryption_algorithm2-None] PASSED
1258 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_wrong_types PASSED
1259 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_no_cert PASSED
1260 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_cas_only[encryption_algorithm0-password] PASSED
1261 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_cas_only[encryption_algorithm1-None] PASSED
1262 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_cert_only[encryption_algorithm0-password] PASSED
1263 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_cert_only[encryption_algorithm1-None] PASSED
1264 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_cert_only_none_cas PASSED
1265 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_invalid_utf8_friendly_name PASSED
1266 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_must_supply_something PASSED
1267 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_unsupported_encryption_type PASSED
1268 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[420-\x02\x02\x01\xa4-mac_alg0-\x06\x05+\x0e\x03\x02\x1a-PBES.PBESv2SHA256AndAES256CBC-enc_alg_der0] PASSED
1269 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[420-\x02\x02\x01\xa4-mac_alg0-\x06\x05+\x0e\x03\x02\x1a-PBES.PBESv1SHA1And3KeyTripleDESCBC-enc_alg_der1] PASSED
1270 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[420-\x02\x02\x01\xa4-mac_alg0-\x06\x05+\x0e\x03\x02\x1a-None-enc_alg_der2] PASSED
1271 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[420-\x02\x02\x01\xa4-mac_alg1-\x06\t`\x86H\x01e\x03\x04\x02\x01-PBES.PBESv2SHA256AndAES256CBC-enc_alg_der0] PASSED
1272 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[420-\x02\x02\x01\xa4-mac_alg1-\x06\t`\x86H\x01e\x03\x04\x02\x01-PBES.PBESv1SHA1And3KeyTripleDESCBC-enc_alg_der1] PASSED
1273 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[420-\x02\x02\x01\xa4-mac_alg1-\x06\t`\x86H\x01e\x03\x04\x02\x01-None-enc_alg_der2] PASSED
1274 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[420-\x02\x02\x01\xa4-None-None-PBES.PBESv2SHA256AndAES256CBC-enc_alg_der0] PASSED
1275 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[420-\x02\x02\x01\xa4-None-None-PBES.PBESv1SHA1And3KeyTripleDESCBC-enc_alg_der1] PASSED
1276 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[420-\x02\x02\x01\xa4-None-None-None-enc_alg_der2] PASSED
1277 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[22222-\x02\x02V\xce-mac_alg0-\x06\x05+\x0e\x03\x02\x1a-PBES.PBESv2SHA256AndAES256CBC-enc_alg_der0] PASSED
1278 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[22222-\x02\x02V\xce-mac_alg0-\x06\x05+\x0e\x03\x02\x1a-PBES.PBESv1SHA1And3KeyTripleDESCBC-enc_alg_der1] PASSED
1279 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[22222-\x02\x02V\xce-mac_alg0-\x06\x05+\x0e\x03\x02\x1a-None-enc_alg_der2] PASSED
1280 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[22222-\x02\x02V\xce-mac_alg1-\x06\t`\x86H\x01e\x03\x04\x02\x01-PBES.PBESv2SHA256AndAES256CBC-enc_alg_der0] PASSED
1281 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[22222-\x02\x02V\xce-mac_alg1-\x06\t`\x86H\x01e\x03\x04\x02\x01-PBES.PBESv1SHA1And3KeyTripleDESCBC-enc_alg_der1] PASSED
1282 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[22222-\x02\x02V\xce-mac_alg1-\x06\t`\x86H\x01e\x03\x04\x02\x01-None-enc_alg_der2] PASSED
1283 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[22222-\x02\x02V\xce-None-None-PBES.PBESv2SHA256AndAES256CBC-enc_alg_der0] PASSED
1284 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[22222-\x02\x02V\xce-None-None-PBES.PBESv1SHA1And3KeyTripleDESCBC-enc_alg_der1] PASSED
1285 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[22222-\x02\x02V\xce-None-None-None-enc_alg_der2] PASSED
1286 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[None-None-mac_alg0-\x06\x05+\x0e\x03\x02\x1a-PBES.PBESv2SHA256AndAES256CBC-enc_alg_der0] PASSED
1287 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[None-None-mac_alg0-\x06\x05+\x0e\x03\x02\x1a-PBES.PBESv1SHA1And3KeyTripleDESCBC-enc_alg_der1] PASSED
1288 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[None-None-mac_alg0-\x06\x05+\x0e\x03\x02\x1a-None-enc_alg_der2] PASSED
1289 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[None-None-mac_alg1-\x06\t`\x86H\x01e\x03\x04\x02\x01-PBES.PBESv2SHA256AndAES256CBC-enc_alg_der0] PASSED
1290 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[None-None-mac_alg1-\x06\t`\x86H\x01e\x03\x04\x02\x01-PBES.PBESv1SHA1And3KeyTripleDESCBC-enc_alg_der1] PASSED
1291 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[None-None-mac_alg1-\x06\t`\x86H\x01e\x03\x04\x02\x01-None-enc_alg_der2] PASSED
1292 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[None-None-None-None-PBES.PBESv2SHA256AndAES256CBC-enc_alg_der0] PASSED
1293 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[None-None-None-None-PBES.PBESv1SHA1And3KeyTripleDESCBC-enc_alg_der1] PASSED
1294 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_key_serialization_encryption[None-None-None-None-None-enc_alg_der2] PASSED
1295 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_set_mac_key_certificate_mismatch PASSED
1296 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_localkeyid[encryption_algorithm0] PASSED
1297 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Creation::test_generate_localkeyid[encryption_algorithm1] PASSED
1298 tests/hazmat/primitives/test_pkcs12.py::test_pkcs12_ordering PASSED
1299 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Objects::test_certificate_constructor PASSED
1300 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Objects::test_certificate_equality PASSED
1301 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Objects::test_certificate_hash PASSED
1302 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Objects::test_certificate_repr PASSED
1303 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Objects::test_key_and_certificates_constructor PASSED
1304 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Objects::test_key_and_certificates_equality PASSED
1305 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Objects::test_key_and_certificates_hash PASSED
1306 tests/hazmat/primitives/test_pkcs12.py::TestPKCS12Objects::test_key_and_certificates_repr PASSED
1307 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Loading::test_load_invalid_der_pkcs7 PASSED
1308 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Loading::test_load_invalid_pem_pkcs7 PASSED
1309 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Loading::test_not_bytes_der PASSED
1310 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Loading::test_not_bytes_pem PASSED
1311 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Loading::test_load_pkcs7_pem PASSED
1312 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Loading::test_load_pkcs7_der[pkcs7/amazon-roots.der] PASSED
1313 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Loading::test_load_pkcs7_der[pkcs7/amazon-roots.p7b] PASSED
1314 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Loading::test_load_pkcs7_unsupported_type PASSED
1315 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Loading::test_load_pkcs7_empty_certificates PASSED
1316 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_invalid_data PASSED
1317 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_set_data_twice PASSED
1318 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_sign_no_signer PASSED
1319 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_sign_no_data PASSED
1320 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_unsupported_hash_alg PASSED
1321 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_not_a_cert PASSED
1322 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_unsupported_key_type PASSED
1323 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_sign_invalid_options PASSED
1324 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_sign_invalid_encoding PASSED
1325 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_sign_invalid_options_text_no_detached PASSED
1326 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_sign_invalid_options_text_der_encoding PASSED
1327 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_sign_invalid_options_no_attrs_and_no_caps PASSED
1328 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_smime_sign_detached PASSED
1329 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_sign_byteslike PASSED
1330 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_sign_pem PASSED
1331 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_sign_alternate_digests_der[hash_alg0-\x06\t`\x86H\x01e\x03\x04\x02\x01] PASSED
1332 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_sign_alternate_digests_der[hash_alg1-\x06\t`\x86H\x01e\x03\x04\x02\x02] PASSED
1333 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_sign_alternate_digests_der[hash_alg2-\x06\t`\x86H\x01e\x03\x04\x02\x03] PASSED
1334 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_sign_alternate_digests_detached[hash_alg0-sha-256] PASSED
1335 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_sign_alternate_digests_detached[hash_alg1-sha-384] PASSED
1336 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_sign_alternate_digests_detached[hash_alg2-sha-512] PASSED
1337 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_sign_attached PASSED
1338 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_sign_binary PASSED
1339 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_sign_smime_canonicalization PASSED
1340 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_sign_text PASSED
1341 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_smime_capabilities PASSED
1342 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_sign_no_capabilities PASSED
1343 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_sign_no_attributes PASSED
1344 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_sign_no_certs PASSED
1345 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_rsa_pkcs_padding_options[pad0] PASSED
1346 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_rsa_pkcs_padding_options[None] PASSED
1347 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_rsa_pkcs_padding_options[pad2] PASSED
1348 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_not_rsa_key_with_padding PASSED
1349 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_rsa_invalid_padding PASSED
1350 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_multiple_signers PASSED
1351 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_multiple_signers_different_hash_algs PASSED
1352 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_add_additional_cert_not_a_cert PASSED
1353 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_add_additional_cert PASSED
1354 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SignatureBuilder::test_add_multiple_additional_certs PASSED
1355 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7EnvelopeBuilder::test_invalid_data PASSED
1356 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7EnvelopeBuilder::test_set_data_twice PASSED
1357 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7EnvelopeBuilder::test_encrypt_no_recipient PASSED
1358 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7EnvelopeBuilder::test_encrypt_no_data PASSED
1359 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7EnvelopeBuilder::test_unsupported_encryption PASSED
1360 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7EnvelopeBuilder::test_not_a_cert PASSED
1361 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7EnvelopeBuilder::test_encrypt_invalid_options PASSED
1362 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7EnvelopeBuilder::test_encrypt_invalid_encoding PASSED
1363 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7EnvelopeBuilder::test_encrypt_invalid_encryption_options[invalid_options0] PASSED
1364 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7EnvelopeBuilder::test_encrypt_invalid_encryption_options[invalid_options1] PASSED
1365 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7EnvelopeBuilder::test_encrypt_invalid_encryption_options[invalid_options2] PASSED
1366 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7EnvelopeBuilder::test_encrypt_invalid_encryption_options[invalid_options3] PASSED
1367 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7EnvelopeBuilder::test_encrypt_invalid_encryption_options[invalid_options4] PASSED
1368 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7EnvelopeBuilder::test_smime_encrypt_smime_encoding[options0] PASSED
1369 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7EnvelopeBuilder::test_smime_encrypt_smime_encoding[options1] PASSED
1370 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7EnvelopeBuilder::test_smime_encrypt_der_encoding[options0] PASSED
1371 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7EnvelopeBuilder::test_smime_encrypt_der_encoding[options1] PASSED
1372 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7EnvelopeBuilder::test_smime_encrypt_pem_encoding[options0] PASSED
1373 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7EnvelopeBuilder::test_smime_encrypt_pem_encoding[options1] PASSED
1374 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7EnvelopeBuilder::test_smime_encrypt_multiple_recipients PASSED
1375 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Decrypt::test_unsupported_certificate_encryption PASSED
1376 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Decrypt::test_not_a_cert PASSED
1377 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Decrypt::test_not_a_pkey PASSED
1378 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Decrypt::test_pkcs7_decrypt_invalid_options[invalid_options0] PASSED
1379 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Decrypt::test_pkcs7_decrypt_invalid_options[invalid_options1] PASSED
1380 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Decrypt::test_pkcs7_decrypt_invalid_options[invalid_options2] PASSED
1381 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Decrypt::test_pkcs7_decrypt_der[options0] PASSED
1382 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Decrypt::test_pkcs7_decrypt_der[options1] PASSED
1383 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Decrypt::test_pkcs7_decrypt_der_text_handmade_header[content-type: text/plain] PASSED
1384 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Decrypt::test_pkcs7_decrypt_der_text_handmade_header[CONTENT-TYPE: text/plain] PASSED
1385 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Decrypt::test_pkcs7_decrypt_der_text_handmade_header[MIME-Version: 1.0\r\nContent-Type: text/plain; charset='UTF-8'\r\nContent-Transfer-Encoding: 7bit\r\nFrom: sender@example.com\r\nTo: recipient@example.com\r\nSubject: Test Email] PASSED
1386 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Decrypt::test_pkcs7_decrypt_pem[options0] PASSED
1387 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Decrypt::test_pkcs7_decrypt_pem[options1] PASSED
1388 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Decrypt::test_pkcs7_decrypt_pem_with_wrong_tag PASSED
1389 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Decrypt::test_pkcs7_decrypt_smime[options0] PASSED
1390 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Decrypt::test_pkcs7_decrypt_smime[options1] PASSED
1391 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Decrypt::test_pkcs7_decrypt_no_encrypted_content PASSED
1392 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Decrypt::test_pkcs7_decrypt_text_no_header PASSED
1393 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Decrypt::test_pkcs7_decrypt_text_html_content_type PASSED
1394 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Decrypt::test_smime_decrypt_no_recipient_match PASSED
1395 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Decrypt::test_smime_decrypt_unsupported_key_encryption_algorithm PASSED
1396 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Decrypt::test_smime_decrypt_unsupported_content_encryption_algorithm PASSED
1397 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Decrypt::test_smime_decrypt_not_enveloped PASSED
1398 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Decrypt::test_smime_decrypt_smime_not_encrypted PASSED
1399 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SerializeCerts::test_roundtrip[Encoding.PEM-load_pem_pkcs7_certificates] PASSED
1400 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SerializeCerts::test_roundtrip[Encoding.DER-load_der_pkcs7_certificates] PASSED
1401 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SerializeCerts::test_ordering PASSED
1402 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SerializeCerts::test_pem_matches_vector PASSED
1403 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SerializeCerts::test_der_matches_vector PASSED
1404 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7SerializeCerts::test_invalid_types PASSED
1405 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Unsupported::test_pkcs7_functions_unsupported SKIPPED
1406 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7EnvelopeBuilderUnsupported::test_envelope_builder_unsupported SKIPPED
1407 tests/hazmat/primitives/test_pkcs7.py::TestPKCS7DecryptUnsupported::test_pkcs7_decrypt_unsupported SKIPPED
1408 tests/hazmat/primitives/test_poly1305.py::test_poly1305_unsupported SKIPPED
1409 tests/hazmat/primitives/test_poly1305.py::TestPoly1305::test_vectors[vector0] PASSED
1410 tests/hazmat/primitives/test_poly1305.py::TestPoly1305::test_vectors[vector1] PASSED
1411 tests/hazmat/primitives/test_poly1305.py::TestPoly1305::test_vectors[vector2] PASSED
1412 tests/hazmat/primitives/test_poly1305.py::TestPoly1305::test_vectors[vector3] PASSED
1413 tests/hazmat/primitives/test_poly1305.py::TestPoly1305::test_vectors[vector4] PASSED
1414 tests/hazmat/primitives/test_poly1305.py::TestPoly1305::test_vectors[vector5] PASSED
1415 tests/hazmat/primitives/test_poly1305.py::TestPoly1305::test_vectors[vector6] PASSED
1416 tests/hazmat/primitives/test_poly1305.py::TestPoly1305::test_vectors[vector7] PASSED
1417 tests/hazmat/primitives/test_poly1305.py::TestPoly1305::test_vectors[vector8] PASSED
1418 tests/hazmat/primitives/test_poly1305.py::TestPoly1305::test_vectors[vector9] PASSED
1419 tests/hazmat/primitives/test_poly1305.py::TestPoly1305::test_vectors[vector10] PASSED
1420 tests/hazmat/primitives/test_poly1305.py::TestPoly1305::test_key_with_no_additional_references PASSED
1421 tests/hazmat/primitives/test_poly1305.py::TestPoly1305::test_raises_after_finalize PASSED
1422 tests/hazmat/primitives/test_poly1305.py::TestPoly1305::test_reject_unicode PASSED
1423 tests/hazmat/primitives/test_poly1305.py::TestPoly1305::test_verify PASSED
1424 tests/hazmat/primitives/test_poly1305.py::TestPoly1305::test_invalid_verify PASSED
1425 tests/hazmat/primitives/test_poly1305.py::TestPoly1305::test_verify_reject_unicode PASSED
1426 tests/hazmat/primitives/test_poly1305.py::TestPoly1305::test_invalid_key_type PASSED
1427 tests/hazmat/primitives/test_poly1305.py::TestPoly1305::test_invalid_key_length PASSED
1428 tests/hazmat/primitives/test_poly1305.py::TestPoly1305::test_buffer_protocol PASSED
1429 tests/hazmat/primitives/test_rsa.py::test_skip_pss_hash_algorithm_unsupported PASSED
1430 tests/hazmat/primitives/test_rsa.py::test_modular_inverse PASSED
1431 tests/hazmat/primitives/test_rsa.py::TestRSA::test_generate_rsa_keys[3-1024] PASSED
1432 tests/hazmat/primitives/test_rsa.py::TestRSA::test_generate_rsa_keys[3-1536] PASSED
1433 tests/hazmat/primitives/test_rsa.py::TestRSA::test_generate_rsa_keys[3-2048] PASSED
1434 tests/hazmat/primitives/test_rsa.py::TestRSA::test_generate_rsa_keys[65537-1024] PASSED
1435 tests/hazmat/primitives/test_rsa.py::TestRSA::test_generate_rsa_keys[65537-1536] PASSED
1436 tests/hazmat/primitives/test_rsa.py::TestRSA::test_generate_rsa_keys[65537-2048] PASSED
1437 tests/hazmat/primitives/test_rsa.py::TestRSA::test_generate_bad_public_exponent PASSED
1438 tests/hazmat/primitives/test_rsa.py::TestRSA::test_cant_generate_insecure_tiny_key PASSED
1439 tests/hazmat/primitives/test_rsa.py::TestRSA::test_load_pss_vect_example_keys[pkcs1_example0] PASSED
1440 tests/hazmat/primitives/test_rsa.py::TestRSA::test_load_pss_vect_example_keys[pkcs1_example1] PASSED
1441 tests/hazmat/primitives/test_rsa.py::TestRSA::test_load_pss_vect_example_keys[pkcs1_example2] PASSED
1442 tests/hazmat/primitives/test_rsa.py::TestRSA::test_load_pss_vect_example_keys[pkcs1_example3] PASSED
1443 tests/hazmat/primitives/test_rsa.py::TestRSA::test_load_pss_vect_example_keys[pkcs1_example4] PASSED
1444 tests/hazmat/primitives/test_rsa.py::TestRSA::test_load_pss_vect_example_keys[pkcs1_example5] PASSED
1445 tests/hazmat/primitives/test_rsa.py::TestRSA::test_load_pss_vect_example_keys[pkcs1_example6] PASSED
1446 tests/hazmat/primitives/test_rsa.py::TestRSA::test_load_pss_vect_example_keys[pkcs1_example7] PASSED
1447 tests/hazmat/primitives/test_rsa.py::TestRSA::test_load_pss_vect_example_keys[pkcs1_example8] PASSED
1448 tests/hazmat/primitives/test_rsa.py::TestRSA::test_load_pss_vect_example_keys[pkcs1_example9] PASSED
1449 tests/hazmat/primitives/test_rsa.py::TestRSA::test_load_pss_keys_strips_constraints[asymmetric/PKCS8/rsa_pss_2048.pem] PASSED
1450 tests/hazmat/primitives/test_rsa.py::TestRSA::test_load_pss_keys_strips_constraints[asymmetric/PKCS8/rsa_pss_2048_hash.pem] PASSED
1451 tests/hazmat/primitives/test_rsa.py::TestRSA::test_load_pss_keys_strips_constraints[asymmetric/PKCS8/rsa_pss_2048_hash_mask.pem] PASSED
1452 tests/hazmat/primitives/test_rsa.py::TestRSA::test_load_pss_keys_strips_constraints[asymmetric/PKCS8/rsa_pss_2048_hash_mask_diff.pem] PASSED
1453 tests/hazmat/primitives/test_rsa.py::TestRSA::test_load_pss_keys_strips_constraints[asymmetric/PKCS8/rsa_pss_2048_hash_mask_salt.pem] PASSED
1454 tests/hazmat/primitives/test_rsa.py::TestRSA::test_load_pss_pub_keys_strips_constraints PASSED
1455 tests/hazmat/primitives/test_rsa.py::TestRSA::test_load_pss_unsupported SKIPPED
1456 tests/hazmat/primitives/test_rsa.py::TestRSA::test_oaep_label_decrypt[vector0] PASSED
1457 tests/hazmat/primitives/test_rsa.py::TestRSA::test_oaep_label_roundtrip[amazing encrypted msg-some label] PASSED
1458 tests/hazmat/primitives/test_rsa.py::TestRSA::test_oaep_label_roundtrip[amazing encrypted msg-] PASSED
1459 tests/hazmat/primitives/test_rsa.py::TestRSA::test_oaep_wrong_label[label1-label2] PASSED
1460 tests/hazmat/primitives/test_rsa.py::TestRSA::test_oaep_wrong_label[label3-] PASSED
1461 tests/hazmat/primitives/test_rsa.py::TestRSA::test_oaep_wrong_label[-label4] PASSED
1462 tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_pkcs1v15_signing PASSED
1463 tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_pss_signing PASSED
1464 tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_pss_signing_sha2[hash_alg0] PASSED
1465 tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_pss_signing_sha2[hash_alg1] PASSED
1466 tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_pss_signing_sha2[hash_alg2] PASSED
1467 tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_pss_signing_sha2[hash_alg3] PASSED
1468 tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_pss_digest_length PASSED
1469 tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_pss_minimum_key_size_for_digest PASSED
1470 tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_pss_signing_digest_too_large_for_key_size PASSED
1471 tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_pss_signing_salt_length_too_long PASSED
1472 tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_unsupported_padding PASSED
1473 tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_padding_incorrect_type PASSED
1474 tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_unsupported_pss_mgf PASSED
1475 tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_pss_sign_unsupported_auto PASSED
1476 tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_pkcs1_digest_too_large_for_key_size PASSED
1477 tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_pkcs1_minimum_key_size PASSED
1478 tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_sign[one little message] PASSED
1479 tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_sign[message1] PASSED
1480 tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_prehashed_sign PASSED
1481 tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_prehashed_digest_length PASSED
1482 tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_unsupported_hash PASSED
1483 tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_unsupported_hash_pss_mgf1 PASSED
1484 tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_prehashed_digest_mismatch PASSED
1485 tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_prehashed_unsupported_in_signature_recover PASSED
1486 tests/hazmat/primitives/test_rsa.py::TestRSASignature::test_corrupted_private_key PASSED
1487 tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_pkcs1v15_verification PASSED
1488 tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_invalid_pkcs1v15_signature_wrong_data PASSED
1489 tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_invalid_pkcs1v15_signature_recover_wrong_hash_alg PASSED
1490 tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_invalid_signature_sequence_removed PASSED
1491 tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_invalid_pkcs1v15_signature_wrong_key PASSED
1492 tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_pss_verification PASSED
1493 tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_pss_verify_auto_salt_length PASSED
1494 tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_invalid_pss_signature_wrong_data PASSED
1495 tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_invalid_pss_signature_wrong_key PASSED
1496 tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_invalid_pss_signature_data_too_large_for_modulus PASSED
1497 tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_invalid_pss_signature_recover PASSED
1498 tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_unsupported_padding PASSED
1499 tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_padding_incorrect_type PASSED
1500 tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_unsupported_pss_mgf PASSED
1501 tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_pss_verify_digest_too_large_for_key_size PASSED
1502 tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_pss_verify_salt_length_too_long PASSED
1503 tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_verify[one little message] PASSED
1504 tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_verify[message1] PASSED
1505 tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_prehashed_verify PASSED
1506 tests/hazmat/primitives/test_rsa.py::TestRSAVerification::test_prehashed_digest_mismatch PASSED
1507 tests/hazmat/primitives/test_rsa.py::TestRSAPSSMGF1Verification::test_rsa_pss_mgf1_sha1 PASSED
1508 tests/hazmat/primitives/test_rsa.py::TestRSAPSSMGF1Verification::test_rsa_pss_mgf1_sha224 PASSED
1509 tests/hazmat/primitives/test_rsa.py::TestRSAPSSMGF1Verification::test_rsa_pss_mgf1_sha256 PASSED
1510 tests/hazmat/primitives/test_rsa.py::TestRSAPSSMGF1Verification::test_rsa_pss_mgf1_sha384 PASSED
1511 tests/hazmat/primitives/test_rsa.py::TestRSAPSSMGF1Verification::test_rsa_pss_mgf1_sha512 PASSED
1512 tests/hazmat/primitives/test_rsa.py::TestRSAPKCS1Verification::test_rsa_pkcs1v15_verify_sha1 PASSED
1513 tests/hazmat/primitives/test_rsa.py::TestRSAPKCS1Verification::test_rsa_pkcs1v15_verify_sha224 PASSED
1514 tests/hazmat/primitives/test_rsa.py::TestRSAPKCS1Verification::test_rsa_pkcs1v15_verify_sha256 PASSED
1515 tests/hazmat/primitives/test_rsa.py::TestRSAPKCS1Verification::test_rsa_pkcs1v15_verify_sha384 PASSED
1516 tests/hazmat/primitives/test_rsa.py::TestRSAPKCS1Verification::test_rsa_pkcs1v15_verify_sha512 PASSED
1517 tests/hazmat/primitives/test_rsa.py::TestPSS::test_calculate_max_pss_salt_length PASSED
1518 tests/hazmat/primitives/test_rsa.py::TestPSS::test_invalid_salt_length_not_integer PASSED
1519 tests/hazmat/primitives/test_rsa.py::TestPSS::test_invalid_salt_length_negative_integer PASSED
1520 tests/hazmat/primitives/test_rsa.py::TestPSS::test_valid_pss_parameters PASSED
1521 tests/hazmat/primitives/test_rsa.py::TestPSS::test_valid_pss_parameters_maximum PASSED
1522 tests/hazmat/primitives/test_rsa.py::TestPSS::test_mgf_property PASSED
1523 tests/hazmat/primitives/test_rsa.py::TestMGF1::test_invalid_hash_algorithm PASSED
1524 tests/hazmat/primitives/test_rsa.py::TestMGF1::test_valid_mgf1_parameters PASSED
1525 tests/hazmat/primitives/test_rsa.py::TestOAEP::test_invalid_algorithm PASSED
1526 tests/hazmat/primitives/test_rsa.py::TestOAEP::test_algorithm_property PASSED
1527 tests/hazmat/primitives/test_rsa.py::TestOAEP::test_mgf_property PASSED
1528 tests/hazmat/primitives/test_rsa.py::TestRSADecryption::test_decrypt_pkcs1v15_vectors PASSED
1529 tests/hazmat/primitives/test_rsa.py::TestRSADecryption::test_unsupported_padding PASSED
1530 tests/hazmat/primitives/test_rsa.py::TestRSADecryption::test_decrypt_invalid_decrypt SKIPPED
1531 tests/hazmat/primitives/test_rsa.py::TestRSADecryption::test_decrypt_ciphertext_too_large PASSED
1532 tests/hazmat/primitives/test_rsa.py::TestRSADecryption::test_decrypt_ciphertext_too_small PASSED
1533 tests/hazmat/primitives/test_rsa.py::TestRSADecryption::test_decrypt_oaep_sha1_vectors PASSED
1534 tests/hazmat/primitives/test_rsa.py::TestRSADecryption::test_decrypt_oaep_sha2_vectors PASSED
1535 tests/hazmat/primitives/test_rsa.py::TestRSADecryption::test_invalid_oaep_decryption PASSED
1536 tests/hazmat/primitives/test_rsa.py::TestRSADecryption::test_invalid_oaep_decryption_data_to_large_for_modulus PASSED
1537 tests/hazmat/primitives/test_rsa.py::TestRSADecryption::test_unsupported_oaep_hash PASSED
1538 tests/hazmat/primitives/test_rsa.py::TestRSADecryption::test_unsupported_oaep_mgf PASSED
1539 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep[key_data0-pad0] PASSED
1540 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep[key_data1-pad1] PASSED
1541 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep[key_data2-pad2] PASSED
1542 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep[key_data3-pad3] PASSED
1543 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep[key_data4-pad4] PASSED
1544 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep[key_data5-pad5] PASSED
1545 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep[key_data6-pad6] PASSED
1546 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep[key_data7-pad7] PASSED
1547 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep[key_data8-pad8] PASSED
1548 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep[key_data9-pad9] PASSED
1549 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep_sha2[mgf1hash0-oaephash0] PASSED
1550 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep_sha2[mgf1hash1-oaephash1] PASSED
1551 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep_sha2[mgf1hash2-oaephash2] PASSED
1552 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep_sha2[mgf1hash3-oaephash3] PASSED
1553 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep_sha2[mgf1hash4-oaephash4] PASSED
1554 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep_sha2[mgf1hash5-oaephash5] PASSED
1555 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep_sha2[mgf1hash6-oaephash6] PASSED
1556 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep_sha2[mgf1hash7-oaephash7] PASSED
1557 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep_sha2[mgf1hash8-oaephash8] PASSED
1558 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep_sha2[mgf1hash9-oaephash9] PASSED
1559 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep_sha2[mgf1hash10-oaephash10] PASSED
1560 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep_sha2[mgf1hash11-oaephash11] PASSED
1561 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep_sha2[mgf1hash12-oaephash12] PASSED
1562 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep_sha2[mgf1hash13-oaephash13] PASSED
1563 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep_sha2[mgf1hash14-oaephash14] PASSED
1564 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep_sha2[mgf1hash15-oaephash15] PASSED
1565 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep_sha2[mgf1hash16-oaephash16] PASSED
1566 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep_sha2[mgf1hash17-oaephash17] PASSED
1567 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep_sha2[mgf1hash18-oaephash18] PASSED
1568 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep_sha2[mgf1hash19-oaephash19] PASSED
1569 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep_sha2[mgf1hash20-oaephash20] PASSED
1570 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep_sha2[mgf1hash21-oaephash21] PASSED
1571 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep_sha2[mgf1hash22-oaephash22] PASSED
1572 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep_sha2[mgf1hash23-oaephash23] PASSED
1573 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_oaep_sha2[mgf1hash24-oaephash24] PASSED
1574 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_pkcs1v15[key_data0-pad0] PASSED
1575 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_pkcs1v15[key_data1-pad1] PASSED
1576 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_pkcs1v15[key_data2-pad2] PASSED
1577 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_pkcs1v15[key_data3-pad3] PASSED
1578 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_pkcs1v15[key_data4-pad4] PASSED
1579 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_pkcs1v15[key_data5-pad5] PASSED
1580 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_pkcs1v15[key_data6-pad6] PASSED
1581 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_pkcs1v15[key_data7-pad7] PASSED
1582 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_pkcs1v15[key_data8-pad8] PASSED
1583 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_pkcs1v15[key_data9-pad9] PASSED
1584 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_key_too_small[key_data0-pad0] PASSED
1585 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_key_too_small[key_data1-pad1] PASSED
1586 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_key_too_small[key_data2-pad2] PASSED
1587 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_key_too_small[key_data3-pad3] PASSED
1588 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_key_too_small[key_data4-pad4] PASSED
1589 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_key_too_small[key_data5-pad5] PASSED
1590 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_key_too_small[key_data6-pad6] PASSED
1591 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_key_too_small[key_data7-pad7] PASSED
1592 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_key_too_small[key_data8-pad8] PASSED
1593 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_key_too_small[key_data9-pad9] PASSED
1594 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_key_too_small[key_data10-pad10] PASSED
1595 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_key_too_small[key_data11-pad11] PASSED
1596 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_key_too_small[key_data12-pad12] PASSED
1597 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_key_too_small[key_data13-pad13] PASSED
1598 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_key_too_small[key_data14-pad14] PASSED
1599 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_key_too_small[key_data15-pad15] PASSED
1600 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_key_too_small[key_data16-pad16] PASSED
1601 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_key_too_small[key_data17-pad17] PASSED
1602 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_key_too_small[key_data18-pad18] PASSED
1603 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_encrypt_key_too_small[key_data19-pad19] PASSED
1604 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_rsa_fips_small_key SKIPPED
1605 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_unsupported_padding PASSED
1606 tests/hazmat/primitives/test_rsa.py::TestRSAEncryption::test_unsupported_oaep_mgf PASSED
1607 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_rsa_public_numbers PASSED
1608 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_rsa_private_numbers PASSED
1609 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_rsa_private_numbers_create_key PASSED
1610 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_rsa_public_numbers_create_key PASSED
1611 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_public_numbers_invalid_types PASSED
1612 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_private_numbers_invalid_types[None-5-1-1-1-2-public_numbers0] PASSED
1613 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_private_numbers_invalid_types[3-None-1-1-1-2-public_numbers1] PASSED
1614 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_private_numbers_invalid_types[3-5-None-1-1-2-public_numbers2] PASSED
1615 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_private_numbers_invalid_types[3-5-1-None-1-2-public_numbers3] PASSED
1616 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_private_numbers_invalid_types[3-5-1-1-None-2-public_numbers4] PASSED
1617 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_private_numbers_invalid_types[3-5-1-1-1-None-public_numbers5] PASSED
1618 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_private_numbers_invalid_types[3-5-1-1-1-2-None] PASSED
1619 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_invalid_public_numbers_argument_values[7-2] PASSED
1620 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_invalid_public_numbers_argument_values[1-15] PASSED
1621 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_invalid_public_numbers_argument_values[17-15] PASSED
1622 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_invalid_public_numbers_argument_values[14-15] PASSED
1623 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_invalid_private_numbers_argument_values[3-11-3-1-3-2-7-2] PASSED
1624 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_invalid_private_numbers_argument_values[3-11-3-1-3-2-7-35] PASSED
1625 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_invalid_private_numbers_argument_values[37-11-3-1-3-2-7-33] PASSED
1626 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_invalid_private_numbers_argument_values[3-37-3-1-3-2-7-33] PASSED
1627 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_invalid_private_numbers_argument_values[3-11-3-35-3-2-7-33] PASSED
1628 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_invalid_private_numbers_argument_values[3-11-3-1-35-2-7-33] PASSED
1629 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_invalid_private_numbers_argument_values[3-11-3-1-3-35-7-33] PASSED
1630 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_invalid_private_numbers_argument_values[3-11-37-1-3-2-7-33] PASSED
1631 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_invalid_private_numbers_argument_values[3-11-3-1-3-2-1-33] PASSED
1632 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_invalid_private_numbers_argument_values[3-11-3-1-3-35-65537-33] PASSED
1633 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_invalid_private_numbers_argument_values[3-11-3-1-3-2-6-33] PASSED
1634 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_invalid_private_numbers_argument_values[3-11-3-2-3-2-7-33] PASSED
1635 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_invalid_private_numbers_argument_values[3-11-3-1-4-2-7-33] PASSED
1636 tests/hazmat/primitives/test_rsa.py::TestRSANumbers::test_public_number_repr PASSED
1637 tests/hazmat/primitives/test_rsa.py::TestRSANumbersEquality::test_public_numbers_eq PASSED
1638 tests/hazmat/primitives/test_rsa.py::TestRSANumbersEquality::test_public_numbers_ne PASSED
1639 tests/hazmat/primitives/test_rsa.py::TestRSANumbersEquality::test_private_numbers_eq PASSED
1640 tests/hazmat/primitives/test_rsa.py::TestRSANumbersEquality::test_private_numbers_ne PASSED
1641 tests/hazmat/primitives/test_rsa.py::TestRSANumbersEquality::test_public_numbers_hash PASSED
1642 tests/hazmat/primitives/test_rsa.py::TestRSANumbersEquality::test_private_numbers_hash PASSED
1643 tests/hazmat/primitives/test_rsa.py::TestRSAPrimeFactorRecovery::test_recover_prime_factors PASSED
1644 tests/hazmat/primitives/test_rsa.py::TestRSAPrimeFactorRecovery::test_invalid_recover_prime_factors PASSED
1645 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_encrypted_pem[PrivateFormat.TraditionalOpenSSL-s] PASSED
1646 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_encrypted_pem[PrivateFormat.TraditionalOpenSSL-longerpassword] PASSED
1647 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_encrypted_pem[PrivateFormat.TraditionalOpenSSL-!*$&(@#$*&($T@%_somesymbols] PASSED
1648 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_encrypted_pem[PrivateFormat.TraditionalOpenSSL-\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01] PASSED
1649 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_encrypted_pem[PrivateFormat.PKCS8-s] PASSED
1650 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_encrypted_pem[PrivateFormat.PKCS8-longerpassword] PASSED
1651 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_encrypted_pem[PrivateFormat.PKCS8-!*$&(@#$*&($T@%_somesymbols] PASSED
1652 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_encrypted_pem[PrivateFormat.PKCS8-\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01] PASSED
1653 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_traditional_serialization_fips SKIPPED
1654 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_rejects_invalid[Encoding.Raw-PrivateFormat.PKCS8] PASSED
1655 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_rejects_invalid[Encoding.DER-PrivateFormat.Raw] PASSED
1656 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_rejects_invalid[Encoding.Raw-PrivateFormat.Raw] PASSED
1657 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_rejects_invalid[Encoding.X962-PrivateFormat.PKCS8] PASSED
1658 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_encrypted_der[PrivateFormat.PKCS8-s] PASSED
1659 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_encrypted_der[PrivateFormat.PKCS8-longerpassword] PASSED
1660 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_encrypted_der[PrivateFormat.PKCS8-!*$&(@#$*&($T@%_somesymbol] PASSED
1661 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_encrypted_der[PrivateFormat.PKCS8-\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01] PASSED
1662 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_unencrypted[Encoding.PEM-PrivateFormat.TraditionalOpenSSL-load_pem_private_key] PASSED
1663 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_unencrypted[Encoding.DER-PrivateFormat.TraditionalOpenSSL-load_der_private_key] PASSED
1664 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_unencrypted[Encoding.PEM-PrivateFormat.PKCS8-load_pem_private_key] PASSED
1665 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_unencrypted[Encoding.DER-PrivateFormat.PKCS8-load_der_private_key] PASSED
1666 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_traditional_openssl_unencrypted[asymmetric/Traditional_OpenSSL_Serialization/testrsa.pem-Encoding.PEM-load_pem_private_key] PASSED
1667 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_traditional_openssl_unencrypted[asymmetric/DER_Serialization/testrsa.der-Encoding.DER-load_der_private_key] PASSED
1668 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_traditional_der_encrypted_invalid PASSED
1669 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_invalid_encoding PASSED
1670 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_invalid_format PASSED
1671 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_invalid_encryption_algorithm PASSED
1672 tests/hazmat/primitives/test_rsa.py::TestRSAPrivateKeySerialization::test_private_bytes_unsupported_encryption_type PASSED
1673 tests/hazmat/primitives/test_rsa.py::TestRSAPEMPublicKeySerialization::test_public_bytes_match[asymmetric/public/PKCS1/rsa.pub.pem-load_pem_public_key-Encoding.PEM-PublicFormat.PKCS1] PASSED
1674 tests/hazmat/primitives/test_rsa.py::TestRSAPEMPublicKeySerialization::test_public_bytes_match[asymmetric/public/PKCS1/rsa.pub.der-load_der_public_key-Encoding.DER-PublicFormat.PKCS1] PASSED
1675 tests/hazmat/primitives/test_rsa.py::TestRSAPEMPublicKeySerialization::test_public_bytes_match[asymmetric/PKCS8/unenc-rsa-pkcs8.pub.pem-load_pem_public_key-Encoding.PEM-PublicFormat.SubjectPublicKeyInfo] PASSED
1676 tests/hazmat/primitives/test_rsa.py::TestRSAPEMPublicKeySerialization::test_public_bytes_match[asymmetric/DER_Serialization/unenc-rsa-pkcs8.pub.der-load_der_public_key-Encoding.DER-PublicFormat.SubjectPublicKeyInfo] PASSED
1677 tests/hazmat/primitives/test_rsa.py::TestRSAPEMPublicKeySerialization::test_public_bytes_openssh PASSED
1678 tests/hazmat/primitives/test_rsa.py::TestRSAPEMPublicKeySerialization::test_public_bytes_invalid_encoding PASSED
1679 tests/hazmat/primitives/test_rsa.py::TestRSAPEMPublicKeySerialization::test_public_bytes_invalid_format PASSED
1680 tests/hazmat/primitives/test_rsa.py::TestRSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.Raw-PublicFormat.SubjectPublicKeyInfo] PASSED
1681 tests/hazmat/primitives/test_rsa.py::TestRSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.Raw-PublicFormat.PKCS1] PASSED
1682 tests/hazmat/primitives/test_rsa.py::TestRSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.Raw-PublicFormat.Raw] PASSED
1683 tests/hazmat/primitives/test_rsa.py::TestRSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.Raw-PublicFormat.UncompressedPoint] PASSED
1684 tests/hazmat/primitives/test_rsa.py::TestRSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.Raw-PublicFormat.CompressedPoint] PASSED
1685 tests/hazmat/primitives/test_rsa.py::TestRSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.X962-PublicFormat.Raw] PASSED
1686 tests/hazmat/primitives/test_rsa.py::TestRSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.X962-PublicFormat.UncompressedPoint] PASSED
1687 tests/hazmat/primitives/test_rsa.py::TestRSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.X962-PublicFormat.CompressedPoint] PASSED
1688 tests/hazmat/primitives/test_rsa.py::TestRSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.PEM-PublicFormat.Raw] PASSED
1689 tests/hazmat/primitives/test_rsa.py::TestRSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.PEM-PublicFormat.UncompressedPoint] PASSED
1690 tests/hazmat/primitives/test_rsa.py::TestRSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.PEM-PublicFormat.CompressedPoint] PASSED
1691 tests/hazmat/primitives/test_rsa.py::TestRSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.DER-PublicFormat.Raw] PASSED
1692 tests/hazmat/primitives/test_rsa.py::TestRSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.DER-PublicFormat.UncompressedPoint] PASSED
1693 tests/hazmat/primitives/test_rsa.py::TestRSAPEMPublicKeySerialization::test_public_bytes_rejects_invalid[Encoding.DER-PublicFormat.CompressedPoint] PASSED
1694 tests/hazmat/primitives/test_rsa.py::TestRSAPEMPublicKeySerialization::test_public_key_equality PASSED
1695 tests/hazmat/primitives/test_rsa.py::TestRSAPEMPublicKeySerialization::test_public_key_copy PASSED
1696 tests/hazmat/primitives/test_scrypt.py::test_memory_limit_skip PASSED
1697 tests/hazmat/primitives/test_scrypt.py::test_unsupported_backend SKIPPED
1698 tests/hazmat/primitives/test_scrypt.py::TestScrypt::test_derive[params0] PASSED
1699 tests/hazmat/primitives/test_scrypt.py::TestScrypt::test_derive[params1] PASSED
1700 tests/hazmat/primitives/test_scrypt.py::TestScrypt::test_derive[params2] PASSED
1701 tests/hazmat/primitives/test_scrypt.py::TestScrypt::test_derive[params3] PASSED
1702 tests/hazmat/primitives/test_scrypt.py::TestScrypt::test_salt_not_bytes PASSED
1703 tests/hazmat/primitives/test_scrypt.py::TestScrypt::test_scrypt_malloc_failure PASSED
1704 tests/hazmat/primitives/test_scrypt.py::TestScrypt::test_password_not_bytes PASSED
1705 tests/hazmat/primitives/test_scrypt.py::TestScrypt::test_buffer_protocol PASSED
1706 tests/hazmat/primitives/test_scrypt.py::TestScrypt::test_verify[params0] PASSED
1707 tests/hazmat/primitives/test_scrypt.py::TestScrypt::test_verify[params1] PASSED
1708 tests/hazmat/primitives/test_scrypt.py::TestScrypt::test_verify[params2] PASSED
1709 tests/hazmat/primitives/test_scrypt.py::TestScrypt::test_verify[params3] PASSED
1710 tests/hazmat/primitives/test_scrypt.py::TestScrypt::test_invalid_verify PASSED
1711 tests/hazmat/primitives/test_scrypt.py::TestScrypt::test_already_finalized PASSED
1712 tests/hazmat/primitives/test_scrypt.py::TestScrypt::test_invalid_n PASSED
1713 tests/hazmat/primitives/test_scrypt.py::TestScrypt::test_invalid_r PASSED
1714 tests/hazmat/primitives/test_scrypt.py::TestScrypt::test_invalid_p PASSED
1715 tests/hazmat/primitives/test_serialization.py::TestBufferProtocolSerialization::test_load_der_rsa_private_key[key_path0-password0] PASSED
1716 tests/hazmat/primitives/test_serialization.py::TestBufferProtocolSerialization::test_load_der_rsa_private_key[key_path1-password1] PASSED
1717 tests/hazmat/primitives/test_serialization.py::TestBufferProtocolSerialization::test_load_der_rsa_private_key[key_path2-None] PASSED
1718 tests/hazmat/primitives/test_serialization.py::TestBufferProtocolSerialization::test_load_der_rsa_private_key[key_path3-None] PASSED
1719 tests/hazmat/primitives/test_serialization.py::TestBufferProtocolSerialization::test_load_pem_rsa_private_key[key_path0-password0] PASSED
1720 tests/hazmat/primitives/test_serialization.py::TestBufferProtocolSerialization::test_load_pem_rsa_private_key[key_path1-None] PASSED
1721 tests/hazmat/primitives/test_serialization.py::TestBufferProtocolSerialization::test_load_pem_rsa_private_key[key_path2-password2] PASSED
1722 tests/hazmat/primitives/test_serialization.py::TestBufferProtocolSerialization::test_load_pem_rsa_private_key[key_path3-password3] PASSED
1723 tests/hazmat/primitives/test_serialization.py::TestBufferProtocolSerialization::test_load_pem_rsa_private_key[key_path4-password4] PASSED
1724 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_load_der_rsa_private_key[key_path0-foobar] PASSED
1725 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_load_der_rsa_private_key[key_path1-baz] PASSED
1726 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_load_der_rsa_private_key[key_path2-None] PASSED
1727 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_load_der_rsa_private_key[key_path3-None] PASSED
1728 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_load_der_dsa_private_key[key_path0-None] PASSED
1729 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_load_der_dsa_private_key[key_path1-None] PASSED
1730 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_load_der_dsa_private_key[key_path2-None] PASSED
1731 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_load_der_dsa_private_key[key_path3-None] PASSED
1732 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_password_not_bytes[key_path0] PASSED
1733 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_load_der_ec_private_key[key_path0-None] PASSED
1734 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_load_der_ec_private_key[key_path1-123456] PASSED
1735 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_wrong_password[key_path0] PASSED
1736 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_unused_password[key_path0] PASSED
1737 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_missing_password[key_path0-] PASSED
1738 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_missing_password[key_path1-None] PASSED
1739 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_wrong_format PASSED
1740 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_invalid_rsa_even_q PASSED
1741 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_corrupt_der_pkcs8 PASSED
1742 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_corrupt_traditional_format_der PASSED
1743 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_load_der_rsa_public_key[asymmetric/DER_Serialization/unenc-rsa-pkcs8.pub.der] PASSED
1744 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_load_der_rsa_public_key[asymmetric/DER_Serialization/rsa_public_key.der] PASSED
1745 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_load_der_rsa_public_key[asymmetric/public/PKCS1/rsa.pub.der] PASSED
1746 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_load_der_invalid_public_key PASSED
1747 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_load_der_dsa_public_key[asymmetric/DER_Serialization/unenc-dsa-pkcs8.pub.der] PASSED
1748 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_load_der_dsa_public_key[asymmetric/DER_Serialization/dsa_public_key.der] PASSED
1749 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_load_ec_public_key PASSED
1750 tests/hazmat/primitives/test_serialization.py::TestDERSerialization::test_wrong_parameters_format PASSED
1751 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_rsa_private_key[key_file0-123456] PASSED
1752 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_rsa_private_key[key_file1-None] PASSED
1753 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_rsa_private_key[key_file2-foobar] PASSED
1754 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_rsa_private_key[key_file3-baz] PASSED
1755 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_rsa_private_key[key_file4-123456] PASSED
1756 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_rsa_private_key[key_file5-123456] PASSED
1757 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_rsa_private_key[key_file6-123456] PASSED
1758 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_rsa_private_key[key_file7-123456] PASSED
1759 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_rsa_private_key[key_file8-123456] PASSED
1760 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_rsa_private_key[key_file9-123456] PASSED
1761 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_rsa_private_key[key_file10-123456] PASSED
1762 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_rsa_private_key[key_file11-123456] PASSED
1763 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_rsa_private_key[key_file12-123456] PASSED
1764 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_rsa_private_key[key_file13-123456] PASSED
1765 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_rsa_private_key[key_file14-123456] PASSED
1766 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_rsa_private_key[key_file15-a123456] PASSED
1767 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_rsa_private_key[key_file16-None] PASSED
1768 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_rsa_private_key[key_file17-password] PASSED
1769 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_dsa_private_key[key_path0-None] PASSED
1770 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_dsa_private_key[key_path1-None] PASSED
1771 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_dsa_private_key[key_path2-None] PASSED
1772 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_dsa_private_key[key_path3-None] PASSED
1773 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_dsa_private_key[key_path4-123456] PASSED
1774 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_ec_private_key[key_path0-None] PASSED
1775 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_ec_private_key[key_path1-123456] PASSED
1776 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_ec_private_key[key_path2-None] PASSED
1777 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_ec_private_key[key_path3-123456] PASSED
1778 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_rsa_public_key[asymmetric/PKCS8/unenc-rsa-pkcs8.pub.pem] PASSED
1779 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_rsa_public_key[asymmetric/PEM_Serialization/rsa_public_key.pem] PASSED
1780 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_rsa_public_key[asymmetric/public/PKCS1/rsa.pub.pem] PASSED
1781 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_rsa_public_key[asymmetric/PEM_Serialization/rsa_wrong_delimiter_public_key.pem] PASSED
1782 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_public_fails_with_ec_key_with_rsa_delimiter PASSED
1783 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_priv_key_with_public_key_api_fails PASSED
1784 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_dsa_public_key[asymmetric/PKCS8/unenc-dsa-pkcs8.pub.pem] PASSED
1785 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_dsa_public_key[asymmetric/PEM_Serialization/dsa_public_key.pem] PASSED
1786 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_ec_public_key PASSED
1787 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_rsa_traditional_encrypted_values PASSED
1788 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_unused_password[key_path0] PASSED
1789 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_unused_password[key_path1] PASSED
1790 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_invalid_encoding_with_traditional PASSED
1791 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_password_not_bytes[key_path0] PASSED
1792 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_password_not_bytes[key_path1] PASSED
1793 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_wrong_password[key_path0] PASSED
1794 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_wrong_password[key_path1] PASSED
1795 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_missing_password[key_path0-] PASSED
1796 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_missing_password[key_path1-None] PASSED
1797 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_missing_password[key_path2-] PASSED
1798 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_missing_password[key_path3-None] PASSED
1799 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_wrong_private_format PASSED
1800 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_wrong_public_format PASSED
1801 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_wrong_parameters_format PASSED
1802 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_corrupt_traditional_format PASSED
1803 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_traditional_encrypted_corrupt_format PASSED
1804 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_unsupported_key_encryption PASSED
1805 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_corrupt_pkcs8_format PASSED
1806 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_pks8_encrypted_corrupt_format PASSED
1807 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_rsa_pkcs8_encrypted_values PASSED
1808 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_pem_dsa_private_key PASSED
1809 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_bad_oid_key[bad-oid-dsa-key.pem-None] PASSED
1810 tests/hazmat/primitives/test_serialization.py::TestPEMSerialization::test_load_bad_encryption_oid_key[bad-encryption-oid.pem-password] PASSED
1811 tests/hazmat/primitives/test_serialization.py::TestKeySerializationEncryptionTypes::test_non_bytes_password PASSED
1812 tests/hazmat/primitives/test_serialization.py::TestKeySerializationEncryptionTypes::test_encryption_with_zero_length_password PASSED
1813 tests/hazmat/primitives/test_serialization.py::TestEd25519Serialization::test_load_der_private_key PASSED
1814 tests/hazmat/primitives/test_serialization.py::TestEd25519Serialization::test_load_pem_private_key PASSED
1815 tests/hazmat/primitives/test_serialization.py::TestEd25519Serialization::test_load_public_key[key_path0-Encoding.PEM-load_pem_public_key] PASSED
1816 tests/hazmat/primitives/test_serialization.py::TestEd25519Serialization::test_load_public_key[key_path1-Encoding.DER-load_der_public_key] PASSED
1817 tests/hazmat/primitives/test_serialization.py::TestEd25519Serialization::test_openssl_serialization_unsupported PASSED
1818 tests/hazmat/primitives/test_serialization.py::TestX448Serialization::test_load_der_private_key PASSED
1819 tests/hazmat/primitives/test_serialization.py::TestX448Serialization::test_load_pem_private_key PASSED
1820 tests/hazmat/primitives/test_serialization.py::TestX448Serialization::test_load_public_key[key_path0-Encoding.PEM-load_pem_public_key] PASSED
1821 tests/hazmat/primitives/test_serialization.py::TestX448Serialization::test_load_public_key[key_path1-Encoding.DER-load_der_public_key] PASSED
1822 tests/hazmat/primitives/test_serialization.py::TestX448Serialization::test_openssl_serialization_unsupported PASSED
1823 tests/hazmat/primitives/test_serialization.py::TestX448Serialization::test_openssh_serialization_unsupported PASSED
1824 tests/hazmat/primitives/test_serialization.py::TestX25519Serialization::test_load_der_private_key PASSED
1825 tests/hazmat/primitives/test_serialization.py::TestX25519Serialization::test_load_pem_private_key PASSED
1826 tests/hazmat/primitives/test_serialization.py::TestX25519Serialization::test_load_public_key[key_path0-Encoding.PEM-load_pem_public_key] PASSED
1827 tests/hazmat/primitives/test_serialization.py::TestX25519Serialization::test_load_public_key[key_path1-Encoding.DER-load_der_public_key] PASSED
1828 tests/hazmat/primitives/test_serialization.py::TestX25519Serialization::test_openssl_serialization_unsupported PASSED
1829 tests/hazmat/primitives/test_serialization.py::TestX25519Serialization::test_openssh_serialization_unsupported PASSED
1830 tests/hazmat/primitives/test_serialization.py::TestEd448Serialization::test_load_der_private_key PASSED
1831 tests/hazmat/primitives/test_serialization.py::TestEd448Serialization::test_load_pem_private_key PASSED
1832 tests/hazmat/primitives/test_serialization.py::TestEd448Serialization::test_load_public_key[key_path0-Encoding.PEM-load_pem_public_key] PASSED
1833 tests/hazmat/primitives/test_serialization.py::TestEd448Serialization::test_load_public_key[key_path1-Encoding.DER-load_der_public_key] PASSED
1834 tests/hazmat/primitives/test_serialization.py::TestEd448Serialization::test_openssl_serialization_unsupported PASSED
1835 tests/hazmat/primitives/test_serialization.py::TestEd448Serialization::test_openssh_serialization_unsupported PASSED
1836 tests/hazmat/primitives/test_serialization.py::TestDHSerialization::test_dh_public_key PASSED
1837 tests/hazmat/primitives/test_serialization.py::TestDHSerialization::test_dh_private_key PASSED
1838 tests/hazmat/primitives/test_serialization.py::TestEncryptionBuilder::test_unsupported_format PASSED
1839 tests/hazmat/primitives/test_serialization.py::TestEncryptionBuilder::test_duplicate_kdf_rounds PASSED
1840 tests/hazmat/primitives/test_serialization.py::TestEncryptionBuilder::test_invalid_kdf_rounds PASSED
1841 tests/hazmat/primitives/test_serialization.py::TestEncryptionBuilder::test_invalid_password PASSED
1842 tests/hazmat/primitives/test_serialization.py::TestEncryptionBuilder::test_unsupported_type_for_methods PASSED
1843 tests/hazmat/primitives/test_serialization.py::TestEncryptionBuilder::test_duplicate_hmac_hash PASSED
1844 tests/hazmat/primitives/test_serialization.py::TestEncryptionBuilder::test_duplicate_key_cert_algorithm PASSED
1845 tests/hazmat/primitives/test_sm4.py::TestSM4ModeECB::test_ecb PASSED
1846 tests/hazmat/primitives/test_sm4.py::TestSM4ModeCBC::test_cbc PASSED
1847 tests/hazmat/primitives/test_sm4.py::TestSM4ModeOFB::test_ofb PASSED
1848 tests/hazmat/primitives/test_sm4.py::TestSM4ModeCFB::test_cfb PASSED
1849 tests/hazmat/primitives/test_sm4.py::TestSM4ModeCTR::test_cfb PASSED
1850 tests/hazmat/primitives/test_sm4.py::TestSM4ModeGCM::test_encryption[vector0] PASSED
1851 tests/hazmat/primitives/test_sm4.py::TestSM4ModeGCM::test_decryption[vector0] PASSED
1852 tests/hazmat/primitives/test_sm4.py::TestSM4ModeGCM::test_invalid_tag[vector0] PASSED
1853 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_load_ssh_public_key[rsa-psw.key.pub-None] PASSED
1854 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_load_ssh_public_key[rsa-nopsw.key.pub-rsa-nopsw.key-cert.pub] PASSED
1855 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_load_ssh_public_key[dsa-psw.key.pub-None] PASSED
1856 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_load_ssh_public_key[dsa-nopsw.key.pub-dsa-nopsw.key-cert.pub] PASSED
1857 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_load_ssh_public_key[ecdsa-psw.key.pub-None] PASSED
1858 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_load_ssh_public_key[ecdsa-nopsw.key.pub-ecdsa-nopsw.key-cert.pub] PASSED
1859 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_load_ssh_public_key[ed25519-psw.key.pub-None] PASSED
1860 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_load_ssh_public_key[ed25519-nopsw.key.pub-ed25519-nopsw.key-cert.pub] PASSED
1861 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_load_ssh_public_key[sk-ecdsa-psw.key.pub-None] PASSED
1862 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_load_ssh_public_key[sk-ecdsa-nopsw.key.pub-None] PASSED
1863 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_load_ssh_public_key[sk-ed25519-psw.key.pub-None] PASSED
1864 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_load_ssh_public_key[sk-ed25519-nopsw.key.pub-None] PASSED
1865 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_load_ssh_private_key[rsa-nopsw.key] PASSED
1866 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_load_ssh_private_key[rsa-psw.key] PASSED
1867 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_load_ssh_private_key[dsa-nopsw.key] PASSED
1868 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_load_ssh_private_key[dsa-psw.key] PASSED
1869 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_load_ssh_private_key[ecdsa-nopsw.key] PASSED
1870 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_load_ssh_private_key[ecdsa-psw.key] PASSED
1871 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_load_ssh_private_key[ed25519-nopsw.key] PASSED
1872 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_load_ssh_private_key[ed25519-psw.key] PASSED
1873 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_load_ssh_private_key[ed25519-aesgcm-psw.key] PASSED
1874 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_load_ssh_private_key_invalid_tag PASSED
1875 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_load_ssh_private_key_tag_incorrect_length PASSED
1876 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_bcrypt_encryption PASSED
1877 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_missing_bcrypt SKIPPED
1878 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_fraglist_corners PASSED
1879 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_ssh_make_file PASSED
1880 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_load_ssh_private_key_errors PASSED
1881 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_ssh_errors_bad_values PASSED
1882 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_ssh_errors_pubpriv_mismatch PASSED
1883 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_ssh_errors_bad_wrapper PASSED
1884 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_ssh_no_padding PASSED
1885 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_ssh_errors_bad_secrets PASSED
1886 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_serialize_ssh_private_key_errors_bad_curve PASSED
1887 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_serialize_ssh_private_key_errors PASSED
1888 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_serialize_ssh_private_key_with_password[1-1234] PASSED
1889 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_serialize_ssh_private_key_with_password[1-p@ssw0rd] PASSED
1890 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_serialize_ssh_private_key_with_password[1-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] PASSED
1891 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_serialize_ssh_private_key_with_password[10-1234] PASSED
1892 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_serialize_ssh_private_key_with_password[10-p@ssw0rd] PASSED
1893 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_serialize_ssh_private_key_with_password[10-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] PASSED
1894 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_serialize_ssh_private_key_with_password[30-1234] PASSED
1895 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_serialize_ssh_private_key_with_password[30-p@ssw0rd] PASSED
1896 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_serialize_ssh_private_key_with_password[30-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] PASSED
1897 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_dsa_private_key_sizes[key_path0-True] PASSED
1898 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_dsa_private_key_sizes[key_path1-False] PASSED
1899 tests/hazmat/primitives/test_ssh.py::TestOpenSSHSerialization::test_dsa_private_key_sizes[key_path2-False] PASSED
1900 tests/hazmat/primitives/test_ssh.py::TestRSASSHSerialization::test_load_ssh_public_key_unsupported PASSED
1901 tests/hazmat/primitives/test_ssh.py::TestRSASSHSerialization::test_load_ssh_public_key_bad_format PASSED
1902 tests/hazmat/primitives/test_ssh.py::TestRSASSHSerialization::test_load_ssh_public_key_rsa_too_short PASSED
1903 tests/hazmat/primitives/test_ssh.py::TestRSASSHSerialization::test_load_ssh_public_key_truncated_int PASSED
1904 tests/hazmat/primitives/test_ssh.py::TestRSASSHSerialization::test_load_ssh_public_key_rsa_comment_with_spaces PASSED
1905 tests/hazmat/primitives/test_ssh.py::TestRSASSHSerialization::test_load_ssh_public_key_rsa_extra_data_after_modulo PASSED
1906 tests/hazmat/primitives/test_ssh.py::TestRSASSHSerialization::test_load_ssh_public_key_rsa_different_string PASSED
1907 tests/hazmat/primitives/test_ssh.py::TestRSASSHSerialization::test_load_ssh_public_key_rsa PASSED
1908 tests/hazmat/primitives/test_ssh.py::TestDSSSSHSerialization::test_load_ssh_public_key_dss_too_short PASSED
1909 tests/hazmat/primitives/test_ssh.py::TestDSSSSHSerialization::test_load_ssh_public_key_dss_comment_with_spaces PASSED
1910 tests/hazmat/primitives/test_ssh.py::TestDSSSSHSerialization::test_load_ssh_public_key_dss_extra_data_after_modulo PASSED
1911 tests/hazmat/primitives/test_ssh.py::TestDSSSSHSerialization::test_load_ssh_public_key_dss_different_string PASSED
1912 tests/hazmat/primitives/test_ssh.py::TestDSSSSHSerialization::test_load_ssh_public_key_dss PASSED
1913 tests/hazmat/primitives/test_ssh.py::TestECDSASSHSerialization::test_load_ssh_public_key_ecdsa_nist_p256 PASSED
1914 tests/hazmat/primitives/test_ssh.py::TestECDSASSHSerialization::test_load_ssh_public_key_byteslike PASSED
1915 tests/hazmat/primitives/test_ssh.py::TestECDSASSHSerialization::test_load_ssh_public_key_ecdsa_nist_p384 PASSED
1916 tests/hazmat/primitives/test_ssh.py::TestECDSASSHSerialization::test_load_ssh_public_key_ecdsa_nist_p521 PASSED
1917 tests/hazmat/primitives/test_ssh.py::TestECDSASSHSerialization::test_load_ssh_public_key_ecdsa_nist_p256_trailing_data PASSED
1918 tests/hazmat/primitives/test_ssh.py::TestECDSASSHSerialization::test_load_ssh_public_key_ecdsa_nist_p256_missing_data PASSED
1919 tests/hazmat/primitives/test_ssh.py::TestECDSASSHSerialization::test_load_ssh_public_key_ecdsa_nist_p256_compressed PASSED
1920 tests/hazmat/primitives/test_ssh.py::TestECDSASSHSerialization::test_load_ssh_public_key_ecdsa_nist_p256_bad_curve_name PASSED
1921 tests/hazmat/primitives/test_ssh.py::TestEd25519SSHSerialization::test_load_ssh_public_key PASSED
1922 tests/hazmat/primitives/test_ssh.py::TestEd25519SSHSerialization::test_public_bytes_openssh PASSED
1923 tests/hazmat/primitives/test_ssh.py::TestEd25519SSHSerialization::test_load_ssh_public_key_not_32_bytes PASSED
1924 tests/hazmat/primitives/test_ssh.py::TestEd25519SSHSerialization::test_load_ssh_public_key_trailing_data PASSED
1925 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_loads_ssh_cert PASSED
1926 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_verify_cert_signature[p256-p384.pub] PASSED
1927 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_verify_cert_signature[p256-p521.pub] PASSED
1928 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_verify_cert_signature[p256-rsa-sha1.pub] PASSED
1929 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_verify_cert_signature[p256-rsa-sha256.pub] PASSED
1930 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_verify_cert_signature[p256-rsa-sha512.pub] PASSED
1931 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_invalid_signature[p256-p256-empty-principals.pub] PASSED
1932 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_invalid_signature[p256-p384.pub] PASSED
1933 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_invalid_signature[p256-p521.pub] PASSED
1934 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_invalid_signature[p256-rsa-sha1.pub] PASSED
1935 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_invalid_signature[p256-rsa-sha256.pub] PASSED
1936 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_invalid_signature[p256-rsa-sha512.pub] PASSED
1937 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_not_bytes PASSED
1938 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_load_ssh_public_key PASSED
1939 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_dsa_unsupported[dsa-p256.pub] PASSED
1940 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_dsa_unsupported[p256-dsa.pub] PASSED
1941 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_mismatched_inner_signature_type_and_sig_type PASSED
1942 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_invalid_cert_type PASSED
1943 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_invalid_encodings[p256-p256-duplicate-extension.pub] PASSED
1944 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_invalid_encodings[p256-p256-non-lexical-extensions.pub] PASSED
1945 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_invalid_encodings[p256-p256-duplicate-crit-opts.pub] PASSED
1946 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_invalid_encodings[p256-p256-non-lexical-crit-opts.pub] PASSED
1947 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_invalid_encodings[p256-ed25519-non-singular-crit-opt-val.pub] PASSED
1948 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_invalid_encodings[p256-ed25519-non-singular-ext-val.pub] PASSED
1949 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_invalid_line_format PASSED
1950 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_invalid_b64 PASSED
1951 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_inner_outer_key_type_mismatch PASSED
1952 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_loads_a_cert_empty_principals PASSED
1953 tests/hazmat/primitives/test_ssh.py::TestSSHCertificate::test_public_bytes PASSED
1954 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_signs_a_cert PASSED
1955 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_public_key_errors PASSED
1956 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_serial_errors PASSED
1957 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_type_errors PASSED
1958 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_key_id_errors PASSED
1959 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_valid_principals_errors PASSED
1960 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_valid_for_all_principals_errors PASSED
1961 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_valid_before_errors PASSED
1962 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_valid_after_errors PASSED
1963 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_add_critical_option_errors PASSED
1964 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_add_extension_errors PASSED
1965 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_sign_unsupported_key PASSED
1966 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_sign_no_public_key PASSED
1967 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_sign_no_type PASSED
1968 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_sign_no_valid_principals PASSED
1969 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_sign_no_valid_after PASSED
1970 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_sign_no_valid_before PASSED
1971 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_sign_valid_after_after_valid_before PASSED
1972 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_sign_non_zero_serial PASSED
1973 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_crit_opts_exts_lexically_sorted PASSED
1974 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_sign_ed25519 PASSED
1975 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_sign_ec[curve0] PASSED
1976 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_sign_ec[curve1] PASSED
1977 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_sign_ec[curve2] PASSED
1978 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_sign_rsa PASSED
1979 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_sign_and_byte_compare_rsa PASSED
1980 tests/hazmat/primitives/test_ssh.py::TestSSHCertificateBuilder::test_sign_and_byte_compare_ed25519 PASSED
1981 tests/hazmat/primitives/test_ssh.py::TestSSHSK::test_load_application PASSED
1982 tests/hazmat/primitives/test_ssh.py::TestSSHSK::test_load_application_valueerror PASSED
1983 tests/hazmat/primitives/test_x25519.py::test_x25519_unsupported SKIPPED
1984 tests/hazmat/primitives/test_x25519.py::TestX25519Exchange::test_rfc7748[vector0] PASSED
1985 tests/hazmat/primitives/test_x25519.py::TestX25519Exchange::test_rfc7748[vector1] PASSED
1986 tests/hazmat/primitives/test_x25519.py::TestX25519Exchange::test_rfc7748[vector2] PASSED
1987 tests/hazmat/primitives/test_x25519.py::TestX25519Exchange::test_rfc7748_1000_iteration PASSED
1988 tests/hazmat/primitives/test_x25519.py::TestX25519Exchange::test_null_shared_key_raises_error PASSED
1989 tests/hazmat/primitives/test_x25519.py::TestX25519Exchange::test_public_bytes_bad_args PASSED
1990 tests/hazmat/primitives/test_x25519.py::TestX25519Exchange::test_pub_priv_bytes_raw[w\x07m\ns\x18\xa5}<\x16\xc1rQ\xb2fE\xdfL/\x87\xeb\xc0\x99*\xb1w\xfb\xa5\x1d\xb9,*-\x85 \xf0\t\x890\xa7Tt\x8b}\xdc\xb4>\xf7Z\r\xbf:\r&8\x1a\xf4\xeb\xa4\xa9\x8e\xaa\x9bNj] PASSED
1991 tests/hazmat/primitives/test_x25519.py::TestX25519Exchange::test_pub_priv_bytes_raw[]\xab\x08~bJ\x8aKy\xe1\x7f\x8b\x83\x80\x0e\xe6o;\xb1)&\x18\xb6\xfd\x1c/\x8b'\xff\x88\xe0\xeb-\xde\x9e\xdb}{}\xc1\xb4\xd3[a\xc2\xec\xe457?\x83C\xc8[xgM\xad\xfc~\x14o\x88+O] PASSED
1992 tests/hazmat/primitives/test_x25519.py::TestX25519Exchange::test_generate PASSED
1993 tests/hazmat/primitives/test_x25519.py::TestX25519Exchange::test_invalid_type_exchange PASSED
1994 tests/hazmat/primitives/test_x25519.py::TestX25519Exchange::test_invalid_length_from_public_bytes PASSED
1995 tests/hazmat/primitives/test_x25519.py::TestX25519Exchange::test_invalid_length_from_private_bytes PASSED
1996 tests/hazmat/primitives/test_x25519.py::TestX25519Exchange::test_invalid_private_bytes PASSED
1997 tests/hazmat/primitives/test_x25519.py::TestX25519Exchange::test_invalid_public_bytes PASSED
1998 tests/hazmat/primitives/test_x25519.py::TestX25519Exchange::test_round_trip_private_serialization[Encoding.PEM-PrivateFormat.PKCS8-encryption0-password-load_pem_private_key] PASSED
1999 tests/hazmat/primitives/test_x25519.py::TestX25519Exchange::test_round_trip_private_serialization[Encoding.DER-PrivateFormat.PKCS8-encryption1-password-load_der_private_key] PASSED
2000 tests/hazmat/primitives/test_x25519.py::TestX25519Exchange::test_round_trip_private_serialization[Encoding.PEM-PrivateFormat.PKCS8-encryption2-None-load_pem_private_key] PASSED
2001 tests/hazmat/primitives/test_x25519.py::TestX25519Exchange::test_round_trip_private_serialization[Encoding.DER-PrivateFormat.PKCS8-encryption3-None-load_der_private_key] PASSED
2002 tests/hazmat/primitives/test_x25519.py::TestX25519Exchange::test_buffer_protocol PASSED
2003 tests/hazmat/primitives/test_x25519.py::test_public_key_equality PASSED
2004 tests/hazmat/primitives/test_x25519.py::test_public_key_copy PASSED
2005 tests/hazmat/primitives/test_x448.py::test_x448_unsupported SKIPPED
2006 tests/hazmat/primitives/test_x448.py::TestX448Exchange::test_rfc7748[vector0] PASSED
2007 tests/hazmat/primitives/test_x448.py::TestX448Exchange::test_rfc7748[vector1] PASSED
2008 tests/hazmat/primitives/test_x448.py::TestX448Exchange::test_rfc7748[vector2] PASSED
2009 tests/hazmat/primitives/test_x448.py::TestX448Exchange::test_rfc7748_1000_iteration PASSED
2010 tests/hazmat/primitives/test_x448.py::TestX448Exchange::test_pub_priv_bytes_raw[\x9a\x8fI%\xd1Q\x9fWu\xcfF\xb0KX\x00\xd4\xee\x9e\xe8\xba\xe8\xbcUe\xd4\x98\xc2\x8d\xd9\xc9\xba\xf5t\xa9A\x97D\x89s\x91\x00c\x82\xa6\xf1'\xab\x1d\x9a\xc2\xd8\xc0\xa5\x98rk-\x9b\x08\xf7\xcc1\xb7\xe3\xe6}"\xd5\xae\xa1!\x07J';\xd2\xb8=\xe0\x9cc\xfa\xa7=,"\xc5\xd9\xbb\xc86drA\xd9S\xd4\x0c[\x12\xda\x88\x12\rS\x17\x7f\x80\xe52\xc4\x1f\xa0] PASSED
2011 tests/hazmat/primitives/test_x448.py::TestX448Exchange::test_pub_priv_bytes_raw[\x1c0jz\xc2\xa0\xe2\xe0\x99\x0b)Dp\xcb\xa39\xe6E7r\xb0u\x81\x1d\x8f\xad\r\x1di'\xc1 \xbb^\xe8\x97+\r>!7L\x9c\x92\x1b\t\xd1\xb06o\x10\xb6Qs\x99-->\xb7\xa8)\xb0\xcd \xf5\xbc\xfc\x0bY\x9bo\xec\xcfm\xa4bq\x07\xbd\xb0\xd4\xf3E\xb40'\xd8\xb9r\xfc>4\xfbB2\xa1<\xa7\x06\xdc\xb5z\xec=\xae\x07\xbd\xc1\xc6{\xf36\t] PASSED
2012 tests/hazmat/primitives/test_x448.py::TestX448Exchange::test_round_trip_private_serialization[Encoding.PEM-PrivateFormat.PKCS8-encryption0-password-load_pem_private_key] PASSED
2013 tests/hazmat/primitives/test_x448.py::TestX448Exchange::test_round_trip_private_serialization[Encoding.DER-PrivateFormat.PKCS8-encryption1-password-load_der_private_key] PASSED
2014 tests/hazmat/primitives/test_x448.py::TestX448Exchange::test_round_trip_private_serialization[Encoding.PEM-PrivateFormat.PKCS8-encryption2-None-load_pem_private_key] PASSED
2015 tests/hazmat/primitives/test_x448.py::TestX448Exchange::test_round_trip_private_serialization[Encoding.DER-PrivateFormat.PKCS8-encryption3-None-load_der_private_key] PASSED
2016 tests/hazmat/primitives/test_x448.py::TestX448Exchange::test_generate PASSED
2017 tests/hazmat/primitives/test_x448.py::TestX448Exchange::test_invalid_type_exchange PASSED
2018 tests/hazmat/primitives/test_x448.py::TestX448Exchange::test_invalid_length_from_public_bytes PASSED
2019 tests/hazmat/primitives/test_x448.py::TestX448Exchange::test_invalid_length_from_private_bytes PASSED
2020 tests/hazmat/primitives/test_x448.py::TestX448Exchange::test_invalid_private_bytes PASSED
2021 tests/hazmat/primitives/test_x448.py::TestX448Exchange::test_invalid_public_bytes PASSED
2022 tests/hazmat/primitives/test_x448.py::TestX448Exchange::test_buffer_protocol PASSED
2023 tests/hazmat/primitives/test_x448.py::test_public_key_equality PASSED
2024 tests/hazmat/primitives/test_x448.py::test_public_key_copy PASSED
2025 tests/hazmat/primitives/test_x963_vectors.py::TestX963::test_x963 PASSED
2026 tests/hazmat/primitives/test_x963_vectors.py::TestX963::test_unsupported_hash PASSED
2027 tests/hazmat/primitives/test_x963kdf.py::TestX963KDF::test_length_limit PASSED
2028 tests/hazmat/primitives/test_x963kdf.py::TestX963KDF::test_already_finalized PASSED
2029 tests/hazmat/primitives/test_x963kdf.py::TestX963KDF::test_derive PASSED
2030 tests/hazmat/primitives/test_x963kdf.py::TestX963KDF::test_buffer_protocol PASSED
2031 tests/hazmat/primitives/test_x963kdf.py::TestX963KDF::test_verify PASSED
2032 tests/hazmat/primitives/test_x963kdf.py::TestX963KDF::test_invalid_verify PASSED
2033 tests/hazmat/primitives/test_x963kdf.py::TestX963KDF::test_unicode_typeerror PASSED
2034 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_invalid_key_length PASSED
2035 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_unenforced_invalid_kwy_length PASSED
2036 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_invalid_hotp_length PASSED
2037 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_invalid_algorithm PASSED
2038 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_truncate[params0] PASSED
2039 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_truncate[params1] PASSED
2040 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_truncate[params2] PASSED
2041 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_truncate[params3] PASSED
2042 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_truncate[params4] PASSED
2043 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_truncate[params5] PASSED
2044 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_truncate[params6] PASSED
2045 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_truncate[params7] PASSED
2046 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_truncate[params8] PASSED
2047 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_truncate[params9] PASSED
2048 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_generate[params0] PASSED
2049 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_generate[params1] PASSED
2050 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_generate[params2] PASSED
2051 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_generate[params3] PASSED
2052 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_generate[params4] PASSED
2053 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_generate[params5] PASSED
2054 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_generate[params6] PASSED
2055 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_generate[params7] PASSED
2056 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_generate[params8] PASSED
2057 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_generate[params9] PASSED
2058 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_verify[params0] PASSED
2059 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_verify[params1] PASSED
2060 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_verify[params2] PASSED
2061 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_verify[params3] PASSED
2062 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_verify[params4] PASSED
2063 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_verify[params5] PASSED
2064 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_verify[params6] PASSED
2065 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_verify[params7] PASSED
2066 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_verify[params8] PASSED
2067 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_verify[params9] PASSED
2068 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_invalid_verify PASSED
2069 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_length_not_int PASSED
2070 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_get_provisioning_uri PASSED
2071 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_buffer_protocol PASSED
2072 tests/hazmat/primitives/twofactor/test_hotp.py::TestHOTP::test_invalid_counter PASSED
2073 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_generate_sha1[params0] PASSED
2074 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_generate_sha1[params1] PASSED
2075 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_generate_sha1[params2] PASSED
2076 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_generate_sha1[params3] PASSED
2077 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_generate_sha1[params4] PASSED
2078 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_generate_sha1[params5] PASSED
2079 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_generate_sha256[params0] PASSED
2080 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_generate_sha256[params1] PASSED
2081 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_generate_sha256[params2] PASSED
2082 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_generate_sha256[params3] PASSED
2083 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_generate_sha256[params4] PASSED
2084 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_generate_sha256[params5] PASSED
2085 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_generate_sha512[params0] PASSED
2086 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_generate_sha512[params1] PASSED
2087 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_generate_sha512[params2] PASSED
2088 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_generate_sha512[params3] PASSED
2089 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_generate_sha512[params4] PASSED
2090 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_generate_sha512[params5] PASSED
2091 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_verify_sha1[params0] PASSED
2092 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_verify_sha1[params1] PASSED
2093 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_verify_sha1[params2] PASSED
2094 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_verify_sha1[params3] PASSED
2095 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_verify_sha1[params4] PASSED
2096 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_verify_sha1[params5] PASSED
2097 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_verify_sha256[params0] PASSED
2098 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_verify_sha256[params1] PASSED
2099 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_verify_sha256[params2] PASSED
2100 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_verify_sha256[params3] PASSED
2101 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_verify_sha256[params4] PASSED
2102 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_verify_sha256[params5] PASSED
2103 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_verify_sha512[params0] PASSED
2104 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_verify_sha512[params1] PASSED
2105 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_verify_sha512[params2] PASSED
2106 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_verify_sha512[params3] PASSED
2107 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_verify_sha512[params4] PASSED
2108 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_verify_sha512[params5] PASSED
2109 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_invalid_verify PASSED
2110 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_floating_point_time_generate PASSED
2111 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_get_provisioning_uri PASSED
2112 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_buffer_protocol PASSED
2113 tests/hazmat/primitives/twofactor/test_totp.py::TestTOTP::test_invalid_time PASSED
2114 tests/hazmat/test_oid.py::test_basic_oid PASSED
2115 tests/hazmat/test_oid.py::test_oid_equal PASSED
2116 tests/hazmat/test_oid.py::test_oid_deepcopy PASSED
2117 tests/hazmat/test_oid.py::test_oid_constraint PASSED
2118 tests/test_cryptography_utils.py::TestCachedProperty::test_simple PASSED
2119 tests/test_cryptography_utils.py::TestCachedProperty::test_set PASSED
2120 tests/test_cryptography_utils.py::test_enum PASSED
2121 tests/test_fernet.py::TestFernet::test_generate[generate.json[0]] PASSED
2122 tests/test_fernet.py::TestFernet::test_verify[verify.json[0]] PASSED
2123 tests/test_fernet.py::TestFernet::test_invalid[invalid.json[0]] PASSED
2124 tests/test_fernet.py::TestFernet::test_invalid[invalid.json[1]] PASSED
2125 tests/test_fernet.py::TestFernet::test_invalid[invalid.json[2]] PASSED
2126 tests/test_fernet.py::TestFernet::test_invalid[invalid.json[3]] PASSED
2127 tests/test_fernet.py::TestFernet::test_invalid[invalid.json[4]] PASSED
2128 tests/test_fernet.py::TestFernet::test_invalid[invalid.json[5]] PASSED
2129 tests/test_fernet.py::TestFernet::test_invalid[invalid.json[6]] PASSED
2130 tests/test_fernet.py::TestFernet::test_invalid[invalid.json[7]] PASSED
2131 tests/test_fernet.py::TestFernet::test_invalid_start_byte PASSED
2132 tests/test_fernet.py::TestFernet::test_timestamp_too_short PASSED
2133 tests/test_fernet.py::TestFernet::test_non_base64_token PASSED
2134 tests/test_fernet.py::TestFernet::test_invalid_types PASSED
2135 tests/test_fernet.py::TestFernet::test_timestamp_ignored_no_ttl PASSED
2136 tests/test_fernet.py::TestFernet::test_ttl_required_in_decrypt_at_time PASSED
2137 tests/test_fernet.py::TestFernet::test_roundtrips[] PASSED
2138 tests/test_fernet.py::TestFernet::test_roundtrips[Abc!] PASSED
2139 tests/test_fernet.py::TestFernet::test_roundtrips[\x00\xff\x00\x80] PASSED
2140 tests/test_fernet.py::TestFernet::test_bad_key[YWJj] PASSED
2141 tests/test_fernet.py::TestFernet::test_bad_key[abc] PASSED
2142 tests/test_fernet.py::TestFernet::test_extract_timestamp PASSED
2143 tests/test_fernet.py::TestMultiFernet::test_encrypt PASSED
2144 tests/test_fernet.py::TestMultiFernet::test_decrypt PASSED
2145 tests/test_fernet.py::TestMultiFernet::test_decrypt_at_time PASSED
2146 tests/test_fernet.py::TestMultiFernet::test_no_fernets PASSED
2147 tests/test_fernet.py::TestMultiFernet::test_non_iterable_argument PASSED
2148 tests/test_fernet.py::TestMultiFernet::test_rotate_bytes PASSED
2149 tests/test_fernet.py::TestMultiFernet::test_rotate_str PASSED
2150 tests/test_fernet.py::TestMultiFernet::test_rotate_preserves_timestamp PASSED
2151 tests/test_fernet.py::TestMultiFernet::test_rotate_decrypt_no_shared_keys PASSED
2152 tests/test_fernet.py::TestMultiFernet::test_extract_timestamp_first_fernet_valid_token PASSED
2153 tests/test_fernet.py::TestMultiFernet::test_extract_timestamp_second_fernet_valid_token PASSED
2154 tests/test_fernet.py::TestMultiFernet::test_extract_timestamp_invalid_token PASSED
2155 tests/test_meta.py::test_no_circular_imports PASSED
2156 tests/test_utils.py::test_int_to_bytes_rejects_zero_length PASSED
2157 tests/test_utils.py::test_check_backend_support_skip PASSED
2158 tests/test_utils.py::test_check_backend_support_no_skip PASSED
2159 tests/test_utils.py::test_load_nist_vectors PASSED
2160 tests/test_utils.py::test_load_nist_vectors_with_null_chars PASSED
2161 tests/test_utils.py::test_load_ed25519_vectors PASSED
2162 tests/test_utils.py::test_load_cryptrec_vectors PASSED
2163 tests/test_utils.py::test_load_cryptrec_vectors_invalid PASSED
2164 tests/test_utils.py::test_load_hash_vectors PASSED
2165 tests/test_utils.py::test_load_hmac_vectors PASSED
2166 tests/test_utils.py::test_load_hash_vectors_bad_data PASSED
2167 tests/test_utils.py::test_load_vectors_from_file PASSED
2168 tests/test_utils.py::test_load_nist_gcm_vectors PASSED
2169 tests/test_utils.py::test_load_pkcs1_vectors PASSED
2170 tests/test_utils.py::test_load_pkcs1_oaep_vectors PASSED
2171 tests/test_utils.py::test_load_hotp_vectors PASSED
2172 tests/test_utils.py::test_load_totp_vectors PASSED
2173 tests/test_utils.py::test_load_rsa_nist_vectors PASSED
2174 tests/test_utils.py::test_load_rsa_nist_pkcs1v15_verification_vectors PASSED
2175 tests/test_utils.py::test_load_rsa_nist_pss_verification_vectors PASSED
2176 tests/test_utils.py::test_load_fips_dsa_key_pair_vectors PASSED
2177 tests/test_utils.py::test_load_fips_dsa_sig_ver_vectors PASSED
2178 tests/test_utils.py::test_load_fips_dsa_sig_gen_vectors PASSED
2179 tests/test_utils.py::test_load_fips_ecdsa_key_pair_vectors PASSED
2180 tests/test_utils.py::test_load_fips_ecdsa_signing_vectors PASSED
2181 tests/test_utils.py::test_load_kasvs_dh_vectors PASSED
2182 tests/test_utils.py::test_load_kasvs_ecdh_vectors_empty_vector_data PASSED
2183 tests/test_utils.py::test_load_kasvs_ecdh_vectors PASSED
2184 tests/test_utils.py::test_load_kasvs_ecdh_kdf_vectors PASSED
2185 tests/test_utils.py::test_load_x963_vectors PASSED
2186 tests/test_utils.py::test_load_kbkdf_vectors PASSED
2187 tests/test_utils.py::test_load_nist_ccm_vectors_dvpt PASSED
2188 tests/test_utils.py::test_load_nist_ccm_vectors_vadt PASSED
2189 tests/test_utils.py::test_vector_version PASSED
2190 tests/test_utils.py::test_raises_unsupported_algorithm_wrong_type PASSED
2191 tests/test_utils.py::test_raises_unsupported_algorithm_wrong_reason PASSED
2192 tests/test_utils.py::test_raises_unsupported_no_exc PASSED
2193 tests/test_utils.py::test_raises_unsupported_algorithm PASSED
2194 tests/test_utils.py::TestDeprecated::test_getattr PASSED
2195 tests/test_utils.py::TestDeprecated::test_inspect_deprecated_module PASSED
2196 tests/test_warnings.py::TestDeprecated::test_deprecated PASSED
2197 tests/test_warnings.py::TestDeprecated::test_deleting_deprecated_members PASSED
2198 tests/wycheproof/test_aes.py::test_aes_cbc_pkcs5[aes_cbc_pkcs5_test.json] SKIPPED
2199 tests/wycheproof/test_aes.py::test_aes_gcm[aes_gcm_test.json] SKIPPED
2200 tests/wycheproof/test_aes.py::test_aes_gcm_aead_api[aes_gcm_test.json] SKIPPED
2201 tests/wycheproof/test_aes.py::test_aes_ccm_aead_api[aes_ccm_test.json] SKIPPED
2202 tests/wycheproof/test_chacha20poly1305.py::test_chacha20poly1305[chacha20_poly1305_test.json] SKIPPED
2203 tests/wycheproof/test_cmac.py::test_aes_cmac[aes_cmac_test.json] SKIPPED
2204 tests/wycheproof/test_dsa.py::test_dsa_signature[dsa_test.json] SKIPPED
2205 tests/wycheproof/test_dsa.py::test_dsa_signature[dsa_2048_224_sha224_test.json] SKIPPED
2206 tests/wycheproof/test_dsa.py::test_dsa_signature[dsa_2048_224_sha256_test.json] SKIPPED
2207 tests/wycheproof/test_dsa.py::test_dsa_signature[dsa_2048_256_sha256_test.json] SKIPPED
2208 tests/wycheproof/test_dsa.py::test_dsa_signature[dsa_3072_256_sha256_test.json] SKIPPED
2209 tests/wycheproof/test_ecdh.py::test_ecdh[ecdh_test.json] SKIPPED (no...)
2210 tests/wycheproof/test_ecdh.py::test_ecdh[ecdh_brainpoolP224r1_test.json] SKIPPED
2211 tests/wycheproof/test_ecdh.py::test_ecdh[ecdh_brainpoolP256r1_test.json] SKIPPED
2212 tests/wycheproof/test_ecdh.py::test_ecdh[ecdh_brainpoolP320r1_test.json] SKIPPED
2213 tests/wycheproof/test_ecdh.py::test_ecdh[ecdh_brainpoolP384r1_test.json] SKIPPED
2214 tests/wycheproof/test_ecdh.py::test_ecdh[ecdh_brainpoolP512r1_test.json] SKIPPED
2215 tests/wycheproof/test_ecdh.py::test_ecdh[ecdh_secp224r1_test.json] SKIPPED
2216 tests/wycheproof/test_ecdh.py::test_ecdh[ecdh_secp256k1_test.json] SKIPPED
2217 tests/wycheproof/test_ecdh.py::test_ecdh[ecdh_secp256r1_test.json] SKIPPED
2218 tests/wycheproof/test_ecdh.py::test_ecdh[ecdh_secp384r1_test.json] SKIPPED
2219 tests/wycheproof/test_ecdh.py::test_ecdh[ecdh_secp521r1_test.json] SKIPPED
2220 tests/wycheproof/test_ecdh.py::test_ecdh[ecdh_sect283k1_test.json] SKIPPED
2221 tests/wycheproof/test_ecdh.py::test_ecdh[ecdh_sect283r1_test.json] SKIPPED
2222 tests/wycheproof/test_ecdh.py::test_ecdh[ecdh_sect409k1_test.json] SKIPPED
2223 tests/wycheproof/test_ecdh.py::test_ecdh[ecdh_sect409r1_test.json] SKIPPED
2224 tests/wycheproof/test_ecdh.py::test_ecdh[ecdh_sect571k1_test.json] SKIPPED
2225 tests/wycheproof/test_ecdh.py::test_ecdh[ecdh_sect571r1_test.json] SKIPPED
2226 tests/wycheproof/test_ecdh.py::test_ecdh_ecpoint[ecdh_secp224r1_ecpoint_test.json] SKIPPED
2227 tests/wycheproof/test_ecdh.py::test_ecdh_ecpoint[ecdh_secp256r1_ecpoint_test.json] SKIPPED
2228 tests/wycheproof/test_ecdh.py::test_ecdh_ecpoint[ecdh_secp384r1_ecpoint_test.json] SKIPPED
2229 tests/wycheproof/test_ecdh.py::test_ecdh_ecpoint[ecdh_secp521r1_ecpoint_test.json] SKIPPED
2230 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_test.json] SKIPPED
2231 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_brainpoolP224r1_sha224_test.json] SKIPPED
2232 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_brainpoolP256r1_sha256_test.json] SKIPPED
2233 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_brainpoolP320r1_sha384_test.json] SKIPPED
2234 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_brainpoolP384r1_sha384_test.json] SKIPPED
2235 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_brainpoolP512r1_sha512_test.json] SKIPPED
2236 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_secp224r1_sha224_test.json] SKIPPED
2237 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_secp224r1_sha256_test.json] SKIPPED
2238 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_secp224r1_sha512_test.json] SKIPPED
2239 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_secp224r1_sha3_224_test.json] SKIPPED
2240 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_secp224r1_sha3_256_test.json] SKIPPED
2241 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_secp224r1_sha3_512_test.json] SKIPPED
2242 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_secp256k1_sha256_test.json] SKIPPED
2243 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_secp256k1_sha512_test.json] SKIPPED
2244 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_secp256k1_sha3_256_test.json] SKIPPED
2245 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_secp256k1_sha3_512_test.json] SKIPPED
2246 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_secp256r1_sha256_test.json] SKIPPED
2247 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_secp256r1_sha512_test.json] SKIPPED
2248 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_secp256r1_sha3_256_test.json] SKIPPED
2249 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_secp256r1_sha3_512_test.json] SKIPPED
2250 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_secp384r1_sha384_test.json] SKIPPED
2251 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_secp384r1_sha512_test.json] SKIPPED
2252 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_secp384r1_sha3_384_test.json] SKIPPED
2253 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_secp384r1_sha3_512_test.json] SKIPPED
2254 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_secp521r1_sha512_test.json] SKIPPED
2255 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_secp521r1_sha3_512_test.json] SKIPPED
2256 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_secp160k1_sha256_test.json] SKIPPED
2257 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_secp160r1_sha256_test.json] SKIPPED
2258 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_secp160r2_sha256_test.json] SKIPPED
2259 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_secp192k1_sha256_test.json] SKIPPED
2260 tests/wycheproof/test_ecdsa.py::test_ecdsa_signature[ecdsa_secp192r1_sha256_test.json] SKIPPED
2261 tests/wycheproof/test_eddsa.py::test_ed25519_signature[eddsa_test.json] SKIPPED
2262 tests/wycheproof/test_eddsa.py::test_ed448_signature[ed448_test.json] SKIPPED
2263 tests/wycheproof/test_hkdf.py::test_hkdf[hkdf_sha1_test.json] SKIPPED
2264 tests/wycheproof/test_hkdf.py::test_hkdf[hkdf_sha256_test.json] SKIPPED
2265 tests/wycheproof/test_hkdf.py::test_hkdf[hkdf_sha384_test.json] SKIPPED
2266 tests/wycheproof/test_hkdf.py::test_hkdf[hkdf_sha512_test.json] SKIPPED
2267 tests/wycheproof/test_hmac.py::test_hmac[hmac_sha1_test.json] SKIPPED
2268 tests/wycheproof/test_hmac.py::test_hmac[hmac_sha224_test.json] SKIPPED
2269 tests/wycheproof/test_hmac.py::test_hmac[hmac_sha256_test.json] SKIPPED
2270 tests/wycheproof/test_hmac.py::test_hmac[hmac_sha384_test.json] SKIPPED
2271 tests/wycheproof/test_hmac.py::test_hmac[hmac_sha3_224_test.json] SKIPPED
2272 tests/wycheproof/test_hmac.py::test_hmac[hmac_sha3_256_test.json] SKIPPED
2273 tests/wycheproof/test_hmac.py::test_hmac[hmac_sha3_384_test.json] SKIPPED
2274 tests/wycheproof/test_hmac.py::test_hmac[hmac_sha3_512_test.json] SKIPPED
2275 tests/wycheproof/test_hmac.py::test_hmac[hmac_sha512_test.json] SKIPPED
2276 tests/wycheproof/test_keywrap.py::test_keywrap_with_padding[kwp_test.json] SKIPPED
2277 tests/wycheproof/test_keywrap.py::test_keywrap[kw_test.json] SKIPPED
2278 tests/wycheproof/test_pbkdf2.py::test_pbkdf2[pbkdf2_hmacsha1_test.json] SKIPPED
2279 tests/wycheproof/test_pbkdf2.py::test_pbkdf2[pbkdf2_hmacsha224_test.json] SKIPPED
2280 tests/wycheproof/test_pbkdf2.py::test_pbkdf2[pbkdf2_hmacsha256_test.json] SKIPPED
2281 tests/wycheproof/test_pbkdf2.py::test_pbkdf2[pbkdf2_hmacsha384_test.json] SKIPPED
2282 tests/wycheproof/test_pbkdf2.py::test_pbkdf2[pbkdf2_hmacsha512_test.json] SKIPPED
2283 tests/wycheproof/test_rsa.py::test_rsa_pkcs1v15_signature[rsa_signature_test.json] SKIPPED
2284 tests/wycheproof/test_rsa.py::test_rsa_pkcs1v15_signature[rsa_signature_2048_sha224_test.json] SKIPPED
2285 tests/wycheproof/test_rsa.py::test_rsa_pkcs1v15_signature[rsa_signature_2048_sha256_test.json] SKIPPED
2286 tests/wycheproof/test_rsa.py::test_rsa_pkcs1v15_signature[rsa_signature_2048_sha384_test.json] SKIPPED
2287 tests/wycheproof/test_rsa.py::test_rsa_pkcs1v15_signature[rsa_signature_2048_sha512_test.json] SKIPPED
2288 tests/wycheproof/test_rsa.py::test_rsa_pkcs1v15_signature[rsa_signature_2048_sha512_224_test.json] SKIPPED
2289 tests/wycheproof/test_rsa.py::test_rsa_pkcs1v15_signature[rsa_signature_2048_sha512_256_test.json] SKIPPED
2290 tests/wycheproof/test_rsa.py::test_rsa_pkcs1v15_signature[rsa_signature_2048_sha3_224_test.json] SKIPPED
2291 tests/wycheproof/test_rsa.py::test_rsa_pkcs1v15_signature[rsa_signature_2048_sha3_256_test.json] SKIPPED
2292 tests/wycheproof/test_rsa.py::test_rsa_pkcs1v15_signature[rsa_signature_2048_sha3_384_test.json] SKIPPED
2293 tests/wycheproof/test_rsa.py::test_rsa_pkcs1v15_signature[rsa_signature_2048_sha3_512_test.json] SKIPPED
2294 tests/wycheproof/test_rsa.py::test_rsa_pkcs1v15_signature[rsa_signature_3072_sha256_test.json] SKIPPED
2295 tests/wycheproof/test_rsa.py::test_rsa_pkcs1v15_signature[rsa_signature_3072_sha384_test.json] SKIPPED
2296 tests/wycheproof/test_rsa.py::test_rsa_pkcs1v15_signature[rsa_signature_3072_sha512_test.json] SKIPPED
2297 tests/wycheproof/test_rsa.py::test_rsa_pkcs1v15_signature[rsa_signature_3072_sha512_256_test.json] SKIPPED
2298 tests/wycheproof/test_rsa.py::test_rsa_pkcs1v15_signature[rsa_signature_3072_sha3_256_test.json] SKIPPED
2299 tests/wycheproof/test_rsa.py::test_rsa_pkcs1v15_signature[rsa_signature_3072_sha3_384_test.json] SKIPPED
2300 tests/wycheproof/test_rsa.py::test_rsa_pkcs1v15_signature[rsa_signature_3072_sha3_512_test.json] SKIPPED
2301 tests/wycheproof/test_rsa.py::test_rsa_pkcs1v15_signature[rsa_signature_4096_sha384_test.json] SKIPPED
2302 tests/wycheproof/test_rsa.py::test_rsa_pkcs1v15_signature[rsa_signature_4096_sha512_test.json] SKIPPED
2303 tests/wycheproof/test_rsa.py::test_rsa_pkcs1v15_signature[rsa_signature_4096_sha512_256_test.json] SKIPPED
2304 tests/wycheproof/test_rsa.py::test_rsa_pkcs1v15_signature_generation[rsa_sig_gen_misc_test.json] SKIPPED
2305 tests/wycheproof/test_rsa.py::test_rsa_pss_signature[rsa_pss_2048_sha1_mgf1_20_test.json] SKIPPED
2306 tests/wycheproof/test_rsa.py::test_rsa_pss_signature[rsa_pss_2048_sha256_mgf1_0_test.json] SKIPPED
2307 tests/wycheproof/test_rsa.py::test_rsa_pss_signature[rsa_pss_2048_sha256_mgf1_32_test.json] SKIPPED
2308 tests/wycheproof/test_rsa.py::test_rsa_pss_signature[rsa_pss_2048_sha512_256_mgf1_28_test.json] SKIPPED
2309 tests/wycheproof/test_rsa.py::test_rsa_pss_signature[rsa_pss_2048_sha512_256_mgf1_32_test.json] SKIPPED
2310 tests/wycheproof/test_rsa.py::test_rsa_pss_signature[rsa_pss_3072_sha256_mgf1_32_test.json] SKIPPED
2311 tests/wycheproof/test_rsa.py::test_rsa_pss_signature[rsa_pss_4096_sha256_mgf1_32_test.json] SKIPPED
2312 tests/wycheproof/test_rsa.py::test_rsa_pss_signature[rsa_pss_4096_sha512_mgf1_32_test.json] SKIPPED
2313 tests/wycheproof/test_rsa.py::test_rsa_pss_signature[rsa_pss_misc_test.json] SKIPPED
2314 tests/wycheproof/test_rsa.py::test_rsa_oaep_encryption[rsa_oaep_2048_sha1_mgf1sha1_test.json] SKIPPED
2315 tests/wycheproof/test_rsa.py::test_rsa_oaep_encryption[rsa_oaep_2048_sha224_mgf1sha1_test.json] SKIPPED
2316 tests/wycheproof/test_rsa.py::test_rsa_oaep_encryption[rsa_oaep_2048_sha224_mgf1sha224_test.json] SKIPPED
2317 tests/wycheproof/test_rsa.py::test_rsa_oaep_encryption[rsa_oaep_2048_sha256_mgf1sha1_test.json] SKIPPED
2318 tests/wycheproof/test_rsa.py::test_rsa_oaep_encryption[rsa_oaep_2048_sha256_mgf1sha256_test.json] SKIPPED
2319 tests/wycheproof/test_rsa.py::test_rsa_oaep_encryption[rsa_oaep_2048_sha384_mgf1sha1_test.json] SKIPPED
2320 tests/wycheproof/test_rsa.py::test_rsa_oaep_encryption[rsa_oaep_2048_sha384_mgf1sha384_test.json] SKIPPED
2321 tests/wycheproof/test_rsa.py::test_rsa_oaep_encryption[rsa_oaep_2048_sha512_mgf1sha1_test.json] SKIPPED
2322 tests/wycheproof/test_rsa.py::test_rsa_oaep_encryption[rsa_oaep_2048_sha512_mgf1sha512_test.json] SKIPPED
2323 tests/wycheproof/test_rsa.py::test_rsa_oaep_encryption[rsa_oaep_3072_sha256_mgf1sha1_test.json] SKIPPED
2324 tests/wycheproof/test_rsa.py::test_rsa_oaep_encryption[rsa_oaep_3072_sha256_mgf1sha256_test.json] SKIPPED
2325 tests/wycheproof/test_rsa.py::test_rsa_oaep_encryption[rsa_oaep_3072_sha512_mgf1sha1_test.json] SKIPPED
2326 tests/wycheproof/test_rsa.py::test_rsa_oaep_encryption[rsa_oaep_3072_sha512_mgf1sha512_test.json] SKIPPED
2327 tests/wycheproof/test_rsa.py::test_rsa_oaep_encryption[rsa_oaep_4096_sha256_mgf1sha1_test.json] SKIPPED
2328 tests/wycheproof/test_rsa.py::test_rsa_oaep_encryption[rsa_oaep_4096_sha256_mgf1sha256_test.json] SKIPPED
2329 tests/wycheproof/test_rsa.py::test_rsa_oaep_encryption[rsa_oaep_4096_sha512_mgf1sha1_test.json] SKIPPED
2330 tests/wycheproof/test_rsa.py::test_rsa_oaep_encryption[rsa_oaep_4096_sha512_mgf1sha512_test.json] SKIPPED
2331 tests/wycheproof/test_rsa.py::test_rsa_oaep_encryption[rsa_oaep_misc_test.json] SKIPPED
2332 tests/wycheproof/test_rsa.py::test_rsa_pkcs1_encryption[rsa_pkcs1_2048_test.json] SKIPPED
2333 tests/wycheproof/test_rsa.py::test_rsa_pkcs1_encryption[rsa_pkcs1_3072_test.json] SKIPPED
2334 tests/wycheproof/test_rsa.py::test_rsa_pkcs1_encryption[rsa_pkcs1_4096_test.json] SKIPPED
2335 tests/wycheproof/test_utils.py::test_wycheproof_test_repr PASSED
2336 tests/wycheproof/test_x25519.py::test_x25519[x25519_test.json] SKIPPED
2337 tests/wycheproof/test_x448.py::test_x448[x448_test.json] SKIPPED (no...)
2338 tests/x509/test_name.py::TestRFC4514::test_invalid PASSED
2339 tests/x509/test_name.py::TestRFC4514::test_valid PASSED
2340 tests/x509/test_name.py::TestRFC4514::test_attr_name_override PASSED
2341 tests/x509/test_name.py::TestRFC4514::test_generate_parse PASSED
2342 tests/x509/test_ocsp.py::TestOCSPRequest::test_bad_request PASSED
2343 tests/x509/test_ocsp.py::TestOCSPRequest::test_load_request PASSED
2344 tests/x509/test_ocsp.py::TestOCSPRequest::test_load_request_with_extensions PASSED
2345 tests/x509/test_ocsp.py::TestOCSPRequest::test_load_request_with_acceptable_responses PASSED
2346 tests/x509/test_ocsp.py::TestOCSPRequest::test_load_request_with_unknown_extension PASSED
2347 tests/x509/test_ocsp.py::TestOCSPRequest::test_load_request_with_duplicate_extension PASSED
2348 tests/x509/test_ocsp.py::TestOCSPRequest::test_load_request_two_requests PASSED
2349 tests/x509/test_ocsp.py::TestOCSPRequest::test_invalid_hash_algorithm PASSED
2350 tests/x509/test_ocsp.py::TestOCSPRequest::test_serialize_request PASSED
2351 tests/x509/test_ocsp.py::TestOCSPRequest::test_invalid_serialize_encoding PASSED
2352 tests/x509/test_ocsp.py::TestOCSPRequestBuilder::test_add_cert_twice PASSED
2353 tests/x509/test_ocsp.py::TestOCSPRequestBuilder::test_add_cert_by_hash_twice PASSED
2354 tests/x509/test_ocsp.py::TestOCSPRequestBuilder::test_add_cert_by_hash_bad_hash PASSED
2355 tests/x509/test_ocsp.py::TestOCSPRequestBuilder::test_create_ocsp_request_no_req PASSED
2356 tests/x509/test_ocsp.py::TestOCSPRequestBuilder::test_create_ocsp_request_invalid_alg PASSED
2357 tests/x509/test_ocsp.py::TestOCSPRequestBuilder::test_add_extension_twice PASSED
2358 tests/x509/test_ocsp.py::TestOCSPRequestBuilder::test_add_invalid_extension PASSED
2359 tests/x509/test_ocsp.py::TestOCSPRequestBuilder::test_unsupported_extension PASSED
2360 tests/x509/test_ocsp.py::TestOCSPRequestBuilder::test_create_ocsp_request_invalid_cert PASSED
2361 tests/x509/test_ocsp.py::TestOCSPRequestBuilder::test_create_ocsp_request PASSED
2362 tests/x509/test_ocsp.py::TestOCSPRequestBuilder::test_create_ocsp_request_with_extension[ext0-False] PASSED
2363 tests/x509/test_ocsp.py::TestOCSPRequestBuilder::test_create_ocsp_request_with_extension[ext1-True] PASSED
2364 tests/x509/test_ocsp.py::TestOCSPRequestBuilder::test_add_cert_by_hash PASSED
2365 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_add_response_twice PASSED
2366 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_invalid_add_response PASSED
2367 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_invalid_certificates PASSED
2368 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_invalid_responder_id PASSED
2369 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_invalid_extension PASSED
2370 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_unsupported_extension PASSED
2371 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_sign_no_response PASSED
2372 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_sign_no_responder_id PASSED
2373 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_sign_invalid_hash_algorithm PASSED
2374 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_sign_good_cert PASSED
2375 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_sign_revoked_cert PASSED
2376 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_sign_unknown_cert PASSED
2377 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_sign_with_appended_certs PASSED
2378 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_sign_revoked_no_next_update PASSED
2379 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_sign_revoked_with_reason PASSED
2380 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_sign_responder_id_key_hash PASSED
2381 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_invalid_sign_responder_cert_does_not_match_private_key PASSED
2382 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_sign_with_extension PASSED
2383 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_build_non_successful_statuses[OCSPResponseStatus.MALFORMED_REQUEST-0\x03\n\x01\x01] PASSED
2384 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_build_non_successful_statuses[OCSPResponseStatus.INTERNAL_ERROR-0\x03\n\x01\x02] PASSED
2385 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_build_non_successful_statuses[OCSPResponseStatus.TRY_LATER-0\x03\n\x01\x03] PASSED
2386 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_build_non_successful_statuses[OCSPResponseStatus.SIG_REQUIRED-0\x03\n\x01\x05] PASSED
2387 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_build_non_successful_statuses[OCSPResponseStatus.UNAUTHORIZED-0\x03\n\x01\x06] PASSED
2388 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_invalid_build_not_a_status PASSED
2389 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_invalid_build_successful_status PASSED
2390 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_sign_unknown_private_key PASSED
2391 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_sign_unrecognized_hash_algorithm PASSED
2392 tests/x509/test_ocsp.py::TestOCSPResponseBuilder::test_sign_none_hash_not_eddsa PASSED
2393 tests/x509/test_ocsp.py::TestSignedCertificateTimestampsExtension::test_init PASSED
2394 tests/x509/test_ocsp.py::TestSignedCertificateTimestampsExtension::test_repr PASSED
2395 tests/x509/test_ocsp.py::TestSignedCertificateTimestampsExtension::test_eq PASSED
2396 tests/x509/test_ocsp.py::TestSignedCertificateTimestampsExtension::test_ne PASSED
2397 tests/x509/test_ocsp.py::TestSignedCertificateTimestampsExtension::test_hash PASSED
2398 tests/x509/test_ocsp.py::TestSignedCertificateTimestampsExtension::test_entry_type PASSED
2399 tests/x509/test_ocsp.py::TestOCSPResponse::test_bad_response PASSED
2400 tests/x509/test_ocsp.py::TestOCSPResponse::test_load_response PASSED
2401 tests/x509/test_ocsp.py::TestOCSPResponse::test_load_multi_valued_response PASSED
2402 tests/x509/test_ocsp.py::TestOCSPResponse::test_multi_valued_responses PASSED
2403 tests/x509/test_ocsp.py::TestOCSPResponse::test_load_unauthorized PASSED
2404 tests/x509/test_ocsp.py::TestOCSPResponse::test_load_revoked PASSED
2405 tests/x509/test_ocsp.py::TestOCSPResponse::test_load_delegate_unknown_cert PASSED
2406 tests/x509/test_ocsp.py::TestOCSPResponse::test_load_invalid_signature_oid PASSED
2407 tests/x509/test_ocsp.py::TestOCSPResponse::test_unknown_hash_algorithm PASSED
2408 tests/x509/test_ocsp.py::TestOCSPResponse::test_load_responder_key_hash PASSED
2409 tests/x509/test_ocsp.py::TestOCSPResponse::test_load_revoked_reason PASSED
2410 tests/x509/test_ocsp.py::TestOCSPResponse::test_load_revoked_no_next_update PASSED
2411 tests/x509/test_ocsp.py::TestOCSPResponse::test_response_extensions PASSED
2412 tests/x509/test_ocsp.py::TestOCSPResponse::test_response_unknown_extension PASSED
2413 tests/x509/test_ocsp.py::TestOCSPResponse::test_serialize_reponse PASSED
2414 tests/x509/test_ocsp.py::TestOCSPResponse::test_invalid_serialize_encoding PASSED
2415 tests/x509/test_ocsp.py::TestOCSPResponse::test_single_extensions_sct PASSED
2416 tests/x509/test_ocsp.py::TestOCSPResponse::test_single_extensions PASSED
2417 tests/x509/test_ocsp.py::TestOCSPResponse::test_unknown_response_type PASSED
2418 tests/x509/test_ocsp.py::TestOCSPResponse::test_response_bytes_absent PASSED
2419 tests/x509/test_ocsp.py::TestOCSPResponse::test_unknown_response_status PASSED
2420 tests/x509/test_ocsp.py::TestOCSPEdDSA::test_invalid_algorithm PASSED
2421 tests/x509/test_ocsp.py::TestOCSPEdDSA::test_sign_ed25519 PASSED
2422 tests/x509/test_ocsp.py::TestOCSPEdDSA::test_sign_ed448 PASSED
2423 tests/x509/test_x509.py::TestCertificateRevocationList::test_load_pem_crl PASSED
2424 tests/x509/test_x509.py::TestCertificateRevocationList::test_load_der_crl PASSED
2425 tests/x509/test_x509.py::TestCertificateRevocationList::test_load_large_crl PASSED
2426 tests/x509/test_x509.py::TestCertificateRevocationList::test_empty_crl_no_sequence PASSED
2427 tests/x509/test_x509.py::TestCertificateRevocationList::test_invalid_pem PASSED
2428 tests/x509/test_x509.py::TestCertificateRevocationList::test_invalid_der PASSED
2429 tests/x509/test_x509.py::TestCertificateRevocationList::test_invalid_time PASSED
2430 tests/x509/test_x509.py::TestCertificateRevocationList::test_unknown_signature_algorithm PASSED
2431 tests/x509/test_x509.py::TestCertificateRevocationList::test_invalid_version PASSED
2432 tests/x509/test_x509.py::TestCertificateRevocationList::test_issuer PASSED
2433 tests/x509/test_x509.py::TestCertificateRevocationList::test_equality PASSED
2434 tests/x509/test_x509.py::TestCertificateRevocationList::test_comparison PASSED
2435 tests/x509/test_x509.py::TestCertificateRevocationList::test_update_dates PASSED
2436 tests/x509/test_x509.py::TestCertificateRevocationList::test_no_next_update PASSED
2437 tests/x509/test_x509.py::TestCertificateRevocationList::test_unrecognized_extension PASSED
2438 tests/x509/test_x509.py::TestCertificateRevocationList::test_revoked_cert_retrieval PASSED
2439 tests/x509/test_x509.py::TestCertificateRevocationList::test_get_revoked_certificate_by_serial_number PASSED
2440 tests/x509/test_x509.py::TestCertificateRevocationList::test_revoked_cert_retrieval_retain_only_revoked PASSED
2441 tests/x509/test_x509.py::TestCertificateRevocationList::test_extensions PASSED
2442 tests/x509/test_x509.py::TestCertificateRevocationList::test_delta_crl_indicator PASSED
2443 tests/x509/test_x509.py::TestCertificateRevocationList::test_signature PASSED
2444 tests/x509/test_x509.py::TestCertificateRevocationList::test_tbs_certlist_bytes PASSED
2445 tests/x509/test_x509.py::TestCertificateRevocationList::test_public_bytes_pem PASSED
2446 tests/x509/test_x509.py::TestCertificateRevocationList::test_public_bytes_der PASSED
2447 tests/x509/test_x509.py::TestCertificateRevocationList::test_public_bytes_match[x509/custom/crl_all_reasons.pem-load_pem_x509_crl-Encoding.PEM] PASSED
2448 tests/x509/test_x509.py::TestCertificateRevocationList::test_public_bytes_match[x509/PKITS_data/crls/GoodCACRL.crl-load_der_x509_crl-Encoding.DER] PASSED
2449 tests/x509/test_x509.py::TestCertificateRevocationList::test_public_bytes_invalid_encoding PASSED
2450 tests/x509/test_x509.py::TestCertificateRevocationList::test_verify_bad PASSED
2451 tests/x509/test_x509.py::TestCertificateRevocationList::test_verify_good PASSED
2452 tests/x509/test_x509.py::TestCertificateRevocationList::test_verify_argument_must_be_a_public_key PASSED
2453 tests/x509/test_x509.py::TestRevokedCertificate::test_revoked_basics PASSED
2454 tests/x509/test_x509.py::TestRevokedCertificate::test_revoked_extensions PASSED
2455 tests/x509/test_x509.py::TestRevokedCertificate::test_no_revoked_certs PASSED
2456 tests/x509/test_x509.py::TestRevokedCertificate::test_duplicate_entry_ext PASSED
2457 tests/x509/test_x509.py::TestRevokedCertificate::test_unsupported_crit_entry_ext PASSED
2458 tests/x509/test_x509.py::TestRevokedCertificate::test_unsupported_reason PASSED
2459 tests/x509/test_x509.py::TestRevokedCertificate::test_invalid_cert_issuer_ext PASSED
2460 tests/x509/test_x509.py::TestRevokedCertificate::test_indexing PASSED
2461 tests/x509/test_x509.py::TestRevokedCertificate::test_get_revoked_certificate_doesnt_reorder PASSED
2462 tests/x509/test_x509.py::TestRSAECertificate::test_load_cert_pub_key PASSED
2463 tests/x509/test_x509.py::TestRSAPSSCertificate::test_load_cert_pub_key PASSED
2464 tests/x509/test_x509.py::TestRSAPSSCertificate::test_load_pss_cert_no_null PASSED
2465 tests/x509/test_x509.py::TestRSAPSSCertificate::test_load_pss_sha1_mgf1_sha1 PASSED
2466 tests/x509/test_x509.py::TestRSAPSSCertificate::test_invalid_mgf PASSED
2467 tests/x509/test_x509.py::TestRSAPSSCertificate::test_unsupported_mgf_hash PASSED
2468 tests/x509/test_x509.py::TestRSAPSSCertificate::test_no_sig_params PASSED
2469 tests/x509/test_x509.py::TestRSACertificate::test_load_pem_cert PASSED
2470 tests/x509/test_x509.py::TestRSACertificate::test_check_pkcs1_signature_algorithm_parameters PASSED
2471 tests/x509/test_x509.py::TestRSACertificate::test_load_legacy_pem_header PASSED
2472 tests/x509/test_x509.py::TestRSACertificate::test_load_with_other_sections PASSED
2473 tests/x509/test_x509.py::TestRSACertificate::test_load_multiple_sections PASSED
2474 tests/x509/test_x509.py::TestRSACertificate::test_negative_serial_number PASSED
2475 tests/x509/test_x509.py::TestRSACertificate::test_country_jurisdiction_country_too_long PASSED
2476 tests/x509/test_x509.py::TestRSACertificate::test_alternate_rsa_with_sha1_oid PASSED
2477 tests/x509/test_x509.py::TestRSACertificate::test_load_bmpstring_explicittext PASSED
2478 tests/x509/test_x509.py::TestRSACertificate::test_load_der_cert PASSED
2479 tests/x509/test_x509.py::TestRSACertificate::test_signature PASSED
2480 tests/x509/test_x509.py::TestRSACertificate::test_tbs_certificate_bytes PASSED
2481 tests/x509/test_x509.py::TestRSACertificate::test_tbs_precertificate_bytes_duplicate_extensions_raises PASSED
2482 tests/x509/test_x509.py::TestRSACertificate::test_tbs_precertificate_bytes_no_extensions_raises PASSED
2483 tests/x509/test_x509.py::TestRSACertificate::test_tbs_precertificate_bytes_missing_extension_raises PASSED
2484 tests/x509/test_x509.py::TestRSACertificate::test_tbs_precertificate_bytes_strips_scts PASSED
2485 tests/x509/test_x509.py::TestRSACertificate::test_issuer PASSED
2486 tests/x509/test_x509.py::TestRSACertificate::test_all_issuer_name_types PASSED
2487 tests/x509/test_x509.py::TestRSACertificate::test_subject PASSED
2488 tests/x509/test_x509.py::TestRSACertificate::test_unicode_name PASSED
2489 tests/x509/test_x509.py::TestRSACertificate::test_invalid_unicode_name PASSED
2490 tests/x509/test_x509.py::TestRSACertificate::test_non_ascii_dns_name PASSED
2491 tests/x509/test_x509.py::TestRSACertificate::test_all_subject_name_types PASSED
2492 tests/x509/test_x509.py::TestRSACertificate::test_load_good_ca_cert PASSED
2493 tests/x509/test_x509.py::TestRSACertificate::test_utc_pre_2000_not_before_cert PASSED
2494 tests/x509/test_x509.py::TestRSACertificate::test_pre_2000_utc_not_after_cert PASSED
2495 tests/x509/test_x509.py::TestRSACertificate::test_post_2000_utc_cert PASSED
2496 tests/x509/test_x509.py::TestRSACertificate::test_generalized_time_not_before_cert PASSED
2497 tests/x509/test_x509.py::TestRSACertificate::test_generalized_time_not_after_cert PASSED
2498 tests/x509/test_x509.py::TestRSACertificate::test_invalid_version_cert PASSED
2499 tests/x509/test_x509.py::TestRSACertificate::test_invalid_visiblestring_in_explicit_text PASSED
2500 tests/x509/test_x509.py::TestRSACertificate::test_eq PASSED
2501 tests/x509/test_x509.py::TestRSACertificate::test_ne PASSED
2502 tests/x509/test_x509.py::TestRSACertificate::test_ordering_unsupported PASSED
2503 tests/x509/test_x509.py::TestRSACertificate::test_hash PASSED
2504 tests/x509/test_x509.py::TestRSACertificate::test_version_1_cert PASSED
2505 tests/x509/test_x509.py::TestRSACertificate::test_invalid_pem PASSED
2506 tests/x509/test_x509.py::TestRSACertificate::test_invalid_der PASSED
2507 tests/x509/test_x509.py::TestRSACertificate::test_unsupported_signature_hash_algorithm_cert PASSED
2508 tests/x509/test_x509.py::TestRSACertificate::test_public_bytes_pem PASSED
2509 tests/x509/test_x509.py::TestRSACertificate::test_public_bytes_der PASSED
2510 tests/x509/test_x509.py::TestRSACertificate::test_public_bytes_invalid_encoding PASSED
2511 tests/x509/test_x509.py::TestRSACertificate::test_public_bytes_match[x509/v1_cert.pem-load_pem_x509_certificate-Encoding.PEM] PASSED
2512 tests/x509/test_x509.py::TestRSACertificate::test_public_bytes_match[x509/PKITS_data/certs/GoodCACert.crt-load_der_x509_certificate-Encoding.DER] PASSED
2513 tests/x509/test_x509.py::TestRSACertificate::test_certificate_repr PASSED
2514 tests/x509/test_x509.py::TestRSACertificate::test_parse_tls_feature_extension PASSED
2515 tests/x509/test_x509.py::TestRSACertificate::test_verify_directly_issued_by_rsa_pss PASSED
2516 tests/x509/test_x509.py::TestRSACertificate::test_verify_directly_issued_by_rsa PASSED
2517 tests/x509/test_x509.py::TestRSACertificate::test_verify_directly_issued_by_rsa_bad_sig PASSED
2518 tests/x509/test_x509.py::TestRSACertificate::test_verify_directly_issued_by_rsa_mismatched_inner_out_oid PASSED
2519 tests/x509/test_x509.py::TestRSACertificate::test_verify_directly_issued_by_subject_issuer_mismatch PASSED
2520 tests/x509/test_x509.py::TestRSACertificate::test_verify_directly_issued_by_algorithm_mismatch PASSED
2521 tests/x509/test_x509.py::TestRSACertificate::test_verify_directly_issued_by_unsupported_key_type PASSED
2522 tests/x509/test_x509.py::TestRSACertificate::test_admissions_extension PASSED
2523 tests/x509/test_x509.py::TestRSACertificateRequest::test_load_rsa_certificate_request[x509/requests/rsa_sha1.pem-load_pem_x509_csr] PASSED
2524 tests/x509/test_x509.py::TestRSACertificateRequest::test_load_rsa_certificate_request[x509/requests/rsa_sha1.der-load_der_x509_csr] PASSED
2525 tests/x509/test_x509.py::TestRSACertificateRequest::test_load_legacy_pem_header PASSED
2526 tests/x509/test_x509.py::TestRSACertificateRequest::test_invalid_pem PASSED
2527 tests/x509/test_x509.py::TestRSACertificateRequest::test_invalid_certificate_request[load_pem_x509_csr] PASSED
2528 tests/x509/test_x509.py::TestRSACertificateRequest::test_invalid_certificate_request[load_der_x509_csr] PASSED
2529 tests/x509/test_x509.py::TestRSACertificateRequest::test_unsupported_signature_hash_algorithm_request PASSED
2530 tests/x509/test_x509.py::TestRSACertificateRequest::test_invalid_version PASSED
2531 tests/x509/test_x509.py::TestRSACertificateRequest::test_duplicate_extension PASSED
2532 tests/x509/test_x509.py::TestRSACertificateRequest::test_unsupported_critical_extension PASSED
2533 tests/x509/test_x509.py::TestRSACertificateRequest::test_unsupported_extension PASSED
2534 tests/x509/test_x509.py::TestRSACertificateRequest::test_no_extension_with_other_attributes PASSED
2535 tests/x509/test_x509.py::TestRSACertificateRequest::test_request_basic_constraints PASSED
2536 tests/x509/test_x509.py::TestRSACertificateRequest::test_subject_alt_name PASSED
2537 tests/x509/test_x509.py::TestRSACertificateRequest::test_freeipa_bad_critical PASSED
2538 tests/x509/test_x509.py::TestRSACertificateRequest::test_public_bytes_pem PASSED
2539 tests/x509/test_x509.py::TestRSACertificateRequest::test_public_bytes_der PASSED
2540 tests/x509/test_x509.py::TestRSACertificateRequest::test_signature PASSED
2541 tests/x509/test_x509.py::TestRSACertificateRequest::test_tbs_certrequest_bytes PASSED
2542 tests/x509/test_x509.py::TestRSACertificateRequest::test_public_bytes_invalid_encoding PASSED
2543 tests/x509/test_x509.py::TestRSACertificateRequest::test_signature_invalid PASSED
2544 tests/x509/test_x509.py::TestRSACertificateRequest::test_signature_valid PASSED
2545 tests/x509/test_x509.py::TestRSACertificateRequest::test_public_bytes_match[x509/requests/rsa_sha1.pem-load_pem_x509_csr-Encoding.PEM] PASSED
2546 tests/x509/test_x509.py::TestRSACertificateRequest::test_public_bytes_match[x509/requests/rsa_sha1.der-load_der_x509_csr-Encoding.DER] PASSED
2547 tests/x509/test_x509.py::TestRSACertificateRequest::test_eq PASSED
2548 tests/x509/test_x509.py::TestRSACertificateRequest::test_ne PASSED
2549 tests/x509/test_x509.py::TestRSACertificateRequest::test_ordering_unsupported PASSED
2550 tests/x509/test_x509.py::TestRSACertificateRequest::test_hash PASSED
2551 tests/x509/test_x509.py::TestRSACertificateRequest::test_build_cert[SHA224-hashalg_oid0] PASSED
2552 tests/x509/test_x509.py::TestRSACertificateRequest::test_build_cert[SHA256-hashalg_oid1] PASSED
2553 tests/x509/test_x509.py::TestRSACertificateRequest::test_build_cert[SHA384-hashalg_oid2] PASSED
2554 tests/x509/test_x509.py::TestRSACertificateRequest::test_build_cert[SHA512-hashalg_oid3] PASSED
2555 tests/x509/test_x509.py::TestRSACertificateRequest::test_build_cert[SHA3_224-hashalg_oid4] PASSED
2556 tests/x509/test_x509.py::TestRSACertificateRequest::test_build_cert[SHA3_256-hashalg_oid5] PASSED
2557 tests/x509/test_x509.py::TestRSACertificateRequest::test_build_cert[SHA3_384-hashalg_oid6] PASSED
2558 tests/x509/test_x509.py::TestRSACertificateRequest::test_build_cert[SHA3_512-hashalg_oid7] PASSED
2559 tests/x509/test_x509.py::TestRSACertificateRequest::test_build_cert_private_type_encoding PASSED
2560 tests/x509/test_x509.py::TestRSACertificateRequest::test_build_cert_printable_string_country_name PASSED
2561 tests/x509/test_x509.py::TestCertificateBuilder::test_checks_for_unsupported_extensions PASSED
2562 tests/x509/test_x509.py::TestCertificateBuilder::test_encode_nonstandard_aia PASSED
2563 tests/x509/test_x509.py::TestCertificateBuilder::test_encode_nonstandard_sia PASSED
2564 tests/x509/test_x509.py::TestCertificateBuilder::test_subject_dn_asn1_types PASSED
2565 tests/x509/test_x509.py::TestCertificateBuilder::test_extreme_times[not_valid_before0-not_valid_after0] PASSED
2566 tests/x509/test_x509.py::TestCertificateBuilder::test_extreme_times[not_valid_before1-not_valid_after1] PASSED
2567 tests/x509/test_x509.py::TestCertificateBuilder::test_rdns_preserve_iteration_order PASSED
2568 tests/x509/test_x509.py::TestCertificateBuilder::test_sign_pss[alg0-mgf_alg0] PASSED
2569 tests/x509/test_x509.py::TestCertificateBuilder::test_sign_pss[alg1-mgf_alg1] PASSED
2570 tests/x509/test_x509.py::TestCertificateBuilder::test_sign_pss_length_options[padding_len0-222] PASSED
2571 tests/x509/test_x509.py::TestCertificateBuilder::test_sign_pss_length_options[padding_len1-32] PASSED
2572 tests/x509/test_x509.py::TestCertificateBuilder::test_sign_pss_auto_unsupported PASSED
2573 tests/x509/test_x509.py::TestCertificateBuilder::test_sign_invalid_padding PASSED
2574 tests/x509/test_x509.py::TestCertificateBuilder::test_sign_pss_hash_none PASSED
2575 tests/x509/test_x509.py::TestCertificateBuilder::test_no_subject_name PASSED
2576 tests/x509/test_x509.py::TestCertificateBuilder::test_no_issuer_name PASSED
2577 tests/x509/test_x509.py::TestCertificateBuilder::test_no_public_key PASSED
2578 tests/x509/test_x509.py::TestCertificateBuilder::test_no_not_valid_before PASSED
2579 tests/x509/test_x509.py::TestCertificateBuilder::test_no_not_valid_after PASSED
2580 tests/x509/test_x509.py::TestCertificateBuilder::test_no_serial_number PASSED
2581 tests/x509/test_x509.py::TestCertificateBuilder::test_issuer_name_must_be_a_name_type PASSED
2582 tests/x509/test_x509.py::TestCertificateBuilder::test_issuer_name_may_only_be_set_once PASSED
2583 tests/x509/test_x509.py::TestCertificateBuilder::test_subject_name_must_be_a_name_type PASSED
2584 tests/x509/test_x509.py::TestCertificateBuilder::test_subject_name_may_only_be_set_once PASSED
2585 tests/x509/test_x509.py::TestCertificateBuilder::test_not_valid_before_after_not_valid_after PASSED
2586 tests/x509/test_x509.py::TestCertificateBuilder::test_not_valid_after_before_not_valid_before PASSED
2587 tests/x509/test_x509.py::TestCertificateBuilder::test_public_key_must_be_public_key PASSED
2588 tests/x509/test_x509.py::TestCertificateBuilder::test_public_key_may_only_be_set_once PASSED
2589 tests/x509/test_x509.py::TestCertificateBuilder::test_serial_number_must_be_an_integer_type PASSED
2590 tests/x509/test_x509.py::TestCertificateBuilder::test_serial_number_must_be_non_negative PASSED
2591 tests/x509/test_x509.py::TestCertificateBuilder::test_serial_number_must_be_positive PASSED
2592 tests/x509/test_x509.py::TestCertificateBuilder::test_minimal_serial_number PASSED
2593 tests/x509/test_x509.py::TestCertificateBuilder::test_biggest_serial_number PASSED
2594 tests/x509/test_x509.py::TestCertificateBuilder::test_serial_number_must_be_less_than_160_bits_long PASSED
2595 tests/x509/test_x509.py::TestCertificateBuilder::test_serial_number_may_only_be_set_once PASSED
2596 tests/x509/test_x509.py::TestCertificateBuilder::test_aware_not_valid_after PASSED
2597 tests/x509/test_x509.py::TestCertificateBuilder::test_earliest_time PASSED
2598 tests/x509/test_x509.py::TestCertificateBuilder::test_invalid_not_valid_after PASSED
2599 tests/x509/test_x509.py::TestCertificateBuilder::test_not_valid_after_may_only_be_set_once PASSED
2600 tests/x509/test_x509.py::TestCertificateBuilder::test_aware_not_valid_before PASSED
2601 tests/x509/test_x509.py::TestCertificateBuilder::test_invalid_not_valid_before PASSED
2602 tests/x509/test_x509.py::TestCertificateBuilder::test_not_valid_before_may_only_be_set_once PASSED
2603 tests/x509/test_x509.py::TestCertificateBuilder::test_add_extension_checks_for_duplicates PASSED
2604 tests/x509/test_x509.py::TestCertificateBuilder::test_add_invalid_extension_type PASSED
2605 tests/x509/test_x509.py::TestCertificateBuilder::test_sign_with_unsupported_hash[algorithm0] PASSED
2606 tests/x509/test_x509.py::TestCertificateBuilder::test_sign_with_unsupported_hash[None] PASSED
2607 tests/x509/test_x509.py::TestCertificateBuilder::test_sign_with_unsupported_hash_ed25519 PASSED
2608 tests/x509/test_x509.py::TestCertificateBuilder::test_sign_with_unsupported_hash_ed448 PASSED
2609 tests/x509/test_x509.py::TestCertificateBuilder::test_sign_dsa_with_unsupported_hash[hash_algorithm0] PASSED
2610 tests/x509/test_x509.py::TestCertificateBuilder::test_sign_dsa_with_unsupported_hash[hash_algorithm1] PASSED
2611 tests/x509/test_x509.py::TestCertificateBuilder::test_sign_dsa_with_unsupported_hash[hash_algorithm2] PASSED
2612 tests/x509/test_x509.py::TestCertificateBuilder::test_sign_dsa_with_unsupported_hash[hash_algorithm3] PASSED
2613 tests/x509/test_x509.py::TestCertificateBuilder::test_sign_dsa_with_unsupported_hash[hash_algorithm4] PASSED
2614 tests/x509/test_x509.py::TestCertificateBuilder::test_sign_ec_with_md5 PASSED
2615 tests/x509/test_x509.py::TestCertificateBuilder::test_build_cert_with_dsa_private_key[SHA224-hashalg_oid0] PASSED
2616 tests/x509/test_x509.py::TestCertificateBuilder::test_build_cert_with_dsa_private_key[SHA256-hashalg_oid1] PASSED
2617 tests/x509/test_x509.py::TestCertificateBuilder::test_build_cert_with_dsa_private_key[SHA384-hashalg_oid2] PASSED
2618 tests/x509/test_x509.py::TestCertificateBuilder::test_build_cert_with_dsa_private_key[SHA512-hashalg_oid3] PASSED
2619 tests/x509/test_x509.py::TestCertificateBuilder::test_build_cert_with_ec_private_key[SHA224-hashalg_oid0] PASSED
2620 tests/x509/test_x509.py::TestCertificateBuilder::test_build_cert_with_ec_private_key[SHA256-hashalg_oid1] PASSED
2621 tests/x509/test_x509.py::TestCertificateBuilder::test_build_cert_with_ec_private_key[SHA384-hashalg_oid2] PASSED
2622 tests/x509/test_x509.py::TestCertificateBuilder::test_build_cert_with_ec_private_key[SHA512-hashalg_oid3] PASSED
2623 tests/x509/test_x509.py::TestCertificateBuilder::test_build_cert_with_ec_private_key[SHA3_224-hashalg_oid4] PASSED
2624 tests/x509/test_x509.py::TestCertificateBuilder::test_build_cert_with_ec_private_key[SHA3_256-hashalg_oid5] PASSED
2625 tests/x509/test_x509.py::TestCertificateBuilder::test_build_cert_with_ec_private_key[SHA3_384-hashalg_oid6] PASSED
2626 tests/x509/test_x509.py::TestCertificateBuilder::test_build_cert_with_ec_private_key[SHA3_512-hashalg_oid7] PASSED
2627 tests/x509/test_x509.py::TestCertificateBuilder::test_build_cert_with_bmpstring_universalstring_name PASSED
2628 tests/x509/test_x509.py::TestCertificateBuilder::test_build_cert_with_ed25519 PASSED
2629 tests/x509/test_x509.py::TestCertificateBuilder::test_build_cert_with_public_ed25519_rsa_sig PASSED
2630 tests/x509/test_x509.py::TestCertificateBuilder::test_build_cert_with_ed448 PASSED
2631 tests/x509/test_x509.py::TestCertificateBuilder::test_build_cert_with_public_ed448_rsa_sig PASSED
2632 tests/x509/test_x509.py::TestCertificateBuilder::test_build_cert_with_public_x25519_x448_rsa_sig[X25519PrivateKey-X25519PublicKey-pub_key_oid0] PASSED
2633 tests/x509/test_x509.py::TestCertificateBuilder::test_build_cert_with_public_x25519_x448_rsa_sig[X448PrivateKey-X448PublicKey-pub_key_oid1] PASSED
2634 tests/x509/test_x509.py::TestCertificateBuilder::test_build_cert_with_rsa_key_too_small PASSED
2635 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext0] PASSED
2636 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext1] PASSED
2637 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext2] PASSED
2638 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext3] PASSED
2639 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext4] PASSED
2640 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext5] PASSED
2641 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext6] PASSED
2642 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext7] PASSED
2643 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext8] PASSED
2644 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext9] PASSED
2645 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext10] PASSED
2646 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext11] PASSED
2647 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext12] PASSED
2648 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext13] PASSED
2649 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext14] PASSED
2650 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext15] PASSED
2651 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext16] PASSED
2652 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext17] PASSED
2653 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext18] PASSED
2654 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext19] PASSED
2655 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext20] PASSED
2656 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext21] PASSED
2657 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext22] PASSED
2658 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext23] PASSED
2659 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext24] PASSED
2660 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext25] PASSED
2661 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext26] PASSED
2662 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext27] PASSED
2663 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext28] PASSED
2664 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext29] PASSED
2665 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext30] PASSED
2666 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext31] PASSED
2667 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext32] PASSED
2668 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext33] PASSED
2669 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[add_ext34] PASSED
2670 tests/x509/test_x509.py::TestCertificateBuilder::test_extensions[SubjectKeyIdentifier] PASSED
2671 tests/x509/test_x509.py::TestCertificateBuilder::test_build_ca_request_with_path_length_none PASSED
2672 tests/x509/test_x509.py::TestCertificateBuilder::test_unrecognized_extension[unrecognized0] PASSED
2673 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_sign_invalid_hash_algorithm PASSED
2674 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_request_with_unsupported_hash_ed25519 PASSED
2675 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_request_with_unsupported_hash_ed448 PASSED
2676 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_no_subject_name PASSED
2677 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_build_ca_request_with_rsa PASSED
2678 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_build_ca_request_with_unicode PASSED
2679 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_subject_dn_asn1_types PASSED
2680 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_build_ca_request_with_multivalue_rdns PASSED
2681 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_build_nonca_request_with_rsa PASSED
2682 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_build_ca_request_with_ec PASSED
2683 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_build_ca_request_with_ed25519 PASSED
2684 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_build_ca_request_with_ed448 PASSED
2685 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_build_ca_request_with_dsa PASSED
2686 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_add_duplicate_extension PASSED
2687 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_set_invalid_subject PASSED
2688 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_add_invalid_extension_type PASSED
2689 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_add_unsupported_extension PASSED
2690 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_add_two_extensions PASSED
2691 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_add_attributes PASSED
2692 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_add_attributes_non_utf8 PASSED
2693 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_add_attribute_bad_types PASSED
2694 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_duplicate_attribute PASSED
2695 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_add_attribute_tag PASSED
2696 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_add_attribute_tag_non_int PASSED
2697 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_set_subject_twice PASSED
2698 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_extensions[add_ext0] PASSED
2699 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_extensions[add_ext1] PASSED
2700 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_extensions[add_ext2] PASSED
2701 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_extensions[add_ext3] PASSED
2702 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_invalid_asn1_othername PASSED
2703 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_subject_alt_name_unsupported_general_name PASSED
2704 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_rsa_key_too_small PASSED
2705 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_sign_pss[alg0-mgf_alg0] PASSED
2706 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_sign_pss[alg1-mgf_alg1] PASSED
2707 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_sign_pss_length_options[padding_len0-222] PASSED
2708 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_sign_pss_length_options[padding_len1-32] PASSED
2709 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_sign_pss_auto_unsupported PASSED
2710 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_sign_invalid_padding PASSED
2711 tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::test_sign_pss_hash_none PASSED
2712 tests/x509/test_x509.py::TestDSACertificate::test_load_dsa_cert PASSED
2713 tests/x509/test_x509.py::TestDSACertificate::test_load_dsa_cert_null_alg_params PASSED
2714 tests/x509/test_x509.py::TestDSACertificate::test_signature PASSED
2715 tests/x509/test_x509.py::TestDSACertificate::test_tbs_certificate_bytes PASSED
2716 tests/x509/test_x509.py::TestDSACertificate::test_verify_directly_issued_by_dsa PASSED
2717 tests/x509/test_x509.py::TestDSACertificate::test_verify_directly_issued_by_dsa_bad_sig PASSED
2718 tests/x509/test_x509.py::TestDSACertificateRequest::test_load_dsa_request[x509/requests/dsa_sha1.pem-load_pem_x509_csr] PASSED
2719 tests/x509/test_x509.py::TestDSACertificateRequest::test_load_dsa_request[x509/requests/dsa_sha1.der-load_der_x509_csr] PASSED
2720 tests/x509/test_x509.py::TestDSACertificateRequest::test_signature PASSED
2721 tests/x509/test_x509.py::TestDSACertificateRequest::test_tbs_certrequest_bytes PASSED
2722 tests/x509/test_x509.py::TestGOSTCertificate::test_numeric_string_x509_name_entry PASSED
2723 tests/x509/test_x509.py::TestECDSACertificate::test_load_ecdsa_cert PASSED
2724 tests/x509/test_x509.py::TestECDSACertificate::test_load_ecdsa_cert_null_alg_params PASSED
2725 tests/x509/test_x509.py::TestECDSACertificate::test_load_bitstring_dn PASSED
2726 tests/x509/test_x509.py::TestECDSACertificate::test_load_name_attribute_long_form_asn1_tag PASSED
2727 tests/x509/test_x509.py::TestECDSACertificate::test_ms_certificate_template PASSED
2728 tests/x509/test_x509.py::TestECDSACertificate::test_signature PASSED
2729 tests/x509/test_x509.py::TestECDSACertificate::test_tbs_certificate_bytes PASSED
2730 tests/x509/test_x509.py::TestECDSACertificate::test_load_ecdsa_no_named_curve PASSED
2731 tests/x509/test_x509.py::TestECDSACertificate::test_verify_directly_issued_by_ec PASSED
2732 tests/x509/test_x509.py::TestECDSACertificate::test_verify_directly_issued_by_ec_bad_sig PASSED
2733 tests/x509/test_x509.py::TestECDSACertificateRequest::test_load_ecdsa_certificate_request[x509/requests/ec_sha256.pem-load_pem_x509_csr] PASSED
2734 tests/x509/test_x509.py::TestECDSACertificateRequest::test_load_ecdsa_certificate_request[x509/requests/ec_sha256.der-load_der_x509_csr] PASSED
2735 tests/x509/test_x509.py::TestECDSACertificateRequest::test_signature PASSED
2736 tests/x509/test_x509.py::TestECDSACertificateRequest::test_tbs_certrequest_bytes PASSED
2737 tests/x509/test_x509.py::TestOtherCertificate::test_unsupported_subject_public_key_info PASSED
2738 tests/x509/test_x509.py::TestOtherCertificate::test_bad_time_in_validity PASSED
2739 tests/x509/test_x509.py::TestOtherCertificate::test_invalid_empty_eku PASSED
2740 tests/x509/test_x509.py::TestNameAttribute::test_default_types PASSED
2741 tests/x509/test_x509.py::TestNameAttribute::test_alternate_type PASSED
2742 tests/x509/test_x509.py::TestNameAttribute::test_init_bad_oid PASSED
2743 tests/x509/test_x509.py::TestNameAttribute::test_init_bad_value PASSED
2744 tests/x509/test_x509.py::TestNameAttribute::test_init_bitstring_not_bytes PASSED
2745 tests/x509/test_x509.py::TestNameAttribute::test_init_bitstring_not_allowed_random_oid PASSED
2746 tests/x509/test_x509.py::TestNameAttribute::test_init_none_value PASSED
2747 tests/x509/test_x509.py::TestNameAttribute::test_init_bad_length PASSED
2748 tests/x509/test_x509.py::TestNameAttribute::test_invalid_type PASSED
2749 tests/x509/test_x509.py::TestNameAttribute::test_eq PASSED
2750 tests/x509/test_x509.py::TestNameAttribute::test_ne PASSED
2751 tests/x509/test_x509.py::TestNameAttribute::test_repr PASSED
2752 tests/x509/test_x509.py::TestNameAttribute::test_distinguished_name PASSED
2753 tests/x509/test_x509.py::TestNameAttribute::test_distinguished_name_custom_attrs PASSED
2754 tests/x509/test_x509.py::TestNameAttribute::test_empty_name PASSED
2755 tests/x509/test_x509.py::TestNameAttribute::test_empty_value PASSED
2756 tests/x509/test_x509.py::TestRelativeDistinguishedName::test_init_empty PASSED
2757 tests/x509/test_x509.py::TestRelativeDistinguishedName::test_init_not_nameattribute PASSED
2758 tests/x509/test_x509.py::TestRelativeDistinguishedName::test_init_duplicate_attribute PASSED
2759 tests/x509/test_x509.py::TestRelativeDistinguishedName::test_hash PASSED
2760 tests/x509/test_x509.py::TestRelativeDistinguishedName::test_eq PASSED
2761 tests/x509/test_x509.py::TestRelativeDistinguishedName::test_ne PASSED
2762 tests/x509/test_x509.py::TestRelativeDistinguishedName::test_iter_input PASSED
2763 tests/x509/test_x509.py::TestRelativeDistinguishedName::test_get_attributes_for_oid PASSED
2764 tests/x509/test_x509.py::TestObjectIdentifier::test_eq PASSED
2765 tests/x509/test_x509.py::TestObjectIdentifier::test_ne PASSED
2766 tests/x509/test_x509.py::TestObjectIdentifier::test_comparison PASSED
2767 tests/x509/test_x509.py::TestObjectIdentifier::test_repr PASSED
2768 tests/x509/test_x509.py::TestObjectIdentifier::test_name_property PASSED
2769 tests/x509/test_x509.py::TestObjectIdentifier::test_too_short PASSED
2770 tests/x509/test_x509.py::TestObjectIdentifier::test_invalid_input PASSED
2771 tests/x509/test_x509.py::TestObjectIdentifier::test_invalid_node1 PASSED
2772 tests/x509/test_x509.py::TestObjectIdentifier::test_invalid_node2 PASSED
2773 tests/x509/test_x509.py::TestObjectIdentifier::test_valid PASSED
2774 tests/x509/test_x509.py::TestObjectIdentifier::test_oid_arc_too_large PASSED
2775 tests/x509/test_x509.py::TestName::test_eq PASSED
2776 tests/x509/test_x509.py::TestName::test_ne PASSED
2777 tests/x509/test_x509.py::TestName::test_hash PASSED
2778 tests/x509/test_x509.py::TestName::test_iter_input PASSED
2779 tests/x509/test_x509.py::TestName::test_rdns PASSED
2780 tests/x509/test_x509.py::TestName::test_repr[cryptography.io-PyCA-<Name(CN=cryptography.io,O=PyCA)>] PASSED
2781 tests/x509/test_x509.py::TestName::test_repr[Certificaci\xf3n-Certificaci\xf3n-<Name(CN=Certificaci\xf3n,O=Certificaci\xf3n)>] PASSED
2782 tests/x509/test_x509.py::TestName::test_rfc4514_attribute_name PASSED
2783 tests/x509/test_x509.py::TestName::test_rfc4514_string PASSED
2784 tests/x509/test_x509.py::TestName::test_rfc4514_string_empty_values PASSED
2785 tests/x509/test_x509.py::TestName::test_not_nameattribute PASSED
2786 tests/x509/test_x509.py::TestName::test_bytes PASSED
2787 tests/x509/test_x509.py::TestName::test_bitstring_encoding PASSED
2788 tests/x509/test_x509.py::TestName::test_bmpstring_bytes PASSED
2789 tests/x509/test_x509.py::TestName::test_universalstring_bytes PASSED
2790 tests/x509/test_x509.py::TestEd25519Certificate::test_load_pem_cert PASSED
2791 tests/x509/test_x509.py::TestEd25519Certificate::test_deepcopy PASSED
2792 tests/x509/test_x509.py::TestEd25519Certificate::test_verify_directly_issued_by_ed25519 PASSED
2793 tests/x509/test_x509.py::TestEd25519Certificate::test_verify_directly_issued_by_ed25519_bad_sig PASSED
2794 tests/x509/test_x509.py::TestEd448Certificate::test_load_pem_cert PASSED
2795 tests/x509/test_x509.py::TestEd448Certificate::test_verify_directly_issued_by_ed448 PASSED
2796 tests/x509/test_x509.py::TestEd448Certificate::test_verify_directly_issued_by_ed448_bad_sig PASSED
2797 tests/x509/test_x509.py::TestSignatureRejection::test_crt_signing_check PASSED
2798 tests/x509/test_x509.py::TestSignatureRejection::test_csr_signing_check PASSED
2799 tests/x509/test_x509.py::TestSignatureRejection::test_crl_signing_check PASSED
2800 tests/x509/test_x509.py::test_random_serial_number PASSED
2801 tests/x509/test_x509.py::TestAttribute::test_eq PASSED
2802 tests/x509/test_x509.py::TestAttribute::test_ne PASSED
2803 tests/x509/test_x509.py::TestAttribute::test_repr PASSED
2804 tests/x509/test_x509.py::TestAttribute::test_hash PASSED
2805 tests/x509/test_x509.py::TestAttributes::test_no_attributes PASSED
2806 tests/x509/test_x509.py::TestAttributes::test_get_attribute_for_oid PASSED
2807 tests/x509/test_x509.py::TestAttributes::test_indexing PASSED
2808 tests/x509/test_x509.py::TestAttributes::test_get_attribute_not_found PASSED
2809 tests/x509/test_x509.py::TestAttributes::test_repr PASSED
2810 tests/x509/test_x509.py::TestRequestAttributes::test_get_attribute_for_oid_challenge PASSED
2811 tests/x509/test_x509.py::TestRequestAttributes::test_get_attribute_for_oid_multiple PASSED
2812 tests/x509/test_x509.py::TestRequestAttributes::test_unsupported_asn1_type_in_attribute PASSED
2813 tests/x509/test_x509.py::TestRequestAttributes::test_long_form_asn1_tag_in_attribute PASSED
2814 tests/x509/test_x509.py::TestRequestAttributes::test_challenge_multivalued PASSED
2815 tests/x509/test_x509.py::TestRequestAttributes::test_no_challenge_password PASSED
2816 tests/x509/test_x509.py::TestRequestAttributes::test_no_attributes PASSED
2817 tests/x509/test_x509.py::TestRequestAttributes::test_zero_element_attribute PASSED
2818 tests/x509/test_x509.py::test_load_pem_x509_certificates PASSED
2819 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_issuer_name_invalid PASSED
2820 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_set_issuer_name_twice PASSED
2821 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_aware_last_update PASSED
2822 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_last_update_invalid PASSED
2823 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_last_update_before_1950 PASSED
2824 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_set_last_update_twice PASSED
2825 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_aware_next_update PASSED
2826 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_next_update_invalid PASSED
2827 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_next_update_before_1950 PASSED
2828 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_set_next_update_twice PASSED
2829 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_last_update_after_next_update PASSED
2830 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_next_update_after_last_update PASSED
2831 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_add_extension_checks_for_duplicates PASSED
2832 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_add_invalid_extension PASSED
2833 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_add_invalid_revoked_certificate PASSED
2834 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_no_issuer_name PASSED
2835 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_no_last_update PASSED
2836 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_no_next_update PASSED
2837 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_sign_invalid_padding PASSED
2838 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_sign_empty_list PASSED
2839 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_sign_pss PASSED
2840 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_sign_extensions[extension0] PASSED
2841 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_sign_extensions[extension1] PASSED
2842 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_sign_extensions[extension2] PASSED
2843 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_sign_extensions[extension3] PASSED
2844 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_sign_extensions[extension4] PASSED
2845 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_sign_multiple_extensions_critical PASSED
2846 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_freshestcrl_extension PASSED
2847 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_add_unsupported_extension PASSED
2848 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_add_unsupported_entry_extension PASSED
2849 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_sign_rsa_key_too_small PASSED
2850 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_sign_with_invalid_hash PASSED
2851 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_sign_with_invalid_hash_ed25519 PASSED
2852 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_sign_with_invalid_hash_ed448 PASSED
2853 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_sign_dsa_key PASSED
2854 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_sign_ec_key PASSED
2855 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_sign_ed25519_key PASSED
2856 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_sign_ed448_key PASSED
2857 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_dsa_key_sign_md5 PASSED
2858 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_ec_key_sign_md5 PASSED
2859 tests/x509/test_x509_crlbuilder.py::TestCertificateRevocationListBuilder::test_sign_with_revoked_certificates PASSED
2860 tests/x509/test_x509_ext.py::TestExtension::test_not_an_oid PASSED
2861 tests/x509/test_x509_ext.py::TestExtension::test_critical_not_a_bool PASSED
2862 tests/x509/test_x509_ext.py::TestExtension::test_repr PASSED
2863 tests/x509/test_x509_ext.py::TestExtension::test_eq PASSED
2864 tests/x509/test_x509_ext.py::TestExtension::test_ne PASSED
2865 tests/x509/test_x509_ext.py::TestExtension::test_hash PASSED
2866 tests/x509/test_x509_ext.py::TestTLSFeature::test_not_enum_type PASSED
2867 tests/x509/test_x509_ext.py::TestTLSFeature::test_empty_list PASSED
2868 tests/x509/test_x509_ext.py::TestTLSFeature::test_repr PASSED
2869 tests/x509/test_x509_ext.py::TestTLSFeature::test_eq PASSED
2870 tests/x509/test_x509_ext.py::TestTLSFeature::test_ne PASSED
2871 tests/x509/test_x509_ext.py::TestTLSFeature::test_hash PASSED
2872 tests/x509/test_x509_ext.py::TestTLSFeature::test_iter PASSED
2873 tests/x509/test_x509_ext.py::TestTLSFeature::test_indexing PASSED
2874 tests/x509/test_x509_ext.py::TestTLSFeature::test_public_bytes PASSED
2875 tests/x509/test_x509_ext.py::TestUnrecognizedExtension::test_invalid_oid PASSED
2876 tests/x509/test_x509_ext.py::TestUnrecognizedExtension::test_eq PASSED
2877 tests/x509/test_x509_ext.py::TestUnrecognizedExtension::test_ne PASSED
2878 tests/x509/test_x509_ext.py::TestUnrecognizedExtension::test_repr PASSED
2879 tests/x509/test_x509_ext.py::TestUnrecognizedExtension::test_hash PASSED
2880 tests/x509/test_x509_ext.py::TestUnrecognizedExtension::test_public_bytes PASSED
2881 tests/x509/test_x509_ext.py::TestCertificateIssuer::test_iter_names PASSED
2882 tests/x509/test_x509_ext.py::TestCertificateIssuer::test_indexing PASSED
2883 tests/x509/test_x509_ext.py::TestCertificateIssuer::test_eq PASSED
2884 tests/x509/test_x509_ext.py::TestCertificateIssuer::test_ne PASSED
2885 tests/x509/test_x509_ext.py::TestCertificateIssuer::test_repr PASSED
2886 tests/x509/test_x509_ext.py::TestCertificateIssuer::test_get_values_for_type PASSED
2887 tests/x509/test_x509_ext.py::TestCertificateIssuer::test_hash PASSED
2888 tests/x509/test_x509_ext.py::TestCertificateIssuer::test_public_bytes PASSED
2889 tests/x509/test_x509_ext.py::TestCRLReason::test_invalid_reason_flags PASSED
2890 tests/x509/test_x509_ext.py::TestCRLReason::test_eq PASSED
2891 tests/x509/test_x509_ext.py::TestCRLReason::test_ne PASSED
2892 tests/x509/test_x509_ext.py::TestCRLReason::test_hash PASSED
2893 tests/x509/test_x509_ext.py::TestCRLReason::test_repr PASSED
2894 tests/x509/test_x509_ext.py::TestCRLReason::test_public_bytes PASSED
2895 tests/x509/test_x509_ext.py::TestDeltaCRLIndicator::test_not_int PASSED
2896 tests/x509/test_x509_ext.py::TestDeltaCRLIndicator::test_eq PASSED
2897 tests/x509/test_x509_ext.py::TestDeltaCRLIndicator::test_ne PASSED
2898 tests/x509/test_x509_ext.py::TestDeltaCRLIndicator::test_repr PASSED
2899 tests/x509/test_x509_ext.py::TestDeltaCRLIndicator::test_hash PASSED
2900 tests/x509/test_x509_ext.py::TestDeltaCRLIndicator::test_public_bytes PASSED
2901 tests/x509/test_x509_ext.py::TestInvalidityDate::test_invalid_invalidity_date PASSED
2902 tests/x509/test_x509_ext.py::TestInvalidityDate::test_eq PASSED
2903 tests/x509/test_x509_ext.py::TestInvalidityDate::test_ne PASSED
2904 tests/x509/test_x509_ext.py::TestInvalidityDate::test_repr PASSED
2905 tests/x509/test_x509_ext.py::TestInvalidityDate::test_hash PASSED
2906 tests/x509/test_x509_ext.py::TestInvalidityDate::test_public_bytes PASSED
2907 tests/x509/test_x509_ext.py::TestInvalidityDate::test_timezone_aware_api PASSED
2908 tests/x509/test_x509_ext.py::TestNoticeReference::test_notice_numbers_not_all_int PASSED
2909 tests/x509/test_x509_ext.py::TestNoticeReference::test_notice_numbers_none PASSED
2910 tests/x509/test_x509_ext.py::TestNoticeReference::test_iter_input PASSED
2911 tests/x509/test_x509_ext.py::TestNoticeReference::test_repr PASSED
2912 tests/x509/test_x509_ext.py::TestNoticeReference::test_eq PASSED
2913 tests/x509/test_x509_ext.py::TestNoticeReference::test_ne PASSED
2914 tests/x509/test_x509_ext.py::TestNoticeReference::test_hash PASSED
2915 tests/x509/test_x509_ext.py::TestUserNotice::test_notice_reference_invalid PASSED
2916 tests/x509/test_x509_ext.py::TestUserNotice::test_notice_reference_none PASSED
2917 tests/x509/test_x509_ext.py::TestUserNotice::test_repr PASSED
2918 tests/x509/test_x509_ext.py::TestUserNotice::test_eq PASSED
2919 tests/x509/test_x509_ext.py::TestUserNotice::test_ne PASSED
2920 tests/x509/test_x509_ext.py::TestUserNotice::test_hash PASSED
2921 tests/x509/test_x509_ext.py::TestPolicyInformation::test_invalid_policy_identifier PASSED
2922 tests/x509/test_x509_ext.py::TestPolicyInformation::test_none_policy_qualifiers PASSED
2923 tests/x509/test_x509_ext.py::TestPolicyInformation::test_policy_qualifiers PASSED
2924 tests/x509/test_x509_ext.py::TestPolicyInformation::test_invalid_policy_identifiers PASSED
2925 tests/x509/test_x509_ext.py::TestPolicyInformation::test_iter_input PASSED
2926 tests/x509/test_x509_ext.py::TestPolicyInformation::test_repr PASSED
2927 tests/x509/test_x509_ext.py::TestPolicyInformation::test_eq PASSED
2928 tests/x509/test_x509_ext.py::TestPolicyInformation::test_ne PASSED
2929 tests/x509/test_x509_ext.py::TestPolicyInformation::test_hash PASSED
2930 tests/x509/test_x509_ext.py::TestCertificatePolicies::test_invalid_policies PASSED
2931 tests/x509/test_x509_ext.py::TestCertificatePolicies::test_iter_len PASSED
2932 tests/x509/test_x509_ext.py::TestCertificatePolicies::test_iter_input PASSED
2933 tests/x509/test_x509_ext.py::TestCertificatePolicies::test_repr PASSED
2934 tests/x509/test_x509_ext.py::TestCertificatePolicies::test_eq PASSED
2935 tests/x509/test_x509_ext.py::TestCertificatePolicies::test_ne PASSED
2936 tests/x509/test_x509_ext.py::TestCertificatePolicies::test_indexing PASSED
2937 tests/x509/test_x509_ext.py::TestCertificatePolicies::test_long_oid PASSED
2938 tests/x509/test_x509_ext.py::TestCertificatePolicies::test_hash PASSED
2939 tests/x509/test_x509_ext.py::TestCertificatePoliciesExtension::test_cps_uri_policy_qualifier PASSED
2940 tests/x509/test_x509_ext.py::TestCertificatePoliciesExtension::test_user_notice_with_notice_reference PASSED
2941 tests/x509/test_x509_ext.py::TestCertificatePoliciesExtension::test_user_notice_with_explicit_text PASSED
2942 tests/x509/test_x509_ext.py::TestCertificatePoliciesExtension::test_user_notice_no_explicit_text PASSED
2943 tests/x509/test_x509_ext.py::TestCertificatePoliciesExtension::test_non_ascii_qualifier PASSED
2944 tests/x509/test_x509_ext.py::TestCertificatePoliciesExtension::test_public_bytes PASSED
2945 tests/x509/test_x509_ext.py::TestKeyUsage::test_key_agreement_false_encipher_decipher_true PASSED
2946 tests/x509/test_x509_ext.py::TestKeyUsage::test_properties_key_agreement_true PASSED
2947 tests/x509/test_x509_ext.py::TestKeyUsage::test_key_agreement_true_properties PASSED
2948 tests/x509/test_x509_ext.py::TestKeyUsage::test_key_agreement_false_properties PASSED
2949 tests/x509/test_x509_ext.py::TestKeyUsage::test_repr_key_agreement_false PASSED
2950 tests/x509/test_x509_ext.py::TestKeyUsage::test_repr_key_agreement_true PASSED
2951 tests/x509/test_x509_ext.py::TestKeyUsage::test_eq PASSED
2952 tests/x509/test_x509_ext.py::TestKeyUsage::test_ne PASSED
2953 tests/x509/test_x509_ext.py::TestKeyUsage::test_hash PASSED
2954 tests/x509/test_x509_ext.py::TestKeyUsage::test_public_bytes[ext0-\x03\x02\x06@] PASSED
2955 tests/x509/test_x509_ext.py::TestKeyUsage::test_public_bytes[ext1-\x03\x03\x07H\x80] PASSED
2956 tests/x509/test_x509_ext.py::TestKeyUsage::test_public_bytes[ext2-\x03\x02\x00\x89] PASSED
2957 tests/x509/test_x509_ext.py::TestKeyUsage::test_public_bytes[ext3-\x03\x02\x02\x94] PASSED
2958 tests/x509/test_x509_ext.py::TestKeyUsage::test_public_bytes[ext4-\x03\x01\x00] PASSED
2959 tests/x509/test_x509_ext.py::TestSubjectKeyIdentifier::test_properties PASSED
2960 tests/x509/test_x509_ext.py::TestSubjectKeyIdentifier::test_repr PASSED
2961 tests/x509/test_x509_ext.py::TestSubjectKeyIdentifier::test_eq PASSED
2962 tests/x509/test_x509_ext.py::TestSubjectKeyIdentifier::test_ne PASSED
2963 tests/x509/test_x509_ext.py::TestSubjectKeyIdentifier::test_hash PASSED
2964 tests/x509/test_x509_ext.py::TestSubjectKeyIdentifier::test_public_bytes PASSED
2965 tests/x509/test_x509_ext.py::TestAuthorityKeyIdentifier::test_authority_cert_issuer_not_generalname PASSED
2966 tests/x509/test_x509_ext.py::TestAuthorityKeyIdentifier::test_authority_cert_serial_number_not_integer PASSED
2967 tests/x509/test_x509_ext.py::TestAuthorityKeyIdentifier::test_authority_issuer_none_serial_not_none PASSED
2968 tests/x509/test_x509_ext.py::TestAuthorityKeyIdentifier::test_authority_issuer_not_none_serial_none PASSED
2969 tests/x509/test_x509_ext.py::TestAuthorityKeyIdentifier::test_authority_cert_serial_and_issuer_none PASSED
2970 tests/x509/test_x509_ext.py::TestAuthorityKeyIdentifier::test_authority_cert_serial_zero PASSED
2971 tests/x509/test_x509_ext.py::TestAuthorityKeyIdentifier::test_iter_input PASSED
2972 tests/x509/test_x509_ext.py::TestAuthorityKeyIdentifier::test_repr PASSED
2973 tests/x509/test_x509_ext.py::TestAuthorityKeyIdentifier::test_eq PASSED
2974 tests/x509/test_x509_ext.py::TestAuthorityKeyIdentifier::test_ne PASSED
2975 tests/x509/test_x509_ext.py::TestAuthorityKeyIdentifier::test_hash PASSED
2976 tests/x509/test_x509_ext.py::TestAuthorityKeyIdentifier::test_public_bytes PASSED
2977 tests/x509/test_x509_ext.py::TestBasicConstraints::test_ca_not_boolean PASSED
2978 tests/x509/test_x509_ext.py::TestBasicConstraints::test_path_length_not_ca PASSED
2979 tests/x509/test_x509_ext.py::TestBasicConstraints::test_path_length_not_int PASSED
2980 tests/x509/test_x509_ext.py::TestBasicConstraints::test_path_length_negative PASSED
2981 tests/x509/test_x509_ext.py::TestBasicConstraints::test_repr PASSED
2982 tests/x509/test_x509_ext.py::TestBasicConstraints::test_hash PASSED
2983 tests/x509/test_x509_ext.py::TestBasicConstraints::test_eq PASSED
2984 tests/x509/test_x509_ext.py::TestBasicConstraints::test_ne PASSED
2985 tests/x509/test_x509_ext.py::TestBasicConstraints::test_public_bytes PASSED
2986 tests/x509/test_x509_ext.py::TestExtendedKeyUsage::test_not_all_oids PASSED
2987 tests/x509/test_x509_ext.py::TestExtendedKeyUsage::test_iter_len PASSED
2988 tests/x509/test_x509_ext.py::TestExtendedKeyUsage::test_iter_input PASSED
2989 tests/x509/test_x509_ext.py::TestExtendedKeyUsage::test_repr PASSED
2990 tests/x509/test_x509_ext.py::TestExtendedKeyUsage::test_eq PASSED
2991 tests/x509/test_x509_ext.py::TestExtendedKeyUsage::test_ne PASSED
2992 tests/x509/test_x509_ext.py::TestExtendedKeyUsage::test_hash PASSED
2993 tests/x509/test_x509_ext.py::TestExtendedKeyUsage::test_public_bytes PASSED
2994 tests/x509/test_x509_ext.py::TestExtensions::test_no_extensions PASSED
2995 tests/x509/test_x509_ext.py::TestExtensions::test_one_extension PASSED
2996 tests/x509/test_x509_ext.py::TestExtensions::test_duplicate_extension PASSED
2997 tests/x509/test_x509_ext.py::TestExtensions::test_unsupported_critical_extension PASSED
2998 tests/x509/test_x509_ext.py::TestExtensions::test_unsupported_extension PASSED
2999 tests/x509/test_x509_ext.py::TestExtensions::test_no_extensions_get_for_class PASSED
3000 tests/x509/test_x509_ext.py::TestExtensions::test_unrecognized_extension_for_class PASSED
3001 tests/x509/test_x509_ext.py::TestExtensions::test_indexing PASSED
3002 tests/x509/test_x509_ext.py::TestExtensions::test_one_extension_get_for_class PASSED
3003 tests/x509/test_x509_ext.py::TestExtensions::test_repr PASSED
3004 tests/x509/test_x509_ext.py::TestBasicConstraintsExtension::test_ca_true_pathlen_6 PASSED
3005 tests/x509/test_x509_ext.py::TestBasicConstraintsExtension::test_path_length_zero PASSED
3006 tests/x509/test_x509_ext.py::TestBasicConstraintsExtension::test_ca_true_no_pathlen PASSED
3007 tests/x509/test_x509_ext.py::TestBasicConstraintsExtension::test_ca_false PASSED
3008 tests/x509/test_x509_ext.py::TestBasicConstraintsExtension::test_no_basic_constraints PASSED
3009 tests/x509/test_x509_ext.py::TestBasicConstraintsExtension::test_basic_constraint_not_critical PASSED
3010 tests/x509/test_x509_ext.py::TestSubjectKeyIdentifierExtension::test_subject_key_identifier PASSED
3011 tests/x509/test_x509_ext.py::TestSubjectKeyIdentifierExtension::test_no_subject_key_identifier PASSED
3012 tests/x509/test_x509_ext.py::TestSubjectKeyIdentifierExtension::test_from_rsa_public_key PASSED
3013 tests/x509/test_x509_ext.py::TestSubjectKeyIdentifierExtension::test_from_dsa_public_key PASSED
3014 tests/x509/test_x509_ext.py::TestSubjectKeyIdentifierExtension::test_invalid_bit_string_padding_from_public_key PASSED
3015 tests/x509/test_x509_ext.py::TestSubjectKeyIdentifierExtension::test_from_ec_public_key PASSED
3016 tests/x509/test_x509_ext.py::TestSubjectKeyIdentifierExtension::test_from_ed25519_public_key PASSED
3017 tests/x509/test_x509_ext.py::TestSubjectKeyIdentifierExtension::test_from_ed448_public_key PASSED
3018 tests/x509/test_x509_ext.py::TestKeyUsageExtension::test_no_key_usage PASSED
3019 tests/x509/test_x509_ext.py::TestKeyUsageExtension::test_all_purposes PASSED
3020 tests/x509/test_x509_ext.py::TestKeyUsageExtension::test_key_cert_sign_crl_sign PASSED
3021 tests/x509/test_x509_ext.py::TestDNSName::test_non_a_label PASSED
3022 tests/x509/test_x509_ext.py::TestDNSName::test_init PASSED
3023 tests/x509/test_x509_ext.py::TestDNSName::test_ne PASSED
3024 tests/x509/test_x509_ext.py::TestDNSName::test_hash PASSED
3025 tests/x509/test_x509_ext.py::TestDirectoryName::test_not_name PASSED
3026 tests/x509/test_x509_ext.py::TestDirectoryName::test_repr PASSED
3027 tests/x509/test_x509_ext.py::TestDirectoryName::test_eq PASSED
3028 tests/x509/test_x509_ext.py::TestDirectoryName::test_ne PASSED
3029 tests/x509/test_x509_ext.py::TestDirectoryName::test_hash PASSED
3030 tests/x509/test_x509_ext.py::TestRFC822Name::test_repr PASSED
3031 tests/x509/test_x509_ext.py::TestRFC822Name::test_equality PASSED
3032 tests/x509/test_x509_ext.py::TestRFC822Name::test_not_text PASSED
3033 tests/x509/test_x509_ext.py::TestRFC822Name::test_invalid_email PASSED
3034 tests/x509/test_x509_ext.py::TestRFC822Name::test_single_label PASSED
3035 tests/x509/test_x509_ext.py::TestRFC822Name::test_non_a_label PASSED
3036 tests/x509/test_x509_ext.py::TestRFC822Name::test_hash PASSED
3037 tests/x509/test_x509_ext.py::TestUniformResourceIdentifier::test_equality PASSED
3038 tests/x509/test_x509_ext.py::TestUniformResourceIdentifier::test_not_text PASSED
3039 tests/x509/test_x509_ext.py::TestUniformResourceIdentifier::test_no_parsed_hostname PASSED
3040 tests/x509/test_x509_ext.py::TestUniformResourceIdentifier::test_with_port PASSED
3041 tests/x509/test_x509_ext.py::TestUniformResourceIdentifier::test_non_a_label PASSED
3042 tests/x509/test_x509_ext.py::TestUniformResourceIdentifier::test_empty_hostname PASSED
3043 tests/x509/test_x509_ext.py::TestUniformResourceIdentifier::test_hash PASSED
3044 tests/x509/test_x509_ext.py::TestUniformResourceIdentifier::test_repr PASSED
3045 tests/x509/test_x509_ext.py::TestRegisteredID::test_not_oid PASSED
3046 tests/x509/test_x509_ext.py::TestRegisteredID::test_repr PASSED
3047 tests/x509/test_x509_ext.py::TestRegisteredID::test_eq PASSED
3048 tests/x509/test_x509_ext.py::TestRegisteredID::test_ne PASSED
3049 tests/x509/test_x509_ext.py::TestRegisteredID::test_hash PASSED
3050 tests/x509/test_x509_ext.py::TestIPAddress::test_not_ipaddress PASSED
3051 tests/x509/test_x509_ext.py::TestIPAddress::test_repr PASSED
3052 tests/x509/test_x509_ext.py::TestIPAddress::test_eq PASSED
3053 tests/x509/test_x509_ext.py::TestIPAddress::test_ne PASSED
3054 tests/x509/test_x509_ext.py::TestIPAddress::test_hash PASSED
3055 tests/x509/test_x509_ext.py::TestOtherName::test_invalid_args PASSED
3056 tests/x509/test_x509_ext.py::TestOtherName::test_repr PASSED
3057 tests/x509/test_x509_ext.py::TestOtherName::test_eq PASSED
3058 tests/x509/test_x509_ext.py::TestOtherName::test_ne PASSED
3059 tests/x509/test_x509_ext.py::TestOtherName::test_hash PASSED
3060 tests/x509/test_x509_ext.py::TestGeneralNames::test_get_values_for_type PASSED
3061 tests/x509/test_x509_ext.py::TestGeneralNames::test_iter_names PASSED
3062 tests/x509/test_x509_ext.py::TestGeneralNames::test_iter_input PASSED
3063 tests/x509/test_x509_ext.py::TestGeneralNames::test_indexing PASSED
3064 tests/x509/test_x509_ext.py::TestGeneralNames::test_invalid_general_names PASSED
3065 tests/x509/test_x509_ext.py::TestGeneralNames::test_repr PASSED
3066 tests/x509/test_x509_ext.py::TestGeneralNames::test_eq PASSED
3067 tests/x509/test_x509_ext.py::TestGeneralNames::test_ne PASSED
3068 tests/x509/test_x509_ext.py::TestGeneralNames::test_hash PASSED
3069 tests/x509/test_x509_ext.py::TestIssuerAlternativeName::test_get_values_for_type PASSED
3070 tests/x509/test_x509_ext.py::TestIssuerAlternativeName::test_iter_names PASSED
3071 tests/x509/test_x509_ext.py::TestIssuerAlternativeName::test_indexing PASSED
3072 tests/x509/test_x509_ext.py::TestIssuerAlternativeName::test_invalid_general_names PASSED
3073 tests/x509/test_x509_ext.py::TestIssuerAlternativeName::test_repr PASSED
3074 tests/x509/test_x509_ext.py::TestIssuerAlternativeName::test_eq PASSED
3075 tests/x509/test_x509_ext.py::TestIssuerAlternativeName::test_ne PASSED
3076 tests/x509/test_x509_ext.py::TestIssuerAlternativeName::test_hash PASSED
3077 tests/x509/test_x509_ext.py::TestIssuerAlternativeName::test_public_bytes PASSED
3078 tests/x509/test_x509_ext.py::TestRSAIssuerAlternativeNameExtension::test_uri PASSED
3079 tests/x509/test_x509_ext.py::TestRSAIssuerAlternativeNameExtension::test_malformed PASSED
3080 tests/x509/test_x509_ext.py::TestCRLNumber::test_eq PASSED
3081 tests/x509/test_x509_ext.py::TestCRLNumber::test_ne PASSED
3082 tests/x509/test_x509_ext.py::TestCRLNumber::test_repr PASSED
3083 tests/x509/test_x509_ext.py::TestCRLNumber::test_invalid_number PASSED
3084 tests/x509/test_x509_ext.py::TestCRLNumber::test_hash PASSED
3085 tests/x509/test_x509_ext.py::TestCRLNumber::test_public_bytes PASSED
3086 tests/x509/test_x509_ext.py::TestSubjectAlternativeName::test_get_values_for_type PASSED
3087 tests/x509/test_x509_ext.py::TestSubjectAlternativeName::test_iter_names PASSED
3088 tests/x509/test_x509_ext.py::TestSubjectAlternativeName::test_indexing PASSED
3089 tests/x509/test_x509_ext.py::TestSubjectAlternativeName::test_invalid_general_names PASSED
3090 tests/x509/test_x509_ext.py::TestSubjectAlternativeName::test_repr PASSED
3091 tests/x509/test_x509_ext.py::TestSubjectAlternativeName::test_eq PASSED
3092 tests/x509/test_x509_ext.py::TestSubjectAlternativeName::test_ne PASSED
3093 tests/x509/test_x509_ext.py::TestSubjectAlternativeName::test_hash PASSED
3094 tests/x509/test_x509_ext.py::TestSubjectAlternativeName::test_public_bytes PASSED
3095 tests/x509/test_x509_ext.py::TestRSASubjectAlternativeNameExtension::test_dns_name PASSED
3096 tests/x509/test_x509_ext.py::TestRSASubjectAlternativeNameExtension::test_wildcard_dns_name PASSED
3097 tests/x509/test_x509_ext.py::TestRSASubjectAlternativeNameExtension::test_san_empty_hostname PASSED
3098 tests/x509/test_x509_ext.py::TestRSASubjectAlternativeNameExtension::test_san_wildcard_idna_dns_name PASSED
3099 tests/x509/test_x509_ext.py::TestRSASubjectAlternativeNameExtension::test_unsupported_gn PASSED
3100 tests/x509/test_x509_ext.py::TestRSASubjectAlternativeNameExtension::test_registered_id PASSED
3101 tests/x509/test_x509_ext.py::TestRSASubjectAlternativeNameExtension::test_uri PASSED
3102 tests/x509/test_x509_ext.py::TestRSASubjectAlternativeNameExtension::test_ipaddress PASSED
3103 tests/x509/test_x509_ext.py::TestRSASubjectAlternativeNameExtension::test_dirname PASSED
3104 tests/x509/test_x509_ext.py::TestRSASubjectAlternativeNameExtension::test_rfc822name PASSED
3105 tests/x509/test_x509_ext.py::TestRSASubjectAlternativeNameExtension::test_idna2003_invalid PASSED
3106 tests/x509/test_x509_ext.py::TestRSASubjectAlternativeNameExtension::test_unicode_rfc822_name_dns_name_uri PASSED
3107 tests/x509/test_x509_ext.py::TestRSASubjectAlternativeNameExtension::test_rfc822name_dnsname_ipaddress_directoryname_uri PASSED
3108 tests/x509/test_x509_ext.py::TestRSASubjectAlternativeNameExtension::test_invalid_rfc822name PASSED
3109 tests/x509/test_x509_ext.py::TestRSASubjectAlternativeNameExtension::test_other_name PASSED
3110 tests/x509/test_x509_ext.py::TestRSASubjectAlternativeNameExtension::test_certbuilder PASSED
3111 tests/x509/test_x509_ext.py::TestRSASubjectAlternativeNameExtension::test_malformed PASSED
3112 tests/x509/test_x509_ext.py::TestExtendedKeyUsageExtension::test_eku PASSED
3113 tests/x509/test_x509_ext.py::TestAccessDescription::test_invalid_access_method PASSED
3114 tests/x509/test_x509_ext.py::TestAccessDescription::test_invalid_access_location PASSED
3115 tests/x509/test_x509_ext.py::TestAccessDescription::test_valid_nonstandard_method PASSED
3116 tests/x509/test_x509_ext.py::TestAccessDescription::test_repr PASSED
3117 tests/x509/test_x509_ext.py::TestAccessDescription::test_eq PASSED
3118 tests/x509/test_x509_ext.py::TestAccessDescription::test_ne PASSED
3119 tests/x509/test_x509_ext.py::TestAccessDescription::test_hash PASSED
3120 tests/x509/test_x509_ext.py::TestPolicyConstraints::test_invalid_explicit_policy PASSED
3121 tests/x509/test_x509_ext.py::TestPolicyConstraints::test_invalid_inhibit_policy PASSED
3122 tests/x509/test_x509_ext.py::TestPolicyConstraints::test_both_none PASSED
3123 tests/x509/test_x509_ext.py::TestPolicyConstraints::test_repr PASSED
3124 tests/x509/test_x509_ext.py::TestPolicyConstraints::test_eq PASSED
3125 tests/x509/test_x509_ext.py::TestPolicyConstraints::test_ne PASSED
3126 tests/x509/test_x509_ext.py::TestPolicyConstraints::test_hash PASSED
3127 tests/x509/test_x509_ext.py::TestPolicyConstraints::test_public_bytes PASSED
3128 tests/x509/test_x509_ext.py::TestPolicyConstraintsExtension::test_inhibit_policy_mapping PASSED
3129 tests/x509/test_x509_ext.py::TestPolicyConstraintsExtension::test_require_explicit_policy PASSED
3130 tests/x509/test_x509_ext.py::TestPolicyConstraintsExtension::test_public_bytes PASSED
3131 tests/x509/test_x509_ext.py::TestAuthorityInformationAccess::test_invalid_descriptions PASSED
3132 tests/x509/test_x509_ext.py::TestAuthorityInformationAccess::test_iter_len PASSED
3133 tests/x509/test_x509_ext.py::TestAuthorityInformationAccess::test_iter_input PASSED
3134 tests/x509/test_x509_ext.py::TestAuthorityInformationAccess::test_repr PASSED
3135 tests/x509/test_x509_ext.py::TestAuthorityInformationAccess::test_eq PASSED
3136 tests/x509/test_x509_ext.py::TestAuthorityInformationAccess::test_ne PASSED
3137 tests/x509/test_x509_ext.py::TestAuthorityInformationAccess::test_indexing PASSED
3138 tests/x509/test_x509_ext.py::TestAuthorityInformationAccess::test_hash PASSED
3139 tests/x509/test_x509_ext.py::TestAuthorityInformationAccess::test_public_bytes PASSED
3140 tests/x509/test_x509_ext.py::TestSubjectInformationAccess::test_invalid_descriptions PASSED
3141 tests/x509/test_x509_ext.py::TestSubjectInformationAccess::test_iter_len PASSED
3142 tests/x509/test_x509_ext.py::TestSubjectInformationAccess::test_iter_input PASSED
3143 tests/x509/test_x509_ext.py::TestSubjectInformationAccess::test_repr PASSED
3144 tests/x509/test_x509_ext.py::TestSubjectInformationAccess::test_eq PASSED
3145 tests/x509/test_x509_ext.py::TestSubjectInformationAccess::test_ne PASSED
3146 tests/x509/test_x509_ext.py::TestSubjectInformationAccess::test_indexing PASSED
3147 tests/x509/test_x509_ext.py::TestSubjectInformationAccess::test_hash PASSED
3148 tests/x509/test_x509_ext.py::TestSubjectInformationAccess::test_public_bytes PASSED
3149 tests/x509/test_x509_ext.py::TestSubjectInformationAccessExtension::test_sia PASSED
3150 tests/x509/test_x509_ext.py::TestAuthorityInformationAccessExtension::test_aia_ocsp_ca_issuers PASSED
3151 tests/x509/test_x509_ext.py::TestAuthorityInformationAccessExtension::test_aia_multiple_ocsp_ca_issuers PASSED
3152 tests/x509/test_x509_ext.py::TestAuthorityInformationAccessExtension::test_aia_ocsp_only PASSED
3153 tests/x509/test_x509_ext.py::TestAuthorityInformationAccessExtension::test_aia_ca_issuers_only PASSED
3154 tests/x509/test_x509_ext.py::TestAuthorityInformationAccessExtension::test_public_bytes PASSED
3155 tests/x509/test_x509_ext.py::TestAuthorityKeyIdentifierExtension::test_aki_keyid PASSED
3156 tests/x509/test_x509_ext.py::TestAuthorityKeyIdentifierExtension::test_aki_all_fields PASSED
3157 tests/x509/test_x509_ext.py::TestAuthorityKeyIdentifierExtension::test_aki_no_keyid PASSED
3158 tests/x509/test_x509_ext.py::TestAuthorityKeyIdentifierExtension::test_from_certificate PASSED
3159 tests/x509/test_x509_ext.py::TestAuthorityKeyIdentifierExtension::test_from_issuer_subject_key_identifier PASSED
3160 tests/x509/test_x509_ext.py::TestNameConstraints::test_ipaddress_wrong_type PASSED
3161 tests/x509/test_x509_ext.py::TestNameConstraints::test_ipaddress_allowed_type PASSED
3162 tests/x509/test_x509_ext.py::TestNameConstraints::test_dnsname_wrong_value PASSED
3163 tests/x509/test_x509_ext.py::TestNameConstraints::test_dnsname_allowed_value PASSED
3164 tests/x509/test_x509_ext.py::TestNameConstraints::test_invalid_permitted_subtrees PASSED
3165 tests/x509/test_x509_ext.py::TestNameConstraints::test_invalid_excluded_subtrees PASSED
3166 tests/x509/test_x509_ext.py::TestNameConstraints::test_no_subtrees PASSED
3167 tests/x509/test_x509_ext.py::TestNameConstraints::test_permitted_none PASSED
3168 tests/x509/test_x509_ext.py::TestNameConstraints::test_excluded_none PASSED
3169 tests/x509/test_x509_ext.py::TestNameConstraints::test_iter_input PASSED
3170 tests/x509/test_x509_ext.py::TestNameConstraints::test_empty_lists PASSED
3171 tests/x509/test_x509_ext.py::TestNameConstraints::test_repr PASSED
3172 tests/x509/test_x509_ext.py::TestNameConstraints::test_eq PASSED
3173 tests/x509/test_x509_ext.py::TestNameConstraints::test_ne PASSED
3174 tests/x509/test_x509_ext.py::TestNameConstraints::test_hash PASSED
3175 tests/x509/test_x509_ext.py::TestNameConstraints::test_public_bytes PASSED
3176 tests/x509/test_x509_ext.py::TestNameConstraintsExtension::test_permitted_excluded PASSED
3177 tests/x509/test_x509_ext.py::TestNameConstraintsExtension::test_permitted PASSED
3178 tests/x509/test_x509_ext.py::TestNameConstraintsExtension::test_permitted_with_leading_period PASSED
3179 tests/x509/test_x509_ext.py::TestNameConstraintsExtension::test_excluded_with_leading_period PASSED
3180 tests/x509/test_x509_ext.py::TestNameConstraintsExtension::test_permitted_excluded_with_ips PASSED
3181 tests/x509/test_x509_ext.py::TestNameConstraintsExtension::test_single_ip_netmask PASSED
3182 tests/x509/test_x509_ext.py::TestNameConstraintsExtension::test_ip_invalid_length PASSED
3183 tests/x509/test_x509_ext.py::TestNameConstraintsExtension::test_invalid_ipv6_netmask PASSED
3184 tests/x509/test_x509_ext.py::TestNameConstraintsExtension::test_invalid_ipv4_netmask PASSED
3185 tests/x509/test_x509_ext.py::TestNameConstraintsExtension::test_certbuilder PASSED
3186 tests/x509/test_x509_ext.py::TestNameConstraintsExtension::test_public_bytes PASSED
3187 tests/x509/test_x509_ext.py::TestDistributionPoint::test_distribution_point_full_name_not_general_names PASSED
3188 tests/x509/test_x509_ext.py::TestDistributionPoint::test_distribution_point_relative_name_not_name PASSED
3189 tests/x509/test_x509_ext.py::TestDistributionPoint::test_distribution_point_full_and_relative_not_none PASSED
3190 tests/x509/test_x509_ext.py::TestDistributionPoint::test_no_full_name_relative_name_or_crl_issuer PASSED
3191 tests/x509/test_x509_ext.py::TestDistributionPoint::test_crl_issuer_not_general_names PASSED
3192 tests/x509/test_x509_ext.py::TestDistributionPoint::test_reason_not_reasonflags PASSED
3193 tests/x509/test_x509_ext.py::TestDistributionPoint::test_reason_not_frozenset PASSED
3194 tests/x509/test_x509_ext.py::TestDistributionPoint::test_disallowed_reasons PASSED
3195 tests/x509/test_x509_ext.py::TestDistributionPoint::test_reason_only PASSED
3196 tests/x509/test_x509_ext.py::TestDistributionPoint::test_eq PASSED
3197 tests/x509/test_x509_ext.py::TestDistributionPoint::test_ne PASSED
3198 tests/x509/test_x509_ext.py::TestDistributionPoint::test_iter_input PASSED
3199 tests/x509/test_x509_ext.py::TestDistributionPoint::test_repr PASSED
3200 tests/x509/test_x509_ext.py::TestDistributionPoint::test_hash PASSED
3201 tests/x509/test_x509_ext.py::TestFreshestCRL::test_invalid_distribution_points PASSED
3202 tests/x509/test_x509_ext.py::TestFreshestCRL::test_iter_len PASSED
3203 tests/x509/test_x509_ext.py::TestFreshestCRL::test_iter_input PASSED
3204 tests/x509/test_x509_ext.py::TestFreshestCRL::test_repr PASSED
3205 tests/x509/test_x509_ext.py::TestFreshestCRL::test_eq PASSED
3206 tests/x509/test_x509_ext.py::TestFreshestCRL::test_ne PASSED
3207 tests/x509/test_x509_ext.py::TestFreshestCRL::test_hash PASSED
3208 tests/x509/test_x509_ext.py::TestFreshestCRL::test_indexing PASSED
3209 tests/x509/test_x509_ext.py::TestFreshestCRL::test_public_bytes PASSED
3210 tests/x509/test_x509_ext.py::TestCRLDistributionPoints::test_invalid_distribution_points PASSED
3211 tests/x509/test_x509_ext.py::TestCRLDistributionPoints::test_iter_len PASSED
3212 tests/x509/test_x509_ext.py::TestCRLDistributionPoints::test_iter_input PASSED
3213 tests/x509/test_x509_ext.py::TestCRLDistributionPoints::test_repr PASSED
3214 tests/x509/test_x509_ext.py::TestCRLDistributionPoints::test_eq PASSED
3215 tests/x509/test_x509_ext.py::TestCRLDistributionPoints::test_ne PASSED
3216 tests/x509/test_x509_ext.py::TestCRLDistributionPoints::test_hash PASSED
3217 tests/x509/test_x509_ext.py::TestCRLDistributionPoints::test_indexing PASSED
3218 tests/x509/test_x509_ext.py::TestCRLDistributionPoints::test_public_bytes PASSED
3219 tests/x509/test_x509_ext.py::TestCRLDistributionPointsExtension::test_fullname_and_crl_issuer PASSED
3220 tests/x509/test_x509_ext.py::TestCRLDistributionPointsExtension::test_relativename_and_crl_issuer PASSED
3221 tests/x509/test_x509_ext.py::TestCRLDistributionPointsExtension::test_fullname_crl_issuer_reasons PASSED
3222 tests/x509/test_x509_ext.py::TestCRLDistributionPointsExtension::test_all_reasons PASSED
3223 tests/x509/test_x509_ext.py::TestCRLDistributionPointsExtension::test_single_reason PASSED
3224 tests/x509/test_x509_ext.py::TestCRLDistributionPointsExtension::test_crl_issuer_only PASSED
3225 tests/x509/test_x509_ext.py::TestCRLDistributionPointsExtension::test_crl_empty_hostname PASSED
3226 tests/x509/test_x509_ext.py::TestCRLDistributionPointsExtension::test_public_bytes PASSED
3227 tests/x509/test_x509_ext.py::TestFreshestCRLExtension::test_vector PASSED
3228 tests/x509/test_x509_ext.py::TestFreshestCRLExtension::test_public_bytes PASSED
3229 tests/x509/test_x509_ext.py::TestOCSPNoCheckExtension::test_nocheck PASSED
3230 tests/x509/test_x509_ext.py::TestOCSPNoCheckExtension::test_eq PASSED
3231 tests/x509/test_x509_ext.py::TestOCSPNoCheckExtension::test_hash PASSED
3232 tests/x509/test_x509_ext.py::TestOCSPNoCheckExtension::test_ne PASSED
3233 tests/x509/test_x509_ext.py::TestOCSPNoCheckExtension::test_repr PASSED
3234 tests/x509/test_x509_ext.py::TestOCSPNoCheckExtension::test_public_bytes PASSED
3235 tests/x509/test_x509_ext.py::TestInhibitAnyPolicy::test_not_int PASSED
3236 tests/x509/test_x509_ext.py::TestInhibitAnyPolicy::test_negative_int PASSED
3237 tests/x509/test_x509_ext.py::TestInhibitAnyPolicy::test_repr PASSED
3238 tests/x509/test_x509_ext.py::TestInhibitAnyPolicy::test_eq PASSED
3239 tests/x509/test_x509_ext.py::TestInhibitAnyPolicy::test_ne PASSED
3240 tests/x509/test_x509_ext.py::TestInhibitAnyPolicy::test_hash PASSED
3241 tests/x509/test_x509_ext.py::TestInhibitAnyPolicy::test_public_bytes PASSED
3242 tests/x509/test_x509_ext.py::TestInhibitAnyPolicyExtension::test_inhibit_any_policy PASSED
3243 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_vectors[crl_idp_fullname_indirect_crl.pem-expected0] PASSED
3244 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_vectors[crl_idp_fullname_only.pem-expected1] PASSED
3245 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_vectors[crl_idp_fullname_only_aa.pem-expected2] PASSED
3246 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_vectors[crl_idp_fullname_only_user.pem-expected3] PASSED
3247 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_vectors[crl_idp_only_ca.pem-expected4] PASSED
3248 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_vectors[crl_idp_reasons_only.pem-expected5] PASSED
3249 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_vectors[crl_idp_relative_user_all_reasons.pem-expected6] PASSED
3250 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_vectors[crl_idp_relativename_only.pem-expected7] PASSED
3251 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_invalid_init[TypeError-False-False-False-False-notafrozenset-None-None] PASSED
3252 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_invalid_init[TypeError-False-False-False-False-only_some_reasons1-None-None] PASSED
3253 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_invalid_init[ValueError-False-False-False-False-only_some_reasons2-None-None] PASSED
3254 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_invalid_init[ValueError-False-False-False-False-only_some_reasons3-None-None] PASSED
3255 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_invalid_init[TypeError-notabool-False-False-False-None-None-None] PASSED
3256 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_invalid_init[TypeError-False-notabool-False-False-None-None-None] PASSED
3257 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_invalid_init[TypeError-False-False-notabool-False-None-None-None] PASSED
3258 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_invalid_init[TypeError-False-False-False-notabool-None-None-None] PASSED
3259 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_invalid_init[ValueError-True-True-False-False-None-None-None] PASSED
3260 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_invalid_init[ValueError-False-False-False-False-None-None-None] PASSED
3261 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_repr PASSED
3262 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_eq PASSED
3263 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_ne PASSED
3264 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_hash PASSED
3265 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_generate[idp0] PASSED
3266 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_generate[idp1] PASSED
3267 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_generate[idp2] PASSED
3268 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_generate[idp3] PASSED
3269 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_generate[idp4] PASSED
3270 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_generate[idp5] PASSED
3271 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_generate[idp6] PASSED
3272 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_generate[idp7] PASSED
3273 tests/x509/test_x509_ext.py::TestIssuingDistributionPointExtension::test_public_bytes PASSED
3274 tests/x509/test_x509_ext.py::TestPrecertPoisonExtension::test_load PASSED
3275 tests/x509/test_x509_ext.py::TestPrecertPoisonExtension::test_generate PASSED
3276 tests/x509/test_x509_ext.py::TestPrecertPoisonExtension::test_eq PASSED
3277 tests/x509/test_x509_ext.py::TestPrecertPoisonExtension::test_hash PASSED
3278 tests/x509/test_x509_ext.py::TestPrecertPoisonExtension::test_ne PASSED
3279 tests/x509/test_x509_ext.py::TestPrecertPoisonExtension::test_repr PASSED
3280 tests/x509/test_x509_ext.py::TestPrecertPoisonExtension::test_public_bytes PASSED
3281 tests/x509/test_x509_ext.py::TestSignedCertificateTimestamps::test_eq PASSED
3282 tests/x509/test_x509_ext.py::TestSignedCertificateTimestamps::test_ne PASSED
3283 tests/x509/test_x509_ext.py::TestSignedCertificateTimestamps::test_hash PASSED
3284 tests/x509/test_x509_ext.py::TestSignedCertificateTimestamps::test_public_bytes PASSED
3285 tests/x509/test_x509_ext.py::TestPrecertificateSignedCertificateTimestampsExtension::test_init PASSED
3286 tests/x509/test_x509_ext.py::TestPrecertificateSignedCertificateTimestampsExtension::test_repr PASSED
3287 tests/x509/test_x509_ext.py::TestPrecertificateSignedCertificateTimestampsExtension::test_eq PASSED
3288 tests/x509/test_x509_ext.py::TestPrecertificateSignedCertificateTimestampsExtension::test_ne PASSED
3289 tests/x509/test_x509_ext.py::TestPrecertificateSignedCertificateTimestampsExtension::test_ordering PASSED
3290 tests/x509/test_x509_ext.py::TestPrecertificateSignedCertificateTimestampsExtension::test_hash PASSED
3291 tests/x509/test_x509_ext.py::TestPrecertificateSignedCertificateTimestampsExtension::test_simple PASSED
3292 tests/x509/test_x509_ext.py::TestPrecertificateSignedCertificateTimestampsExtension::test_generate PASSED
3293 tests/x509/test_x509_ext.py::TestPrecertificateSignedCertificateTimestampsExtension::test_invalid_version PASSED
3294 tests/x509/test_x509_ext.py::TestPrecertificateSignedCertificateTimestampsExtension::test_invalid_hash_algorithm PASSED
3295 tests/x509/test_x509_ext.py::TestPrecertificateSignedCertificateTimestampsExtension::test_invalid_signature_algorithm PASSED
3296 tests/x509/test_x509_ext.py::TestPrecertificateSignedCertificateTimestampsExtension::test_invalid_length PASSED
3297 tests/x509/test_x509_ext.py::TestPrecertificateSignedCertificateTimestampsExtension::test_public_bytes PASSED
3298 tests/x509/test_x509_ext.py::TestInvalidExtension::test_invalid_certificate_policies_data PASSED
3299 tests/x509/test_x509_ext.py::TestOCSPNonce::test_non_bytes PASSED
3300 tests/x509/test_x509_ext.py::TestOCSPNonce::test_eq PASSED
3301 tests/x509/test_x509_ext.py::TestOCSPNonce::test_ne PASSED
3302 tests/x509/test_x509_ext.py::TestOCSPNonce::test_repr PASSED
3303 tests/x509/test_x509_ext.py::TestOCSPNonce::test_hash PASSED
3304 tests/x509/test_x509_ext.py::TestOCSPNonce::test_public_bytes PASSED
3305 tests/x509/test_x509_ext.py::TestOCSPAcceptableResponses::test_invalid_types PASSED
3306 tests/x509/test_x509_ext.py::TestOCSPAcceptableResponses::test_eq PASSED
3307 tests/x509/test_x509_ext.py::TestOCSPAcceptableResponses::test_ne PASSED
3308 tests/x509/test_x509_ext.py::TestOCSPAcceptableResponses::test_repr PASSED
3309 tests/x509/test_x509_ext.py::TestOCSPAcceptableResponses::test_hash PASSED
3310 tests/x509/test_x509_ext.py::TestOCSPAcceptableResponses::test_iter PASSED
3311 tests/x509/test_x509_ext.py::TestOCSPAcceptableResponses::test_public_bytes PASSED
3312 tests/x509/test_x509_ext.py::TestMSCertificateTemplate::test_invalid_type PASSED
3313 tests/x509/test_x509_ext.py::TestMSCertificateTemplate::test_eq PASSED
3314 tests/x509/test_x509_ext.py::TestMSCertificateTemplate::test_ne PASSED
3315 tests/x509/test_x509_ext.py::TestMSCertificateTemplate::test_repr PASSED
3316 tests/x509/test_x509_ext.py::TestMSCertificateTemplate::test_hash PASSED
3317 tests/x509/test_x509_ext.py::TestMSCertificateTemplate::test_public_bytes PASSED
3318 tests/x509/test_x509_ext.py::TestNamingAuthority::test_invalid_init PASSED
3319 tests/x509/test_x509_ext.py::TestNamingAuthority::test_eq PASSED
3320 tests/x509/test_x509_ext.py::TestNamingAuthority::test_ne PASSED
3321 tests/x509/test_x509_ext.py::TestNamingAuthority::test_repr PASSED
3322 tests/x509/test_x509_ext.py::TestNamingAuthority::test_hash PASSED
3323 tests/x509/test_x509_ext.py::TestProfessionInfo::test_invalid_init PASSED
3324 tests/x509/test_x509_ext.py::TestProfessionInfo::test_eq PASSED
3325 tests/x509/test_x509_ext.py::TestProfessionInfo::test_ne PASSED
3326 tests/x509/test_x509_ext.py::TestProfessionInfo::test_repr PASSED
3327 tests/x509/test_x509_ext.py::TestProfessionInfo::test_hash PASSED
3328 tests/x509/test_x509_ext.py::TestAdmission::test_invalid_init PASSED
3329 tests/x509/test_x509_ext.py::TestAdmission::test_eq PASSED
3330 tests/x509/test_x509_ext.py::TestAdmission::test_ne PASSED
3331 tests/x509/test_x509_ext.py::TestAdmission::test_repr PASSED
3332 tests/x509/test_x509_ext.py::TestAdmission::test_hash PASSED
3333 tests/x509/test_x509_ext.py::TestAdmissions::test_invalid_init PASSED
3334 tests/x509/test_x509_ext.py::TestAdmissions::test_eq PASSED
3335 tests/x509/test_x509_ext.py::TestAdmissions::test_ne PASSED
3336 tests/x509/test_x509_ext.py::TestAdmissions::test_repr PASSED
3337 tests/x509/test_x509_ext.py::TestAdmissions::test_hash PASSED
3338 tests/x509/test_x509_ext.py::TestAdmissions::test_public_bytes PASSED
3339 tests/x509/test_x509_ext.py::test_all_extension_oid_members_have_names_defined PASSED
3340 tests/x509/test_x509_ext.py::test_unknown_extension PASSED
3341 tests/x509/test_x509_revokedcertbuilder.py::TestRevokedCertificateBuilder::test_serial_number_must_be_integer PASSED
3342 tests/x509/test_x509_revokedcertbuilder.py::TestRevokedCertificateBuilder::test_serial_number_must_be_non_negative PASSED
3343 tests/x509/test_x509_revokedcertbuilder.py::TestRevokedCertificateBuilder::test_serial_number_must_be_positive PASSED
3344 tests/x509/test_x509_revokedcertbuilder.py::TestRevokedCertificateBuilder::test_minimal_serial_number PASSED
3345 tests/x509/test_x509_revokedcertbuilder.py::TestRevokedCertificateBuilder::test_biggest_serial_number PASSED
3346 tests/x509/test_x509_revokedcertbuilder.py::TestRevokedCertificateBuilder::test_serial_number_must_be_less_than_160_bits_long PASSED
3347 tests/x509/test_x509_revokedcertbuilder.py::TestRevokedCertificateBuilder::test_set_serial_number_twice PASSED
3348 tests/x509/test_x509_revokedcertbuilder.py::TestRevokedCertificateBuilder::test_aware_revocation_date PASSED
3349 tests/x509/test_x509_revokedcertbuilder.py::TestRevokedCertificateBuilder::test_revocation_date_invalid PASSED
3350 tests/x509/test_x509_revokedcertbuilder.py::TestRevokedCertificateBuilder::test_revocation_date_before_1950 PASSED
3351 tests/x509/test_x509_revokedcertbuilder.py::TestRevokedCertificateBuilder::test_set_revocation_date_twice PASSED
3352 tests/x509/test_x509_revokedcertbuilder.py::TestRevokedCertificateBuilder::test_add_extension_checks_for_duplicates PASSED
3353 tests/x509/test_x509_revokedcertbuilder.py::TestRevokedCertificateBuilder::test_add_invalid_extension PASSED
3354 tests/x509/test_x509_revokedcertbuilder.py::TestRevokedCertificateBuilder::test_no_serial_number PASSED
3355 tests/x509/test_x509_revokedcertbuilder.py::TestRevokedCertificateBuilder::test_no_revocation_date PASSED
3356 tests/x509/test_x509_revokedcertbuilder.py::TestRevokedCertificateBuilder::test_create_revoked PASSED
3357 tests/x509/test_x509_revokedcertbuilder.py::TestRevokedCertificateBuilder::test_add_extensions[extension0] PASSED
3358 tests/x509/test_x509_revokedcertbuilder.py::TestRevokedCertificateBuilder::test_add_extensions[extension1] PASSED
3359 tests/x509/test_x509_revokedcertbuilder.py::TestRevokedCertificateBuilder::test_add_extensions[extension2] PASSED
3360 tests/x509/test_x509_revokedcertbuilder.py::TestRevokedCertificateBuilder::test_add_multiple_extensions PASSED
3361 tests/x509/verification/test_limbo.py::test_limbo SKIPPED (no 'x509_...)
3362 tests/x509/verification/test_verification.py::TestPolicyBuilder::test_time_already_set PASSED
3363 tests/x509/verification/test_verification.py::TestPolicyBuilder::test_store_already_set PASSED
3364 tests/x509/verification/test_verification.py::TestPolicyBuilder::test_max_chain_depth_already_set PASSED
3365 tests/x509/verification/test_verification.py::TestPolicyBuilder::test_ipaddress_subject PASSED
3366 tests/x509/verification/test_verification.py::TestPolicyBuilder::test_dnsname_subject PASSED
3367 tests/x509/verification/test_verification.py::TestPolicyBuilder::test_subject_bad_types PASSED
3368 tests/x509/verification/test_verification.py::TestPolicyBuilder::test_builder_pattern PASSED
3369 tests/x509/verification/test_verification.py::TestPolicyBuilder::test_build_server_verifier_missing_store PASSED
3370 tests/x509/verification/test_verification.py::TestStore::test_store_rejects_empty_list PASSED
3371 tests/x509/verification/test_verification.py::TestStore::test_store_rejects_non_certificates PASSED
3372 tests/x509/verification/test_verification.py::TestClientVerifier::test_build_client_verifier_missing_store PASSED
3373 tests/x509/verification/test_verification.py::TestClientVerifier::test_verify PASSED
3374 tests/x509/verification/test_verification.py::TestClientVerifier::test_verify_fails_renders_oid PASSED
3375 tests/x509/verification/test_verification.py::TestServerVerifier::test_verify_tz_aware[2018-11-16T03:15:02+02:00-True] PASSED
3376 tests/x509/verification/test_verification.py::TestServerVerifier::test_verify_tz_aware[2018-11-16T00:15:04-01:00-False] PASSED
3377 tests/x509/verification/test_verification.py::TestServerVerifier::test_error_message PASSED
3379 =========================== short test summary info ============================
3380 ======== 3194 passed, 173 skipped ========