◐ Shell
clean mode source ↗

bpo-29781: Fix SSLObject.version before handshake by tiran · Pull Request #3364 · python/cpython

SSLObject.version() now correctly returns None when handshake over BIO has
not been performed yet.

Signed-off-by: Christian Heimes <christian@python.org>

benjaminp

@tiran tiran deleted the bpo-29781_sslobject_version_bio branch

September 6, 2017 04:55

tiran added a commit to tiran/cpython that referenced this pull request

Sep 6, 2017
SSLObject.version() now correctly returns None when handshake over BIO has
not been performed yet.

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit 6877111)

tiran added a commit that referenced this pull request

Sep 6, 2017
)

SSLObject.version() now correctly returns None when handshake over BIO has
not been performed yet.

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit 6877111)