pydtls/dtls
mcfreis f5b88155fd Added methods getting the curves supported by the runtime openSSL lib
* dtls/openssl.py:
	- Added class _EllipticCurve() for easy handling of the builtin curves
	- Added wrapper get_elliptic_curves() - which uses _EllipticCurve()
	- Added EC_get_builtin_curves(), EC_KEY_new_by_curve_name() and EC_KEY_free()
	- Added OBJ_nid2sn() for translating numeric ids to names
* dtls/util.py: Added _EC_KEY() derived from _Rsrc() with own free/del method
2017-03-20 15:15:14 +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 getting the curves supported by the runtime openSSL lib 2017-03-20 15:15:14 +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 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