Message209564
| Author | pitrou |
|---|---|
| Recipients | christian.heimes, giampaolo.rodola, janssen, pitrou |
| Date | 2014-01-28.16:36:54 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1390927014.41.0.169425093715.issue20421@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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 | |