pydtls/dtls
mcfreis 60f76fac83 Added an interface in SSLConnection() to access SSLContext() and SSL() for manipulating settings during creation
* dtls/openssl.py:
	- Added utility fucntions EC_curve_nist2nid() and EC_curve_nid2nist()
* dtls/patch.py:
	- Extended wrap_socket() arguments with callbacks for user config functions of ssl context and ssl session values
	- Extended SSLSocket() arguments with callbacks for user config functions of ssl context and ssl session values
* dtls/sslconnection.py:
	- Extended SSLConnection() arguments with callbacks for user config functions of ssl context and ssl session values
	- During the init of client and server the corresponding user config functions are called (if given)
	- Added new classes SSLContext() [set_ciphers(), set_sigalgs(), set_curves(), set_ecdh_curve(), build_cert_chain(),
	set_ssl_logging()] and SSL() [set_mtu(), set_link_mtu()]
2017-03-20 16:00:11 +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 an interface in SSLConnection() to access SSLContext() and SSL() for manipulating settings during creation 2017-03-20 16:00:11 +01:00
patch.py Added an interface in SSLConnection() to access SSLContext() and SSL() for manipulating settings during creation 2017-03-20 16:00:11 +01:00
sslconnection.py Added an interface in SSLConnection() to access SSLContext() and SSL() for manipulating settings during creation 2017-03-20 16:00:11 +01:00
tlock.py Licensing 2012-12-18 11:14:31 -08:00
util.py Added methods getting the curves supported by the runtime openSSL lib 2017-03-20 15:15:14 +01: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