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
标题: ssl - SSL_OP_NO_TICKET not reimplemented
类型: enhancement Stage:
Components: Extension Modules, Library (Lib) Versions: Python 3.7, Python 3.6
process
状态: closed Resolution: duplicate
Dependencies: 后续: ftplib: Add client-side SSL session resumption
View: 19500
分配给: 抄送列表: alex, christian.heimes, dstufft, giampaolo.rodola, janssen, miniCruzer, pitrou
优先级: normal 关键字:

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) 日期: 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) 日期: 2016-09-08 15:25
I will provide the option as part of #19500.
历史
日期 用户 动作 参数
2022-04-11 14:58:18admin修改github: 68730
2016-09-08 15:25:17christian.heimes修改状态: open -> closed
versions: + Python 3.6, Python 3.7, - Python 2.7
后续: ftplib: Add client-side SSL session resumption
消息: + msg275047

resolution: duplicate
2015-07-01 02:29:38miniCruzer创建