Issue 24542: ssl - SSL_OP_NO_TICKET not reimplemented (original) (raw)
Issue24542
Created on 2015-07-01 02:29 by miniCruzer, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Messages (2) | ||
---|---|---|
msg246022 - (view) | Author: Samuel Hoffman (miniCruzer) | Date: 2015-07-01 02:29 |
Realizing the _ssl module does not import very many constants, I think it might be worth while to reimplement and document SSL_OP_NO_TICKET (0x00004000) as it's another one of the "enable this for improved security at a cost" options like SSL_OP_SINGLE_DH_USE and SSL_OP_SINGLE_ECDH_USE. This appears to effect Python 2.7+. | ||
msg275047 - (view) | Author: Christian Heimes (christian.heimes) * ![]() |
Date: 2016-09-08 15:25 |
I will provide the option as part of #19500. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:18 | admin | set | github: 68730 |
2016-09-08 15:25:17 | christian.heimes | set | status: open -> closedversions: + Python 3.6, Python 3.7, - Python 2.7superseder: ftplib: Add client-side SSL session resumptionmessages: + resolution: duplicate |
2015-07-01 02:29:38 | miniCruzer | create |