Files
cpython/Lib/test
Miss Islington (bot) 4c842b0920 bpo-31453: Add setter for min/max protocol version (GH-5259)
OpenSSL 1.1 has introduced a new API to set the minimum and maximum
supported protocol version. The API is easier to use than the old
OP_NO_TLS1 option flags, too.

Since OpenSSL has no call to set minimum version to highest supported,
the implementation emulate maximum_version = MINIMUM_SUPPORTED and
minimum_version = MAXIMUM_SUPPORTED by figuring out the minumum and
maximum supported version at compile time.

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

Co-authored-by: Christian Heimes <christian@python.org>
2018-02-27 03:41:04 -08: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
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