Files
cpython/Lib/test
Miss Islington (bot) 8fa8478dde [3.7] bpo-24334: Cleanup SSLSocket (GH-5252) (#5857)
* The SSLSocket is no longer implemented on top of SSLObject to
  avoid an extra level of indirection.
* Owner and session are now handled in the internal constructor.
* _ssl._SSLSocket now uses the same method names as SSLSocket and
  SSLObject.
* Channel binding type check is now handled in C code. Channel binding
  is always available.

The patch also changes the signature of SSLObject.__init__(). In my
opinion it's fine. A SSLObject is not a user-constructable object.
SSLContext.wrap_bio() is the only valid factory.
(cherry picked from commit 141c5e8c24)

Co-authored-by: Christian Heimes <christian@python.org>
2018-02-24 21:51:56 +01:00
..
2017-08-03 09:00:59 +03:00
2017-03-27 00:08:31 -05:00
2017-08-03 09:00:59 +03:00
2016-12-16 20:00:15 +02:00
2017-11-05 15:37:50 +02:00
2017-11-08 14:44:44 -08:00
2016-12-16 20:00:15 +02:00
2016-12-16 20:00:15 +02:00
2016-12-16 20:00:15 +02:00
2016-12-16 20:00:15 +02:00