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.

classification
Title: ssl - SSL_OP_NO_TICKET not reimplemented
Type: enhancement Stage:
Components: Extension Modules, Library (Lib) Versions: Python 3.7, Python 3.6
process
Status: closed Resolution: duplicate
Dependencies: Superseder: ftplib: Add client-side SSL session resumption
View: 19500
Assigned To: Nosy List: alex, christian.heimes, dstufft, giampaolo.rodola, janssen, miniCruzer, pitrou
Priority: normal Keywords:

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:18adminsetgithub: 68730
2016-09-08 15:25:17christian.heimessetstatus: 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:38miniCruzercreate