Get parameters of the cipher used in connection

Bug #1249293 reported by Fedor Brunner
26
This bug affects 5 people
Affects Status Importance Assigned to Milestone
pyOpenSSL
New
Undecided
Unassigned

Bug Description

The cipher and protocol version used during SSL connection cannot be read from Connection object. This fix will add methods get_cipher_name, get_cipher_bits, get_cipher_version, get_cipher_description for reading this information.

It's just wrappers for
SSL_get_current_cipher
SSL_CIPHER_get_name
SSL_CIPHER_get_bits
SSL_CIPHER_get_version
SSL_CIPHER_description

Revision history for this message
Fedor Brunner (fedor-brunner) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.