pydtls/dtls
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
..
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 Minor fixes and "hopefully" compatible to Ubuntu 16.04 2017-03-28 07:59:03 +02:00
__init__.py Minor fixes and "hopefully" compatible to Ubuntu 16.04 2017-03-28 07:59:03 +02:00
err.py Patched ssl-Module with SSL_BUILD_*- and ERR_*- constants and added aliases for wrap_server() and wrap_client() 2017-03-23 14:08:20 +01:00
openssl.py Minor fixes and "hopefully" compatible to Ubuntu 16.04 2017-03-28 07:59:03 +02:00
patch.py Minor fixes and "hopefully" compatible to Ubuntu 16.04 2017-03-28 07:59:03 +02:00
sslconnection.py Minor fixes and "hopefully" compatible to Ubuntu 16.04 2017-03-28 07:59:03 +02:00
tlock.py Licensing 2012-12-18 11:14:31 -08:00
util.py Minor fixes and "hopefully" compatible to Ubuntu 16.04 2017-03-28 07:59:03 +02:00
wrapper.py Minor fixes and "hopefully" compatible to Ubuntu 16.04 2017-03-28 07:59:03 +02:00
x509.py Minor fixes and "hopefully" compatible to Ubuntu 16.04 2017-03-28 07:59:03 +02:00