test_ssl: use API version to test get_ciphers() by vstinner · Pull Request #978 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Conversation

On AIX, ssl.SSLContext.get_ciphers() is not available, whereas
ssl.OPENSSL_VERSION_INFO is (1, 0, 2, 8, 15).

Display also the ssl API version when running test_ssl in verbose
mode.

vstinner