Ray Brown 5f97e81a69 Use ssl module locking when available
Thread locking callbacks into the interpreter impose considerable overhead.
The standard library's ssl module registers its own thread locking and id
callback functions. Registration of the latter can be detected by a call to
the OpenSSL library. In this case, do not set the Python callback function
and therefore keep using the more efficient ssl module functions.
2012-12-02 13:01:45 -08:00
2012-10-28 19:53:24 -07:00

vdc

Description
Datagram Transport Layer Security for Python
Readme 8.7 MiB
Languages
Python 99%
Shell 0.6%
Batchfile 0.4%