SSL_get_ciphers, SSL_get_cipher_list — get list of available SSL_CIPHERs Synopsis #include <openssl/ssl.h> STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *ssl); const char *SSL_get_cipher_list(const SSL *ssl, int priority); DESCRIPTION SSL_get_ciphers() returns the stack of availa...
SSLContext.get_ciphers() 获取已启用密码的列表。该列表按密码优先级排序。见SSLContext.set_ciphers()。 例子: >>> ctx = ssl.SSLContext(ssl.PROTOCOL_SSLv23) >>> ctx.set_ciphers('ECDHE+AESGCM:!ECDSA') >>> ctx.get_ciphers() [{'aead': True, 'alg_bits': 256, 'auth': 'auth-rsa', ...
SSLGetEnabledCiphers(_:_:_:)Deprecated Function Determines which SSL cipher suites are currently enabled. iOS 5.0–13.0DeprecatediPadOS 5.0–13.0DeprecatedMac Catalyst 13.1–13.1DeprecatedmacOS 10.2–10.15Deprecated funcSSLGetEnabledCiphers(_context:SSLContext,_ciphers:UnsafeMutablePointer<SSLCipherSuite>,_num...
Off-by-one error in the SSL_get_shared_ciphers function in OpenSSL might allow remote attackers to execute arbitrary code via a crafted packet that triggers a one-byte buffer underflow.