pyca/pyopenssl

Misleading docstring in test_renegotiation

BillyGLW opened this issue · 0 comments

as its written in the following link:

https://github.com/pyca/pyopenssl/blob/2d94946a938878ea10da479b7ac83ab1c434df4d/tests/test_ssl.py#LL3401C9-L3401C51

that test should represent "full renegotiation cycle" but instead of that it ends up on calling openssl bindings (renegotiation and handshake), and sudennly tests ends - never finishing mentioned "full cycle of renegotiation"