Message209564
SSL sockets should provide a way to query the current protocol version (e.g. "TLSv1.2"). OpenSSL makes it easy through SSL_get_version().
Open question is whether we return the string returned by SSL_get_version(), or we convert it to one of the constants ssl.PROTOCOL_XXX. |
|
| Date |
User |
Action |
Args |
| 2014-01-28 16:36:54 | pitrou | set | recipients:
+ pitrou, janssen, giampaolo.rodola, christian.heimes |
| 2014-01-28 16:36:54 | pitrou | set | messageid: <1390927014.41.0.169425093715.issue20421@psf.upfronthosting.co.za> |
| 2014-01-28 16:36:54 | pitrou | link | issue20421 messages |
| 2014-01-28 16:36:54 | pitrou | create | |
|