[issue24930] test_ssl: try more protocols in test_options()

2016-09-08 Thread Christian Heimes
Christian Heimes added the comment: This ticket is no longer relevant. All but TLS_METHOD (old name SSLv23_METHOD) have been deprecated by OpenSSL. In the future Python will use auto-negotiation. -- nosy: +christian.heimes resolution: -> out of date status: open -> closed

[issue24930] test_ssl: try more protocols in test_options()

2016-01-21 Thread Martin Panter
Martin Panter added the comment: Your patch removes the testing of getting ctx.options. However, OP_NO_SSLv3 was enabled by default and added to the test in Issue 25530, so I suspect that problem is no longer valid. I guess that leaves the rest of your patch which exercises other protocol