Datagram Transport Layer Security for Python
 
 
 
Go to file
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
dtls Use ssl module locking when available 2012-12-02 13:01:45 -08:00
.gitignore Certificate formatting and retrieval 2012-11-08 12:04:40 -08:00
README.md Initial commit 2012-10-28 19:53:24 -07:00

README.md

vdc