You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relocated `SSLConnection` instantiation from `bind()` to `wrap()` to align
with the adapter interface where wrap() is responsible for converting
raw sockets to SSL connections. With this chenge `bind()` serves no
purpose and so is deleted. This change also fixes the pyOpenSSL adapter
so that it doesn't prematurely wrap the raw socket, an issue in the old
`bind()` implementation.
0 commit comments