Staging
v0.5.1
Revision 05b7d9c6675b71d17f5fcf379b3888fba431f14e authored by Christian Heimes on 15 August 2017, 08:55:03 UTC, committed by GitHub on 15 August 2017, 08:55:03 UTC
OpenSSL 1.1.0 to 1.1.0e aborted the handshake when server and client
could not agree on a protocol using ALPN. OpenSSL 1.1.0f changed that.
The most recent version now behaves like OpenSSL 1.0.2 again. The ALPN
callback can pretend to not been set.

See https://github.com/openssl/openssl/pull/3158 for more details

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit a5c1bab352671e043645163ca50c5211aa657acd)
1 parent fe8d9dc
History
File Mode Size
abstract.rst -rw-r--r-- 702 bytes
allocation.rst -rw-r--r-- 4.7 KB
arg.rst -rw-r--r-- 25.4 KB
bool.rst -rw-r--r-- 1.3 KB
buffer.rst -rw-r--r-- 22.4 KB
bytearray.rst -rw-r--r-- 2.1 KB
capsule.rst -rw-r--r-- 5.7 KB
cell.rst -rw-r--r-- 1.9 KB
class.rst -rw-r--r-- 1.8 KB
cobject.rst -rw-r--r-- 1.8 KB
code.rst -rw-r--r-- 1.6 KB
codec.rst -rw-r--r-- 4.5 KB
complex.rst -rw-r--r-- 4.0 KB
concrete.rst -rw-r--r-- 1.9 KB
conversion.rst -rw-r--r-- 6.9 KB
datetime.rst -rw-r--r-- 6.3 KB
descriptor.rst -rw-r--r-- 1.3 KB
dict.rst -rw-r--r-- 7.6 KB
exceptions.rst -rw-r--r-- 34.5 KB
file.rst -rw-r--r-- 6.1 KB
float.rst -rw-r--r-- 3.3 KB
function.rst -rw-r--r-- 2.4 KB
gcsupport.rst -rw-r--r-- 6.4 KB
gen.rst -rw-r--r-- 920 bytes
import.rst -rw-r--r-- 11.0 KB
index.rst -rw-r--r-- 578 bytes
init.rst -rw-r--r-- 47.7 KB
int.rst -rw-r--r-- 4.5 KB
intro.rst -rw-r--r-- 27.8 KB
iter.rst -rw-r--r-- 1.4 KB
iterator.rst -rw-r--r-- 1.8 KB
list.rst -rw-r--r-- 6.2 KB
long.rst -rw-r--r-- 7.8 KB
mapping.rst -rw-r--r-- 2.8 KB
marshal.rst -rw-r--r-- 3.9 KB
memory.rst -rw-r--r-- 8.4 KB
method.rst -rw-r--r-- 2.0 KB
module.rst -rw-r--r-- 3.8 KB
none.rst -rw-r--r-- 697 bytes
number.rst -rw-r--r-- 11.7 KB
objbuffer.rst -rw-r--r-- 2.5 KB
object.rst -rw-r--r-- 17.1 KB
objimpl.rst -rw-r--r-- 305 bytes
refcounting.rst -rw-r--r-- 2.9 KB
reflection.rst -rw-r--r-- 1.5 KB
sequence.rst -rw-r--r-- 8.6 KB
set.rst -rw-r--r-- 6.4 KB
slice.rst -rw-r--r-- 2.9 KB
string.rst -rw-r--r-- 15.1 KB
structures.rst -rw-r--r-- 12.6 KB
sys.rst -rw-r--r-- 5.6 KB
tuple.rst -rw-r--r-- 5.4 KB
type.rst -rw-r--r-- 2.7 KB
typeobj.rst -rw-r--r-- 65.8 KB
unicode.rst -rw-r--r-- 44.1 KB
utilities.rst -rw-r--r-- 415 bytes
veryhigh.rst -rw-r--r-- 13.0 KB
weakref.rst -rw-r--r-- 2.8 KB

back to top