Staging
v0.5.1
https://github.com/python/cpython
Revision 216a4d83c3b72f4fdcd81b588dc3f42cc461739a authored by Miss Islington (bot) on 16 January 2019, 01:16:36 UTC, committed by Ned Deily on 16 January 2019, 01:16:36 UTC
Fix a NULL pointer deref in ssl module. The cert parser did not handle CRL
distribution points with empty DP or URI correctly. A malicious or buggy
certificate can result into segfault.

Signed-off-by: Christian Heimes <christian@python.org>

https://bugs.python.org/issue35746
(cherry picked from commit a37f52436f9aa4b9292878b72f3ff1480e2606c3)

Co-authored-by: Christian Heimes <christian@python.org>
1 parent d09e8ce
History
Tip revision: 216a4d83c3b72f4fdcd81b588dc3f42cc461739a authored by Miss Islington (bot) on 16 January 2019, 01:16:36 UTC
bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (GH-11573)
Tip revision: 216a4d8
File Mode Size
ci.yml -rw-r--r-- 2.7 KB
docker-steps.yml -rw-r--r-- 2.2 KB
docs-steps.yml -rw-r--r-- 1.3 KB
macos-steps.yml -rw-r--r-- 724 bytes
posix-deps.sh -rwxr-xr-x 590 bytes
posix-steps.yml -rw-r--r-- 1.9 KB
pr.yml -rw-r--r-- 1.8 KB
prebuild-checks.yml -rw-r--r-- 1.2 KB
windows-steps.yml -rw-r--r-- 1.1 KB

back to top