pydtls/dtls
mcfreis 26634280a5 Added a wrapper for a DTLS-Socket either as client or server - including unit tests
* dtls/__init__.py: Import SSLContext() and SSL() for external use
* dtls/wrapper.py: Added class DtlsSocket() to be used as client or server
* dtls/test/unit_wrapper.py: unit test for DtlsSocket()
2017-03-20 16:53:55 +01:00
..
demux Licensing 2012-12-18 11:14:31 -08:00
prebuilt Updating openSSL libs to v1.0.2l-dev 2017-03-20 14:36:33 +01:00
test Added a wrapper for a DTLS-Socket either as client or server - including unit tests 2017-03-20 16:53:55 +01:00
__init__.py Added a wrapper for a DTLS-Socket either as client or server - including unit tests 2017-03-20 16:53:55 +01:00
err.py Added more on error evaluation and a method to get the peer certificate chain 2017-03-20 16:39:50 +01:00
openssl.py Added more on error evaluation and a method to get the peer certificate chain 2017-03-20 16:39:50 +01:00
patch.py Added more on error evaluation and a method to get the peer certificate chain 2017-03-20 16:39:50 +01:00
sslconnection.py Added more on error evaluation and a method to get the peer certificate chain 2017-03-20 16:39:50 +01:00
tlock.py Licensing 2012-12-18 11:14:31 -08:00
util.py Added methods getting the curves supported by the runtime openSSL lib 2017-03-20 15:15:14 +01:00
wrapper.py Added a wrapper for a DTLS-Socket either as client or server - including unit tests 2017-03-20 16:53:55 +01:00
x509.py Beautified lists and maps, grouped imports for easy merges in the future - no changed functionality! 2017-03-20 14:14:14 +01:00