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
..
2012-12-18 11:14:31 -08:00
2017-03-20 14:48:42 +01:00
2012-12-24 12:30:55 -08:00
2017-03-20 14:48:42 +01:00
2017-03-20 14:48:42 +01:00
2012-12-18 11:14:31 -08:00