]> granicus.if.org Git - python/commit
Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
authorChristian Heimes <christian@cheimes.de>
Fri, 16 Aug 2013 22:54:47 +0000 (00:54 +0200)
committerChristian Heimes <christian@cheimes.de>
Fri, 16 Aug 2013 22:54:47 +0000 (00:54 +0200)
commit88b174c977f552ddcc5ff3078742a2922b236f83
treee2cf01841a6ce776e79bdccac2c97019a6e65ded
parent326ec048bf082bf136ab3d6922fa3a89bc6d5892
Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
inside subjectAltName correctly. Formerly the module has used OpenSSL's
GENERAL_NAME_print() function to get the string represention of ASN.1
strings for rfc822Name (email), dNSName (DNS) and
uniformResourceIdentifier (URI).
Lib/test/nullbytecert.pem [new file with mode: 0644]
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c