[issue33062] ssl_renegotiate() doesn't seem to be exposed

Vitaly Kruglikov report at bugs.python.org
Mon Mar 12 18:26:22 EDT 2018


New submission from Vitaly Kruglikov <vitaly.krug at gmail.com>:

I need to write a test for my client to make sure it's non-blocking ssl interactions are able to survive SSL renegotiation. However, I can't seem to find anything in our python ssl API that calls `SSL_renegotiate()` in order to force renegotiation.

----------
assignee: christian.heimes
components: SSL
messages: 313706
nosy: christian.heimes, vitaly.krug
priority: normal
severity: normal
status: open
title: ssl_renegotiate() doesn't seem to be exposed
type: behavior
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33062>
_______________________________________


More information about the Python-bugs-list mailing list