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.

Author christian.heimes
Recipients Lukasa, christian.heimes
Date 2017-09-05.22:12:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504649550.51.0.496209309806.issue29781@psf.upfronthosting.co.za>
In-reply-to
Content
It should be possible to solve the issue w/o tracking the connection state manually. It doesn't work correctly with transparent negotiation -- that is implicit handshake with SSL_write().

SSL_is_init_finished() (https://www.openssl.org/docs/manmaster/man3/SSL_get_state.html) might be the right function.
History
Date User Action Args
2017-09-05 22:12:30christian.heimessetrecipients: + christian.heimes, Lukasa
2017-09-05 22:12:30christian.heimessetmessageid: <1504649550.51.0.496209309806.issue29781@psf.upfronthosting.co.za>
2017-09-05 22:12:30christian.heimeslinkissue29781 messages
2017-09-05 22:12:30christian.heimescreate