Staging
v0.8.1
https://github.com/python/cpython
Revision b8eaec697a2b5d9d2def2950a0aa50e8ffcf1059 authored by stratakis on 15 February 2019, 14:24:11 UTC, committed by Victor Stinner on 15 February 2019, 14:24:11 UTC
The options OP_NO_COMPRESSION, OP_CIPHER_SERVER_PREFERENCE,
OP_SINGLE_DH_USE, OP_SINGLE_ECDH_USE, OP_NO_SSLv2 (except
for PROTOCOL_SSLv2), and OP_NO_SSLv3 (except for PROTOCOL_SSLv3)
are set by default. The initial cipher suite list contains only
HIGH ciphers, no NULL ciphers and MD5 ciphers (except for PROTOCOL_SSLv2).

(cherry picked from commit 358cfd426ccc0fcd6a7940d306602138e76420ae)
1 parent c49f63c
History
Tip revision: b8eaec697a2b5d9d2def2950a0aa50e8ffcf1059 authored by stratakis on 15 February 2019, 14:24:11 UTC
[2.7] bpo-28043: improved default settings for SSLContext (GH-10608)
Tip revision: b8eaec6
File Mode Size
_bsddb.vcxproj -rw-r--r-- 16.1 KB
_bsddb.vcxproj.filters -rw-r--r-- 28.8 KB
_ctypes.vcxproj -rw-r--r-- 4.6 KB
_ctypes.vcxproj.filters -rw-r--r-- 2.3 KB
_ctypes_test.vcxproj -rw-r--r-- 3.0 KB
_ctypes_test.vcxproj.filters -rw-r--r-- 719 bytes
_elementtree.vcxproj -rw-r--r-- 4.4 KB
_elementtree.vcxproj.filters -rw-r--r-- 2.6 KB
_hashlib.vcxproj -rw-r--r-- 3.7 KB
_hashlib.vcxproj.filters -rw-r--r-- 437 bytes
_msi.vcxproj -rw-r--r-- 3.1 KB
_msi.vcxproj.filters -rw-r--r-- 424 bytes
_multiprocessing.vcxproj -rw-r--r-- 3.6 KB
_multiprocessing.vcxproj.filters -rw-r--r-- 1.3 KB
_socket.vcxproj -rw-r--r-- 3.2 KB
_socket.vcxproj.filters -rw-r--r-- 703 bytes
_sqlite3.vcxproj -rw-r--r-- 4.5 KB
_sqlite3.vcxproj.filters -rw-r--r-- 2.5 KB
_ssl.vcxproj -rw-r--r-- 3.9 KB
_ssl.vcxproj.filters -rw-r--r-- 429 bytes
_testcapi.vcxproj -rw-r--r-- 3.1 KB
_testcapi.vcxproj.filters -rw-r--r-- 440 bytes
_tkinter.vcxproj -rw-r--r-- 3.6 KB
_tkinter.vcxproj.filters -rw-r--r-- 535 bytes
build.bat -rw-r--r-- 5.3 KB
build_env.bat -rw-r--r-- 25 bytes
build_pgo.bat -rw-r--r-- 140 bytes
bz2.vcxproj -rw-r--r-- 3.8 KB
bz2.vcxproj.filters -rw-r--r-- 1.7 KB
clean.bat -rw-r--r-- 126 bytes
env.bat -rw-r--r-- 976 bytes
field3.py -rw-r--r-- 974 bytes
find_msbuild.bat -rw-r--r-- 2.4 KB
find_python.bat -rw-r--r-- 3.0 KB
get_external.py -rw-r--r-- 1.8 KB
get_externals.bat -rw-r--r-- 3.5 KB
idle.bat -rw-r--r-- 284 bytes
installer.bmp -rw-r--r-- 57.4 KB
libeay.vcxproj -rw-r--r-- 45.3 KB
openssl.props -rw-r--r-- 3.6 KB
pcbuild.proj -rw-r--r-- 3.9 KB
pcbuild.sln -rw-r--r-- 40.0 KB
prepare_ssl.py -rw-r--r-- 6.4 KB
pyexpat.vcxproj -rw-r--r-- 3.5 KB
pyexpat.vcxproj.filters -rw-r--r-- 1.2 KB
pyproject.props -rw-r--r-- 9.0 KB
python.props -rw-r--r-- 7.0 KB
python.vcxproj -rw-r--r-- 5.0 KB
python.vcxproj.filters -rw-r--r-- 823 bytes
pythoncore.vcxproj -rw-r--r-- 20.9 KB
pythoncore.vcxproj.filters -rw-r--r-- 30.8 KB
pythonw.vcxproj -rw-r--r-- 3.7 KB
pythonw.vcxproj.filters -rw-r--r-- 703 bytes
readme.txt -rw-r--r-- 13.4 KB
rmpyc.py -rw-r--r-- 598 bytes
rt.bat -rw-r--r-- 1.9 KB
select.vcxproj -rw-r--r-- 3.1 KB
select.vcxproj.filters -rw-r--r-- 437 bytes
sqlite3.vcxproj -rw-r--r-- 3.1 KB
sqlite3.vcxproj.filters -rw-r--r-- 805 bytes
ssleay.vcxproj -rw-r--r-- 4.8 KB
tcl.vcxproj -rw-r--r-- 3.5 KB
tcltk.props -rw-r--r-- 2.8 KB
tix.vcxproj -rw-r--r-- 3.6 KB
tk.vcxproj -rw-r--r-- 3.6 KB
unicodedata.vcxproj -rw-r--r-- 3.2 KB
unicodedata.vcxproj.filters -rw-r--r-- 811 bytes
w9xpopen.vcxproj -rw-r--r-- 3.1 KB
w9xpopen.vcxproj.filters -rw-r--r-- 428 bytes
winsound.vcxproj -rw-r--r-- 3.1 KB
winsound.vcxproj.filters -rw-r--r-- 501 bytes

readme.txt

back to top