pydtls/dtls
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
..
demux Implement and turn on the osnet demux 2012-11-27 21:33:09 -08:00
test 64-bit port 2012-12-02 10:39:39 -08:00
__init__.py Implement and turn on the osnet demux 2012-11-27 21:33:09 -08:00
cygcrypto-1.0.0.dll Initial commit: up to and including data exchange functionality 2012-10-29 12:44:24 -07:00
cygssl-1.0.0.dll Initial commit: up to and including data exchange functionality 2012-10-29 12:44:24 -07:00
err.py Echo server connection timeout and monitoring 2012-11-25 13:44:55 -08:00
libeay32.dll Initial commit: up to and including data exchange functionality 2012-10-29 12:44:24 -07:00
openssl.py Use ssl module locking when available 2012-12-02 13:01:45 -08:00
patch.py Add IPv6 unit tests 2012-11-21 19:20:16 -08:00
sslconnection.py 64-bit port 2012-12-02 10:39:39 -08:00
ssleay32.dll Initial commit: up to and including data exchange functionality 2012-10-29 12:44:24 -07:00
tlock.py Use ssl module locking when available 2012-12-02 13:01:45 -08:00
util.py 64-bit port 2012-12-02 10:39:39 -08:00
x509.py Certificate formatting and retrieval 2012-11-08 12:04:40 -08:00