pydtls/dtls
mcfreis 83204e8c4d Added new methods for DTLSv1.2
* dtls/err.py: Added error code ERR_WRONG_VERSION_NUMBER
* dtls/openssl.py: Added DTLS_server_method(), DTLSv1_2_server_method() and DTLSv1_2_client_method()
* dtls/patch.py: Default protocol DTLS for ssl.wrap_socket() and ssl.SSLSocket()
* dtls/sslconnection.py:
	- Introduced PROTOCOL_DTLSv1_2 and PROTOCOL_DTLS (the latter one is a synonym for the "higher" version)
	- Updated _init_client() and _init_server() with the new protocol methods
	- Default protocol DTLS for SSLConnection()
	- Return on ERR_WRONG_VERSION_NUMBER if client and server cannot agree on protocol version
* dtls/test/unit.py:
	- Extended test_get_server_certificate() to iterate over the different protocol combinations
	- Extended test_protocol_dtlsv1() to try the different protocol combinations between client and server
2017-03-20 14:48:42 +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 new methods for DTLSv1.2 2017-03-20 14:48:42 +01:00
__init__.py Performance test port to Windows 2012-12-24 12:30:55 -08:00
err.py Added new methods for DTLSv1.2 2017-03-20 14:48:42 +01:00
openssl.py Added new methods for DTLSv1.2 2017-03-20 14:48:42 +01:00
patch.py Added new methods for DTLSv1.2 2017-03-20 14:48:42 +01:00
sslconnection.py Added new methods for DTLSv1.2 2017-03-20 14:48:42 +01:00
tlock.py Licensing 2012-12-18 11:14:31 -08:00
util.py Licensing 2012-12-18 11:14:31 -08: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