pydtls/dtls
mcfreis 75a01ed528 Added methods for setting and getting the curves used during negotiation and encryption
* dtls/openssl.py:
	- Added SSL_CTX_set1_curves() and SSL_CTX_set1_curves_list()
	- Added SSL_CTX_set_ecdh_auto() and SSL_CTX_set_tmp_ecdh()
	- Added SSL_get1_curves(), SSL_get_shared_curve(), SSL_set1_curves() and SSL_set1_curves_list()
2017-03-20 15:09:18 +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 methods for setting and getting the curves used during negotiation and encryption 2017-03-20 15:09:18 +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