pydtls/dtls/test
mcfreis 083554e9e0 Minor fixes and "hopefully" compatible to Ubuntu 16.04
* dtls/__init__.py: Removed wrapper import
* dtls/openssl.py: Fixed line endings to LF
* dtls/patch.py: Removed PROTOCOL_SSLv3 import and fixed line endings to LF
* dtls/sslconnection.py: Fixed line endings to LF
* dtls/test/certs/*_ec.pem: Fixed line endings to LF
* dtls/test/echo_seq.py: Fixed line endings to LF
* dtls/test/simple_client.py: Fixed line endings to LF
* dtls/test/unit.py: Fixed line endings to LF
* dtls/test/unit_wrapper.py: Corrected wrapper import and fixed line endings to LF
* dtls/util.py: Fixed line endings to LF
* dtls/wrapper.py: Corrected function naming to wrap_client() and wrap_server(); Fixed line endings to LF
* dtls/x509.py: Fixed line endings to LF
2017-03-28 07:59:03 +02:00
..
certs Minor fixes and "hopefully" compatible to Ubuntu 16.04 2017-03-28 07:59:03 +02:00
__init__.py Licensing 2012-12-18 11:14:31 -08:00
echo_seq.py Minor fixes and "hopefully" compatible to Ubuntu 16.04 2017-03-28 07:59:03 +02: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 Minor fixes and "hopefully" compatible to Ubuntu 16.04 2017-03-28 07:59:03 +02:00
openssl_server.cnf Minor fixes and "hopefully" compatible to Ubuntu 16.04 2017-03-28 07:59:03 +02:00
rl.py Licensing 2012-12-18 11:14:31 -08:00
simple_client.py Minor fixes and "hopefully" compatible to Ubuntu 16.04 2017-03-28 07:59:03 +02:00
test_perf.py Performance test port to Windows 2012-12-24 12:30:55 -08:00
unit.py Minor fixes and "hopefully" compatible to Ubuntu 16.04 2017-03-28 07:59:03 +02:00
unit_wrapper.py Minor fixes and "hopefully" compatible to Ubuntu 16.04 2017-03-28 07:59:03 +02:00