components/python/pyopenssl/test/results-3.4-64.master
author Rich Burridge <rich.burridge@oracle.com>
Tue, 24 Jan 2017 09:00:35 -0800
changeset 7599 c61ba9155a6a
permissions -rw-r--r--
25394619 Remove Cryptography from PyOpenSSL makefile after it's built on all machines

. lib/OpenSSL/SSL.py::pep8
. lib/OpenSSL/SSL.py::pyflakes
. lib/OpenSSL/__init__.py::pep8
. lib/OpenSSL/__init__.py::pyflakes
. lib/OpenSSL/_util.py::pep8
. lib/OpenSSL/_util.py::pyflakes
. lib/OpenSSL/crypto.py::pep8
. lib/OpenSSL/crypto.py::pyflakes
. lib/OpenSSL/rand.py::pep8
. lib/OpenSSL/rand.py::pyflakes
. lib/OpenSSL/tsafe.py::pep8
. lib/OpenSSL/tsafe.py::pyflakes
. lib/OpenSSL/version.py::pep8
. lib/OpenSSL/version.py::pyflakes
. tests/__init__.py::pep8
. tests/__init__.py::pyflakes
. tests/conftest.py::pep8
. tests/conftest.py::pyflakes
. tests/memdbg.py::pep8
. tests/memdbg.py::pyflakes
. tests/test_crypto.py::CRLTests::test_add_revoked_keyword
. tests/test_crypto.py::CRLTests::test_add_revoked_wrong_args
. tests/test_crypto.py::CRLTests::test_construction
. tests/test_crypto.py::CRLTests::test_construction_wrong_args
. tests/test_crypto.py::CRLTests::test_dump_crl
. tests/test_crypto.py::CRLTests::test_export_custom_digest
. tests/test_crypto.py::CRLTests::test_export_default_digest
. tests/test_crypto.py::CRLTests::test_export_der
. tests/test_crypto.py::CRLTests::test_export_invalid
. tests/test_crypto.py::CRLTests::test_export_md5_digest
. tests/test_crypto.py::CRLTests::test_export_pem
. tests/test_crypto.py::CRLTests::test_export_text
. tests/test_crypto.py::CRLTests::test_export_unknown_digest
. tests/test_crypto.py::CRLTests::test_export_unknown_filetype
. tests/test_crypto.py::CRLTests::test_export_wrong_args
. tests/test_crypto.py::CRLTests::test_get_issuer
. tests/test_crypto.py::CRLTests::test_get_revoked
. tests/test_crypto.py::CRLTests::test_get_revoked_wrong_args
. tests/test_crypto.py::CRLTests::test_load_crl
. tests/test_crypto.py::CRLTests::test_load_crl_bad_data
. tests/test_crypto.py::CRLTests::test_load_crl_bad_filetype
. tests/test_crypto.py::CRLTests::test_load_crl_wrong_args
. tests/test_crypto.py::CRLTests::test_verify_with_missing_crl
. tests/test_crypto.py::CRLTests::test_verify_with_revoked
. tests/test_crypto.py::EllipticCurveEqualityTests::test_anotherTypeEq
. tests/test_crypto.py::EllipticCurveEqualityTests::test_anotherTypeNe
. tests/test_crypto.py::EllipticCurveEqualityTests::test_delegateNe
. tests/test_crypto.py::EllipticCurveEqualityTests::test_delegatedEq
. tests/test_crypto.py::EllipticCurveEqualityTests::test_differentEq
. tests/test_crypto.py::EllipticCurveEqualityTests::test_differentNe
. tests/test_crypto.py::EllipticCurveEqualityTests::test_identicalEq
. tests/test_crypto.py::EllipticCurveEqualityTests::test_identicalNe
. tests/test_crypto.py::EllipticCurveEqualityTests::test_sameEq
. tests/test_crypto.py::EllipticCurveEqualityTests::test_sameNe
. tests/test_crypto.py::EllipticCurveHashTests::test_contains
. tests/test_crypto.py::EllipticCurveHashTests::test_does_not_contain
. tests/test_crypto.py::EllipticCurveTests::test_a_curve
. tests/test_crypto.py::EllipticCurveTests::test_not_a_curve
. tests/test_crypto.py::EllipticCurveTests::test_repr
. tests/test_crypto.py::EllipticCurveTests::test_set
. tests/test_crypto.py::EllipticCurveTests::test_some_curves
. tests/test_crypto.py::EllipticCurveTests::test_to_EC_KEY
. tests/test_crypto.py::FunctionTests::test_dump_certificate
. tests/test_crypto.py::FunctionTests::test_dump_certificate_bad_type
. tests/test_crypto.py::FunctionTests::test_dump_certificate_request
. tests/test_crypto.py::FunctionTests::test_dump_privatekey_asn1
. tests/test_crypto.py::FunctionTests::test_dump_privatekey_invalid_filetype
. tests/test_crypto.py::FunctionTests::test_dump_privatekey_invalid_passphrase_type
. tests/test_crypto.py::FunctionTests::test_dump_privatekey_passphrase
. tests/test_crypto.py::FunctionTests::test_dump_privatekey_passphraseCallback
. tests/test_crypto.py::FunctionTests::test_dump_privatekey_passphraseCallbackLength
. tests/test_crypto.py::FunctionTests::test_dump_privatekey_passphraseWrongType
. tests/test_crypto.py::FunctionTests::test_dump_privatekey_passphrase_exception
. tests/test_crypto.py::FunctionTests::test_dump_privatekey_pem
. tests/test_crypto.py::FunctionTests::test_dump_privatekey_text
. tests/test_crypto.py::FunctionTests::test_dump_privatekey_unknown_cipher
. tests/test_crypto.py::FunctionTests::test_dump_privatekey_wrong_args
. tests/test_crypto.py::FunctionTests::test_dump_publickey_asn1
. tests/test_crypto.py::FunctionTests::test_dump_publickey_invalid_type
. tests/test_crypto.py::FunctionTests::test_dump_publickey_pem
. tests/test_crypto.py::FunctionTests::test_load_pkcs7_data_asn1
. tests/test_crypto.py::FunctionTests::test_load_pkcs7_data_invalid
. tests/test_crypto.py::FunctionTests::test_load_pkcs7_data_pem
. tests/test_crypto.py::FunctionTests::test_load_pkcs7_type_invalid
. tests/test_crypto.py::FunctionTests::test_load_privatekey_invalid_format
. tests/test_crypto.py::FunctionTests::test_load_privatekey_invalid_passphrase_type
. tests/test_crypto.py::FunctionTests::test_load_privatekey_passphrase
. tests/test_crypto.py::FunctionTests::test_load_privatekey_passphraseCallback
. tests/test_crypto.py::FunctionTests::test_load_privatekey_passphraseCallbackLength
. tests/test_crypto.py::FunctionTests::test_load_privatekey_passphraseWrongType
. tests/test_crypto.py::FunctionTests::test_load_privatekey_passphrase_exception
. tests/test_crypto.py::FunctionTests::test_load_privatekey_passphrase_wrong_return_type
. tests/test_crypto.py::FunctionTests::test_load_privatekey_wrongPassphrase
. tests/test_crypto.py::FunctionTests::test_load_privatekey_wrongPassphraseCallback
. tests/test_crypto.py::FunctionTests::test_load_privatekey_wrong_args
. tests/test_crypto.py::LoadCertificateTests::test_badFileType
. tests/test_crypto.py::LoadCertificateTests::test_bad_certificate
. tests/test_crypto.py::NetscapeSPKITests::test_b64_encode
. tests/test_crypto.py::NetscapeSPKITests::test_construction
. tests/test_crypto.py::NetscapeSPKITests::test_invalid_attribute
. tests/test_crypto.py::NetscapeSPKITests::test_sign
. tests/test_crypto.py::NetscapeSPKITests::test_signWithPublicKey
. tests/test_crypto.py::NetscapeSPKITests::test_signWithUngenerated
. tests/test_crypto.py::NetscapeSPKITests::test_signWithUnknownDigest
. tests/test_crypto.py::NetscapeSPKITests::test_type
. tests/test_crypto.py::PKCS12Tests::test_cert_only
. tests/test_crypto.py::PKCS12Tests::test_empty_construction
. tests/test_crypto.py::PKCS12Tests::test_export_without_args
. tests/test_crypto.py::PKCS12Tests::test_export_without_bytes
. tests/test_crypto.py::PKCS12Tests::test_export_without_mac
. tests/test_crypto.py::PKCS12Tests::test_friendly_name
. tests/test_crypto.py::PKCS12Tests::test_key_cert_mismatch
. tests/test_crypto.py::PKCS12Tests::test_key_only
. tests/test_crypto.py::PKCS12Tests::test_load_pkcs12
. tests/test_crypto.py::PKCS12Tests::test_load_pkcs12_empty_passphrase_load_empty
. tests/test_crypto.py::PKCS12Tests::test_load_pkcs12_empty_passphrase_load_null
. tests/test_crypto.py::PKCS12Tests::test_load_pkcs12_garbage
. tests/test_crypto.py::PKCS12Tests::test_load_pkcs12_no_passphrase
. tests/test_crypto.py::PKCS12Tests::test_load_pkcs12_null_passphrase_load_empty
. tests/test_crypto.py::PKCS12Tests::test_load_pkcs12_null_passphrase_load_null
. tests/test_crypto.py::PKCS12Tests::test_load_pkcs12_text_passphrase
. tests/test_crypto.py::PKCS12Tests::test_load_without_mac
. tests/test_crypto.py::PKCS12Tests::test_removing_ca_cert
. tests/test_crypto.py::PKCS12Tests::test_replace
. tests/test_crypto.py::PKCS12Tests::test_type
. tests/test_crypto.py::PKCS12Tests::test_type_errors
. tests/test_crypto.py::PKCS12Tests::test_various_empty_passphrases
. tests/test_crypto.py::PKCS12Tests::test_zero_len_list_for_ca
. tests/test_crypto.py::PKCS7Tests::test_attribute
. tests/test_crypto.py::PKCS7Tests::test_get_type_name
. tests/test_crypto.py::PKCS7Tests::test_get_type_name_wrong_args
. tests/test_crypto.py::PKCS7Tests::test_type
. tests/test_crypto.py::PKCS7Tests::test_type_is_data
. tests/test_crypto.py::PKCS7Tests::test_type_is_data_wrong_args
. tests/test_crypto.py::PKCS7Tests::test_type_is_enveloped
. tests/test_crypto.py::PKCS7Tests::test_type_is_enveloped_wrong_args
. tests/test_crypto.py::PKCS7Tests::test_type_is_signed
. tests/test_crypto.py::PKCS7Tests::test_type_is_signedAndEnveloped
. tests/test_crypto.py::PKCS7Tests::test_type_is_signedAndEnveloped_wrong_args
. tests/test_crypto.py::PKCS7Tests::test_type_is_signed_wrong_args
. tests/test_crypto.py::PKeyTests::test_check_public_key
. tests/test_crypto.py::PKeyTests::test_check_wrong_args
. tests/test_crypto.py::PKeyTests::test_construction
. tests/test_crypto.py::PKeyTests::test_dsaGeneration
. tests/test_crypto.py::PKeyTests::test_failedGeneration
. tests/test_crypto.py::PKeyTests::test_inconsistentKey
. tests/test_crypto.py::PKeyTests::test_pregeneration
. tests/test_crypto.py::PKeyTests::test_regeneration
. tests/test_crypto.py::PKeyTests::test_rsaGeneration
. tests/test_crypto.py::PKeyTests::test_type
. tests/test_crypto.py::RevokedTests::test_construction
. tests/test_crypto.py::RevokedTests::test_construction_wrong_args
. tests/test_crypto.py::RevokedTests::test_date
. tests/test_crypto.py::RevokedTests::test_get_reason_wrong_arguments
. tests/test_crypto.py::RevokedTests::test_reason
. tests/test_crypto.py::RevokedTests::test_serial
. tests/test_crypto.py::RevokedTests::test_set_reason_wrong_arguments
. tests/test_crypto.py::SignVerifyTests::test_sign_nulls
. tests/test_crypto.py::SignVerifyTests::test_sign_verify
. tests/test_crypto.py::SignVerifyTests::test_sign_verify_with_text
. tests/test_crypto.py::SignVerifyTests::test_sign_with_large_key
. tests/test_crypto.py::TestLoadPublicKey::()::test_invalid_key_format
. tests/test_crypto.py::TestLoadPublicKey::()::test_invalid_type
. tests/test_crypto.py::TestLoadPublicKey::()::test_loading_works
. tests/test_crypto.py::TestLoadPublicKey::()::test_tolerates_unicode_strings
. tests/test_crypto.py::TestPKey::()::test_convert_from_cryptography_private_key
. tests/test_crypto.py::TestPKey::()::test_convert_from_cryptography_public_key
. tests/test_crypto.py::TestPKey::()::test_convert_from_cryptography_unsupported_type
. tests/test_crypto.py::TestPKey::()::test_convert_private_pkey_to_cryptography_key
. tests/test_crypto.py::TestPKey::()::test_convert_public_pkey_to_cryptography_key
. tests/test_crypto.py::TestRevoked::()::test_ignores_unsupported_revoked_cert_extension_get_reason
. tests/test_crypto.py::TestRevoked::()::test_ignores_unsupported_revoked_cert_extension_set_new_reason
. tests/test_crypto.py::X509ExtTests::test_construction
. tests/test_crypto.py::X509ExtTests::test_get_critical
. tests/test_crypto.py::X509ExtTests::test_get_data
. tests/test_crypto.py::X509ExtTests::test_get_data_wrong_args
. tests/test_crypto.py::X509ExtTests::test_get_short_name
. tests/test_crypto.py::X509ExtTests::test_invalid_extension
. tests/test_crypto.py::X509ExtTests::test_invalid_issuer
. tests/test_crypto.py::X509ExtTests::test_invalid_subject
. tests/test_crypto.py::X509ExtTests::test_issuer
. tests/test_crypto.py::X509ExtTests::test_missing_issuer
. tests/test_crypto.py::X509ExtTests::test_missing_subject
. tests/test_crypto.py::X509ExtTests::test_str
. tests/test_crypto.py::X509ExtTests::test_subject
. tests/test_crypto.py::X509ExtTests::test_type
. tests/test_crypto.py::X509ExtTests::test_unused_issuer
. tests/test_crypto.py::X509ExtTests::test_unused_subject
. tests/test_crypto.py::X509NameTests::test_attributes
. tests/test_crypto.py::X509NameTests::test_comparison
. tests/test_crypto.py::X509NameTests::test_copy
. tests/test_crypto.py::X509NameTests::test_der
. tests/test_crypto.py::X509NameTests::test_get_components
. tests/test_crypto.py::X509NameTests::test_hash
. tests/test_crypto.py::X509NameTests::test_load_nul_byte_attribute
. tests/test_crypto.py::X509NameTests::test_onlyStringAttributes
. tests/test_crypto.py::X509NameTests::test_repr
. tests/test_crypto.py::X509NameTests::test_setAttributeFailure
. tests/test_crypto.py::X509NameTests::test_setInvalidAttribute
. tests/test_crypto.py::X509NameTests::test_type
. tests/test_crypto.py::X509ReqTests::test_add_extensions
. tests/test_crypto.py::X509ReqTests::test_add_extensions_wrong_args
. tests/test_crypto.py::X509ReqTests::test_construction
. tests/test_crypto.py::X509ReqTests::test_get_extensions
. tests/test_crypto.py::X509ReqTests::test_get_subject
. tests/test_crypto.py::X509ReqTests::test_get_subject_wrong_args
. tests/test_crypto.py::X509ReqTests::test_sign
. tests/test_crypto.py::X509ReqTests::test_signWithPublicKey
. tests/test_crypto.py::X509ReqTests::test_signWithUngenerated
. tests/test_crypto.py::X509ReqTests::test_signWithUnknownDigest
. tests/test_crypto.py::X509ReqTests::test_type
. tests/test_crypto.py::X509ReqTests::test_verify_success
. tests/test_crypto.py::X509ReqTests::test_verify_uninitialized_key
. tests/test_crypto.py::X509ReqTests::test_verify_wrong_args
. tests/test_crypto.py::X509ReqTests::test_verify_wrong_key
. tests/test_crypto.py::X509ReqTests::test_version
. tests/test_crypto.py::X509ReqTests::test_version_wrong_args
. tests/test_crypto.py::X509StoreContextTests::test_invalid_chain_no_intermediate
. tests/test_crypto.py::X509StoreContextTests::test_invalid_chain_no_root
. tests/test_crypto.py::X509StoreContextTests::test_modification_pre_verify
. tests/test_crypto.py::X509StoreContextTests::test_reuse
. tests/test_crypto.py::X509StoreContextTests::test_trusted_self_signed
. tests/test_crypto.py::X509StoreContextTests::test_untrusted_self_signed
. tests/test_crypto.py::X509StoreContextTests::test_valid
. tests/test_crypto.py::X509StoreTests::test_add_cert
. tests/test_crypto.py::X509StoreTests::test_add_cert_rejects_duplicate
. tests/test_crypto.py::X509StoreTests::test_add_cert_wrong_args
. tests/test_crypto.py::X509StoreTests::test_type
. tests/test_crypto.py::X509Tests::test_construction
. tests/test_crypto.py::X509Tests::test_digest
. tests/test_crypto.py::X509Tests::test_extension_count
. tests/test_crypto.py::X509Tests::test_get_extension
. tests/test_crypto.py::X509Tests::test_get_issuer
. tests/test_crypto.py::X509Tests::test_get_issuer_wrong_args
. tests/test_crypto.py::X509Tests::test_get_notAfter
. tests/test_crypto.py::X509Tests::test_get_notBefore
. tests/test_crypto.py::X509Tests::test_get_pubkey_uninitialized
. tests/test_crypto.py::X509Tests::test_get_serial_number_wrong_args
. tests/test_crypto.py::X509Tests::test_get_signature_algorithm
. tests/test_crypto.py::X509Tests::test_get_subject
. tests/test_crypto.py::X509Tests::test_get_subject_wrong_args
. tests/test_crypto.py::X509Tests::test_get_undefined_signature_algorithm
. tests/test_crypto.py::X509Tests::test_get_version_wrong_args
. tests/test_crypto.py::X509Tests::test_gmtime_adj_notAfter
. tests/test_crypto.py::X509Tests::test_gmtime_adj_notAfter_wrong_args
. tests/test_crypto.py::X509Tests::test_gmtime_adj_notBefore
. tests/test_crypto.py::X509Tests::test_gmtime_adj_notBefore_wrong_args
. tests/test_crypto.py::X509Tests::test_has_expired
. tests/test_crypto.py::X509Tests::test_has_expired_wrong_args
. tests/test_crypto.py::X509Tests::test_has_not_expired
. tests/test_crypto.py::X509Tests::test_invalid_digest_algorithm
. tests/test_crypto.py::X509Tests::test_nullbyte_subjectAltName
. tests/test_crypto.py::X509Tests::test_root_has_not_expired
. tests/test_crypto.py::X509Tests::test_serial_number
. tests/test_crypto.py::X509Tests::test_set_issuer
. tests/test_crypto.py::X509Tests::test_set_issuer_wrong_args
. tests/test_crypto.py::X509Tests::test_set_notAfter
. tests/test_crypto.py::X509Tests::test_set_notBefore
. tests/test_crypto.py::X509Tests::test_set_pubkey_wrong_type
. tests/test_crypto.py::X509Tests::test_set_subject
. tests/test_crypto.py::X509Tests::test_set_subject_wrong_args
. tests/test_crypto.py::X509Tests::test_set_version_wrong_args
. tests/test_crypto.py::X509Tests::test_sign
. tests/test_crypto.py::X509Tests::test_signWithPublicKey
. tests/test_crypto.py::X509Tests::test_signWithUngenerated
. tests/test_crypto.py::X509Tests::test_signWithUnknownDigest
. tests/test_crypto.py::X509Tests::test_sign_bad_pubkey_type
. tests/test_crypto.py::X509Tests::test_subject_name_hash
. tests/test_crypto.py::X509Tests::test_subject_name_hash_wrong_args
. tests/test_crypto.py::X509Tests::test_type
. tests/test_crypto.py::X509Tests::test_version
. tests/test_crypto.py::pep8
. tests/test_crypto.py::pyflakes
. tests/test_rand.py::RandTests::test_add
. tests/test_rand.py::RandTests::test_add_wrong_args
. tests/test_rand.py::RandTests::test_bytes
. tests/test_rand.py::RandTests::test_bytes_paths
. tests/test_rand.py::RandTests::test_bytes_wrong_args
. tests/test_rand.py::RandTests::test_cleanup
. tests/test_rand.py::RandTests::test_cleanup_wrong_args
. tests/test_rand.py::RandTests::test_egd_warning
. tests/test_rand.py::RandTests::test_egd_wrong_args
. tests/test_rand.py::RandTests::test_insufficientMemory
. tests/test_rand.py::RandTests::test_load_file_wrong_args
. tests/test_rand.py::RandTests::test_seed
. tests/test_rand.py::RandTests::test_seed_wrong_args
. tests/test_rand.py::RandTests::test_status
. tests/test_rand.py::RandTests::test_status_wrong_args
. tests/test_rand.py::RandTests::test_unicode_paths
. tests/test_rand.py::RandTests::test_write_file_wrong_args
. tests/test_rand.py::pep8
. tests/test_rand.py::pyflakes
. tests/test_ssl.py::ApplicationLayerProtoNegotiationTests::test_alpn_callback_exception
. tests/test_ssl.py::ApplicationLayerProtoNegotiationTests::test_alpn_no_server
. tests/test_ssl.py::ApplicationLayerProtoNegotiationTests::test_alpn_server_fail
. tests/test_ssl.py::ApplicationLayerProtoNegotiationTests::test_alpn_set_on_connection
. tests/test_ssl.py::ApplicationLayerProtoNegotiationTests::test_alpn_success
. tests/test_ssl.py::ConnectionBIOTests::test_buffer_size
. tests/test_ssl.py::ConnectionBIOTests::test_wantReadError
. tests/test_ssl.py::ConnectionGetCipherListTests::test_result
. tests/test_ssl.py::ConnectionGetCipherListTests::test_wrong_args
. tests/test_ssl.py::ConnectionRecvIntoTests::test_bytearray_doesnt_overfill
. tests/test_ssl.py::ConnectionRecvIntoTests::test_bytearray_no_length
. tests/test_ssl.py::ConnectionRecvIntoTests::test_bytearray_really_doesnt_overfill
. tests/test_ssl.py::ConnectionRecvIntoTests::test_bytearray_respects_length
. tests/test_ssl.py::ConnectionRecvIntoTests::test_memoryview_doesnt_overfill
. tests/test_ssl.py::ConnectionRecvIntoTests::test_memoryview_no_length
. tests/test_ssl.py::ConnectionRecvIntoTests::test_memoryview_really_doesnt_overfill
. tests/test_ssl.py::ConnectionRecvIntoTests::test_memoryview_respects_length
. tests/test_ssl.py::ConnectionRecvIntoTests::test_peek
. tests/test_ssl.py::ConnectionRenegotiateTests::test_renegotiate
. tests/test_ssl.py::ConnectionRenegotiateTests::test_renegotiate_wrong_args
. tests/test_ssl.py::ConnectionRenegotiateTests::test_total_renegotiations
. tests/test_ssl.py::ConnectionRenegotiateTests::test_total_renegotiations_wrong_args
. tests/test_ssl.py::ConnectionSendTests::test_short_bytes
. tests/test_ssl.py::ConnectionSendTests::test_short_memoryview
. tests/test_ssl.py::ConnectionSendTests::test_text
. tests/test_ssl.py::ConnectionSendTests::test_wrong_args
. tests/test_ssl.py::ConnectionSendallTests::test_closed
. tests/test_ssl.py::ConnectionSendallTests::test_long
. tests/test_ssl.py::ConnectionSendallTests::test_short
. tests/test_ssl.py::ConnectionSendallTests::test_short_memoryview
. tests/test_ssl.py::ConnectionSendallTests::test_text
. tests/test_ssl.py::ConnectionSendallTests::test_wrong_args
. tests/test_ssl.py::ConnectionTests::test_accept
. tests/test_ssl.py::ConnectionTests::test_accept_wrong_args
. tests/test_ssl.py::ConnectionTests::test_app_data
. tests/test_ssl.py::ConnectionTests::test_app_data_wrong_args
. tests/test_ssl.py::ConnectionTests::test_client_get_session
. tests/test_ssl.py::ConnectionTests::test_client_set_session
. tests/test_ssl.py::ConnectionTests::test_connect
. tests/test_ssl.py::ConnectionTests::test_connect_ex
. tests/test_ssl.py::ConnectionTests::test_connect_refused
. tests/test_ssl.py::ConnectionTests::test_connect_wrong_args
. tests/test_ssl.py::ConnectionTests::test_connection_undefined_attr
. tests/test_ssl.py::ConnectionTests::test_get_cipher_bits
. tests/test_ssl.py::ConnectionTests::test_get_cipher_bits_before_connect
. tests/test_ssl.py::ConnectionTests::test_get_cipher_name
. tests/test_ssl.py::ConnectionTests::test_get_cipher_name_before_connect
. tests/test_ssl.py::ConnectionTests::test_get_cipher_version
. tests/test_ssl.py::ConnectionTests::test_get_cipher_version_before_connect
. tests/test_ssl.py::ConnectionTests::test_get_context
. tests/test_ssl.py::ConnectionTests::test_get_context_wrong_args
. tests/test_ssl.py::ConnectionTests::test_get_finished
. tests/test_ssl.py::ConnectionTests::test_get_finished_before_connect
. tests/test_ssl.py::ConnectionTests::test_get_peer_cert_chain
. tests/test_ssl.py::ConnectionTests::test_get_peer_cert_chain_none
. tests/test_ssl.py::ConnectionTests::test_get_peer_cert_chain_wrong_args
. tests/test_ssl.py::ConnectionTests::test_get_peer_finished
. tests/test_ssl.py::ConnectionTests::test_get_peer_finished_before_connect
. tests/test_ssl.py::ConnectionTests::test_get_protocol_version
. tests/test_ssl.py::ConnectionTests::test_get_protocol_version_name
. tests/test_ssl.py::ConnectionTests::test_get_servername_wrong_args
. tests/test_ssl.py::ConnectionTests::test_get_session_unconnected
. tests/test_ssl.py::ConnectionTests::test_get_session_wrong_args
. tests/test_ssl.py::ConnectionTests::test_makefile
. tests/test_ssl.py::ConnectionTests::test_peek
. tests/test_ssl.py::ConnectionTests::test_pending
. tests/test_ssl.py::ConnectionTests::test_pending_wrong_args
. tests/test_ssl.py::ConnectionTests::test_server_get_session
. tests/test_ssl.py::ConnectionTests::test_set_context
. tests/test_ssl.py::ConnectionTests::test_set_context_wrong_args
. tests/test_ssl.py::ConnectionTests::test_set_session_wrong_args
. tests/test_ssl.py::ConnectionTests::test_set_shutdown
. tests/test_ssl.py::ConnectionTests::test_set_tlsext_host_name_wrong_args
. tests/test_ssl.py::ConnectionTests::test_shutdown
. tests/test_ssl.py::ConnectionTests::test_shutdown_closed
. tests/test_ssl.py::ConnectionTests::test_shutdown_truncated
. tests/test_ssl.py::ConnectionTests::test_shutdown_wrong_args
. tests/test_ssl.py::ConnectionTests::test_state_string
. tests/test_ssl.py::ConnectionTests::test_tls_finished_message_symmetry
. tests/test_ssl.py::ConnectionTests::test_type
. tests/test_ssl.py::ConnectionTests::test_wantWriteError
. tests/test_ssl.py::ConstantsTests::test_op_cookie_exchange
. tests/test_ssl.py::ConstantsTests::test_op_no_compression
. tests/test_ssl.py::ConstantsTests::test_op_no_query_mtu
. tests/test_ssl.py::ConstantsTests::test_op_no_ticket
. tests/test_ssl.py::ConstantsTests::test_sess_cache_both
. tests/test_ssl.py::ConstantsTests::test_sess_cache_client
. tests/test_ssl.py::ConstantsTests::test_sess_cache_no_auto_clear
. tests/test_ssl.py::ConstantsTests::test_sess_cache_no_internal
. tests/test_ssl.py::ConstantsTests::test_sess_cache_no_internal_lookup
. tests/test_ssl.py::ConstantsTests::test_sess_cache_no_internal_store
. tests/test_ssl.py::ConstantsTests::test_sess_cache_off
. tests/test_ssl.py::ConstantsTests::test_sess_cache_server
. tests/test_ssl.py::ContextTests::test_add_extra_chain_cert
. tests/test_ssl.py::ContextTests::test_add_extra_chain_cert_invalid_cert
. tests/test_ssl.py::ContextTests::test_app_data
. tests/test_ssl.py::ContextTests::test_check_privatekey_invalid
. tests/test_ssl.py::ContextTests::test_check_privatekey_valid
. tests/test_ssl.py::ContextTests::test_check_privatekey_wrong_args
. tests/test_ssl.py::ContextTests::test_get_app_data_wrong_args
. tests/test_ssl.py::ContextTests::test_get_cert_store
. tests/test_ssl.py::ContextTests::test_get_session_cache_mode_wrong_args
. tests/test_ssl.py::ContextTests::test_get_timeout_wrong_args
. tests/test_ssl.py::ContextTests::test_get_verify_depth_wrong_args
. tests/test_ssl.py::ContextTests::test_get_verify_mode_wrong_args
. tests/test_ssl.py::ContextTests::test_load_tmp_dh_bytes
. tests/test_ssl.py::ContextTests::test_load_tmp_dh_missing_file
. tests/test_ssl.py::ContextTests::test_load_tmp_dh_unicode
. tests/test_ssl.py::ContextTests::test_load_tmp_dh_wrong_args
. tests/test_ssl.py::ContextTests::test_load_verify_bytes_cafile
. tests/test_ssl.py::ContextTests::test_load_verify_directory_bytes_capath
. tests/test_ssl.py::ContextTests::test_load_verify_directory_unicode_capath
. tests/test_ssl.py::ContextTests::test_load_verify_invalid_file
. tests/test_ssl.py::ContextTests::test_load_verify_locations_wrong_args
. tests/test_ssl.py::ContextTests::test_load_verify_unicode_cafile
. tests/test_ssl.py::ContextTests::test_method
. tests/test_ssl.py::ContextTests::test_passwd_callback_exception
. tests/test_ssl.py::ContextTests::test_passwd_callback_false
. tests/test_ssl.py::ContextTests::test_passwd_callback_non_string
. tests/test_ssl.py::ContextTests::test_passwd_callback_too_long
. tests/test_ssl.py::ContextTests::test_session_cache_mode
. tests/test_ssl.py::ContextTests::test_set_app_data_wrong_args
. tests/test_ssl.py::ContextTests::test_set_default_verify_paths_signature
. tests/test_ssl.py::ContextTests::test_set_info_callback
. tests/test_ssl.py::ContextTests::test_set_mode
. tests/test_ssl.py::ContextTests::test_set_mode_wrong_args
. tests/test_ssl.py::ContextTests::test_set_options
. tests/test_ssl.py::ContextTests::test_set_options_wrong_args
. tests/test_ssl.py::ContextTests::test_set_passwd_cb
. tests/test_ssl.py::ContextTests::test_set_passwd_cb_wrong_args
. tests/test_ssl.py::ContextTests::test_set_session_cache_mode_wrong_args
. tests/test_ssl.py::ContextTests::test_set_timeout_wrong_args
. tests/test_ssl.py::ContextTests::test_set_tmp_ecdh
. tests/test_ssl.py::ContextTests::test_set_verify_callback_connection_argument
. tests/test_ssl.py::ContextTests::test_set_verify_callback_exception
. tests/test_ssl.py::ContextTests::test_set_verify_depth_wrong_args
. tests/test_ssl.py::ContextTests::test_set_verify_mode
. tests/test_ssl.py::ContextTests::test_timeout
. tests/test_ssl.py::ContextTests::test_type
. tests/test_ssl.py::ContextTests::test_use_certificate
. tests/test_ssl.py::ContextTests::test_use_certificate_chain_file_bytes
. tests/test_ssl.py::ContextTests::test_use_certificate_chain_file_unicode
. tests/test_ssl.py::ContextTests::test_use_certificate_chain_file_wrong_args
. tests/test_ssl.py::ContextTests::test_use_certificate_file_bytes
. tests/test_ssl.py::ContextTests::test_use_certificate_file_missing
. tests/test_ssl.py::ContextTests::test_use_certificate_file_unicode
. tests/test_ssl.py::ContextTests::test_use_certificate_file_wrong_args
. tests/test_ssl.py::ContextTests::test_use_certificate_uninitialized
. tests/test_ssl.py::ContextTests::test_use_certificate_wrong_args
. tests/test_ssl.py::ContextTests::test_use_privatekey
. tests/test_ssl.py::ContextTests::test_use_privatekey_file_bytes
. tests/test_ssl.py::ContextTests::test_use_privatekey_file_missing
. tests/test_ssl.py::ContextTests::test_use_privatekey_file_unicode
. tests/test_ssl.py::ContextTests::test_verify_depth
. tests/test_ssl.py::ErrorTests::test_type
. tests/test_ssl.py::InfoConstantTests::test_integers
. tests/test_ssl.py::MemoryBIOTests::test_add_client_ca_errors
. tests/test_ssl.py::MemoryBIOTests::test_memoryConnect
. tests/test_ssl.py::MemoryBIOTests::test_multiple_add_client_ca
. tests/test_ssl.py::MemoryBIOTests::test_mutated_ca_list
. tests/test_ssl.py::MemoryBIOTests::test_one_add_client_ca
. tests/test_ssl.py::MemoryBIOTests::test_outgoingOverflow
. tests/test_ssl.py::MemoryBIOTests::test_reset_ca_list
. tests/test_ssl.py::MemoryBIOTests::test_set_after_add_client_ca
. tests/test_ssl.py::MemoryBIOTests::test_set_and_add_client_ca
. tests/test_ssl.py::MemoryBIOTests::test_set_client_ca_list_errors
. tests/test_ssl.py::MemoryBIOTests::test_set_empty_ca_list
. tests/test_ssl.py::MemoryBIOTests::test_set_multiple_ca_list
. tests/test_ssl.py::MemoryBIOTests::test_set_one_ca_list
. tests/test_ssl.py::MemoryBIOTests::test_shutdown
. tests/test_ssl.py::MemoryBIOTests::test_socketConnect
. tests/test_ssl.py::MemoryBIOTests::test_socketOverridesMemory
. tests/test_ssl.py::MemoryBIOTests::test_unexpectedEndOfFile
. tests/test_ssl.py::NextProtoNegotiationTests::test_npn_advertise_error
. tests/test_ssl.py::NextProtoNegotiationTests::test_npn_client_fail
. tests/test_ssl.py::NextProtoNegotiationTests::test_npn_select_error
. tests/test_ssl.py::NextProtoNegotiationTests::test_npn_success
. tests/test_ssl.py::ServerNameCallbackTests::test_no_servername
. tests/test_ssl.py::ServerNameCallbackTests::test_old_callback_forgotten
. tests/test_ssl.py::ServerNameCallbackTests::test_servername
. tests/test_ssl.py::ServerNameCallbackTests::test_wrong_args
. tests/test_ssl.py::SessionTests::test_construction
. tests/test_ssl.py::SessionTests::test_construction_wrong_args
. tests/test_ssl.py::TestContext::()::test_load_client_ca
. tests/test_ssl.py::TestContext::()::test_load_client_ca_invalid
. tests/test_ssl.py::TestContext::()::test_load_client_ca_unicode
. tests/test_ssl.py::TestContext::()::test_set_cipher_list[0hello world:AES128-SHA]
. tests/test_ssl.py::TestContext::()::test_set_cipher_list[1hello world:AES128-SHA]
. tests/test_ssl.py::TestContext::()::test_set_cipher_list_wrong_args[cipher_list0-TypeError]
. tests/test_ssl.py::TestContext::()::test_set_cipher_list_wrong_args[imaginary-cipher-Error]
. tests/test_ssl.py::TestContext::()::test_set_session_id
. tests/test_ssl.py::TestContext::()::test_set_session_id_fail
. tests/test_ssl.py::TestContext::()::test_set_session_id_unicode
. tests/test_ssl.py::TestRequires::()::test_available
. tests/test_ssl.py::TestRequires::()::test_unavailable
. tests/test_ssl.py::VersionTests::test_OPENSSL_VERSION_NUMBER
. tests/test_ssl.py::VersionTests::test_SSLeay_version
. tests/test_ssl.py::pep8
. tests/test_tsafe.py::ConnectionTest::test_instantiation
. tests/test_tsafe.py::pep8
. tests/test_tsafe.py::pyflakes
. tests/test_util.py::ErrorTests::test_exception_from_error_queue_nonexistent_reason
. tests/test_util.py::pep8
. tests/test_util.py::pyflakes
. tests/util.py::pep8
. tests/util.py::pyflakes
F tests/test_ssl.py::ConnectionTests::test_set_session_wrong_method
F tests/test_ssl.py::pyflakes
s tests/test_ssl.py::ConnectionBIOTests::test_buffer_size_long
s tests/test_ssl.py::ConnectionSendTests::test_short_buffer
s tests/test_ssl.py::ConnectionSendallTests::test_short_buffers
s tests/test_ssl.py::ConnectionTests::test_set_shutdown_long
s tests/test_ssl.py::ContextTests::test_method_long
s tests/test_ssl.py::ContextTests::test_session_cache_mode_long
s tests/test_ssl.py::ContextTests::test_set_default_verify_paths
s tests/test_ssl.py::ContextTests::test_set_mode_long
s tests/test_ssl.py::ContextTests::test_set_options_long
s tests/test_ssl.py::ContextTests::test_set_verify_mode_long
s tests/test_ssl.py::ContextTests::test_timeout_long
s tests/test_ssl.py::ContextTests::test_use_certificate_file_long
s tests/test_ssl.py::ContextTests::test_use_privatekey_file_long
s tests/test_ssl.py::ContextTests::test_verify_depth_long