pydtls/dtls
mcfreis 70e78b97cb Added interface for SSL_CTX_set_info_callback()
* dtls/openssl.py:
	- Added methods SSL_CTX_set_info_callback(), SSL_state_string_long(), SSL_alert_type_string_long() and SSL_alert_desc_string_long()
	- Added constants for state and error evaluation during callback
* dtls/sslconnection.py: Added _ssl_logging_cb() as default callback function - only outputs messages when logger is active
2017-03-20 14:27:23 +01:00
..
demux Licensing 2012-12-18 11:14:31 -08:00
prebuilt Licensing 2012-12-18 11:14:31 -08:00
test SSL_write() extended to handle ctypes.Array as data 2017-03-20 14:19:02 +01:00
__init__.py Performance test port to Windows 2012-12-24 12:30:55 -08:00
err.py Compatibility Updates for Python 2.7.12 2017-02-27 22:37:50 -08:00
openssl.py Added interface for SSL_CTX_set_info_callback() 2017-03-20 14:27:23 +01:00
patch.py Beautified lists and maps, grouped imports for easy merges in the future - no changed functionality! 2017-03-20 14:14:14 +01:00
sslconnection.py Added interface for SSL_CTX_set_info_callback() 2017-03-20 14:27:23 +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