This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
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) * (Python committer) | 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 -> closed versions: + Python 3.6, Python 3.7, - Python 2.7 superseder: ftplib: Add client-side SSL session resumption messages: + msg275047 resolution: duplicate |
| 2015年07月01日 02:29:38 | miniCruzer | create | |