[issue24542] ssl - SSL_OP_NO_TICKET not reimplemented

2016-09-08 Thread Christian Heimes

Christian Heimes added the comment:

I will provide the option as part of #19500.

--
resolution:  -> duplicate
status: open -> closed
superseder:  -> Add client-side SSL session resumption
versions: +Python 3.6, Python 3.7 -Python 2.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24542] ssl - SSL_OP_NO_TICKET not reimplemented

2015-06-30 Thread Samuel Hoffman

New submission from Samuel Hoffman:

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 (0x4000) 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+.

--
components: Extension Modules, Library (Lib)
messages: 246022
nosy: alex, christian.heimes, dstufft, giampaolo.rodola, janssen, miniCruzer, 
pitrou
priority: normal
severity: normal
status: open
title: ssl - SSL_OP_NO_TICKET not reimplemented
type: enhancement
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24542
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com