pydtls/dtls/test
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
..
certs Added certificate creation using ECDSA 2017-03-20 16:08:11 +01:00
__init__.py Licensing 2012-12-18 11:14:31 -08:00
echo_seq.py SSL_write() extended to handle ctypes.Array as data 2017-03-20 14:19:02 +01:00
makecerts First Stable Release 2014-01-18 18:02:25 -08:00
makecerts_ec.bat Added certificate creation using ECDSA 2017-03-20 16:08:11 +01:00
openssl_ca.cnf Added certificate creation using ECDSA 2017-03-20 16:08:11 +01:00
openssl_server.cnf Added certificate creation using ECDSA 2017-03-20 16:08:11 +01:00
rl.py Licensing 2012-12-18 11:14:31 -08:00
simple_client.py SSL_write() extended to handle ctypes.Array as data 2017-03-20 14:19:02 +01:00
test_perf.py Performance test port to Windows 2012-12-24 12:30:55 -08:00
unit.py Added more on error evaluation and a method to get the peer certificate chain 2017-03-20 16:39:50 +01:00
unit_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