Staging
v0.5.1
https://github.com/python/cpython
Revision ee18b6f2fda4afcdd1a22adb5b0637019510907b authored by Victor Stinner on 09 May 2011, 22:38:00 UTC, committed by Victor Stinner on 09 May 2011, 22:38:00 UTC
OpenSSL is now compiled with OPENSSL_NO_SSL2 defined (without the SSLv2
protocol) on Debian: fix the ssl module on Debian Testing and Debian Sid.

Optimize also ssl.get_protocol_name(): speed does matter!
1 parent 4755ab0
History
Tip revision: ee18b6f2fda4afcdd1a22adb5b0637019510907b authored by Victor Stinner on 09 May 2011, 22:38:00 UTC
Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional
Tip revision: ee18b6f
File Mode Size
cache.c -rw-r--r-- 12.6 KB
cache.h -rw-r--r-- 2.3 KB
connection.c -rw-r--r-- 41.8 KB
connection.h -rw-r--r-- 4.7 KB
cursor.c -rw-r--r-- 34.9 KB
cursor.h -rw-r--r-- 2.5 KB
microprotocols.c -rw-r--r-- 4.3 KB
microprotocols.h -rw-r--r-- 2.1 KB
module.c -rw-r--r-- 15.0 KB
module.h -rw-r--r-- 2.0 KB
prepare_protocol.c -rw-r--r-- 4.3 KB
prepare_protocol.h -rw-r--r-- 1.5 KB
row.c -rw-r--r-- 8.4 KB
row.h -rw-r--r-- 1.2 KB
sqlitecompat.h -rw-r--r-- 1.2 KB
statement.c -rw-r--r-- 16.5 KB
statement.h -rw-r--r-- 2.1 KB
util.c -rw-r--r-- 3.2 KB
util.h -rw-r--r-- 1.4 KB

back to top