Files
cpython/Doc/library
Christian Heimes 698dde16f6 bpo-31453: Add setter for min/max protocol version (#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>
2018-02-27 11:54:43 +01:00
..
2016-06-11 15:06:08 -04:00
2016-06-11 15:06:08 -04:00
2018-01-29 00:30:48 -08:00
2016-06-11 15:06:08 -04:00
2016-06-11 15:06:08 -04:00
2014-02-09 05:54:13 -08:00
2016-11-21 13:36:36 +00:00
2016-12-10 14:14:47 -08:00
2016-06-11 15:06:08 -04:00
2015-05-06 21:31:07 -04:00
2016-06-11 15:06:08 -04:00
2016-09-05 17:22:24 -07:00
2016-10-09 18:18:55 +03:00