summaryrefslogtreecommitdiff
path: root/Lib/test/pycacert.pem
Commit message (Collapse)AuthorAgeFilesLines
* Issue #8109: The ssl module now has support for server-side SNI, thanks to a ↵Antoine Pitrou2013-01-051-0/+78
:meth:`SSLContext.set_servername_callback` method. Patch by Daniel Black.