summaryrefslogtreecommitdiffstats
path: root/Tools/ssl
Commit message (Collapse)AuthorAgeFilesLines
* backport many ssl features from Python 3 (closes #21308)Benjamin Peterson2014-08-202-0/+309
| | | | | A contribution of Alex Gaynor and David Reid with the generous support of Rackspace. May God have mercy on their souls.
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
| | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface.
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
|
* Server-side SSL and certificate validation, by Bill Janssen.Guido van Rossum2007-08-251-0/+79
While cleaning up Bill's C style, I may have cleaned up some code he didn't touch as well (in _ssl.c).