pydtls/dtls
Ray 622f58358e Compatibility Updates for Python 2.7.12
* dtls/openssl.py: support reading directly into given buffer instead
                     of forcing buffer copy (for ssl module compatibility)
	* dtls/sslconnection.py: in-situ receive support, as above
	* dtls/patch.py: various changes for compatibility with the ssl module
                   of Python 2.7.12; note that the ssl module's new
                   SSLContext is not supported
	* dtls/test/unit.py: changes to support the updated ssl module,
                       including fix of deprecation warnings
	* setup.py: increase version to 1.0.2
2017-02-27 22:37:50 -08:00
..
demux Licensing 2012-12-18 11:14:31 -08:00
prebuilt Licensing 2012-12-18 11:14:31 -08:00
test Compatibility Updates for Python 2.7.12 2017-02-27 22:37:50 -08: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 Compatibility Updates for Python 2.7.12 2017-02-27 22:37:50 -08:00
patch.py Compatibility Updates for Python 2.7.12 2017-02-27 22:37:50 -08:00
sslconnection.py Compatibility Updates for Python 2.7.12 2017-02-27 22:37:50 -08: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 Licensing 2012-12-18 11:14:31 -08:00