pydtls/dtls/test
mcfreis dade3b8213 Patched ssl-Module with SSL_BUILD_*- and ERR_*- constants and added aliases for wrap_server() and wrap_client()
* dtls/__init__.py: Added DtlsSocket() from wrapper and aliases for wrap_server() and wrap_client()
* dtls/err.py: Added patch_ssl_errors() to patch ssl-Module with ERR_* constants
* dtls/patch.py: Patched ssl-Module with SSL_BUILD_* constants and added call to patch_ssl_errors()
* dtls/wrapper.py:
	- Added a server and client function to alias/wrap DtlsSocket() creation
	- Cleanup of DtlsSocket.__init__()
	- Cleanup of exception handling in all member methods
	- Cleanup sendto() from client: no endless loop and first do a connect if not already connected
* dtls/test/unit_wrapper.py: Adopt the changes made described above
2017-03-23 14:08:20 +01:00
..
certs Added certificate creation using ECDSA 2017-03-20 16:08:11 +01:00
__init__.py Licensing 2012-12-18 11:14:31 -08:00
echo_seq.py SSL_write() extended to handle ctypes.Array as data 2017-03-20 14:19:02 +01:00
makecerts First Stable Release 2014-01-18 18:02:25 -08:00
makecerts_ec.bat Added certificate creation using ECDSA 2017-03-20 16:08:11 +01:00
openssl_ca.cnf Added certificate creation using ECDSA 2017-03-20 16:08:11 +01:00
openssl_server.cnf Added certificate creation using ECDSA 2017-03-20 16:08:11 +01:00
rl.py Licensing 2012-12-18 11:14:31 -08:00
simple_client.py SSL_write() extended to handle ctypes.Array as data 2017-03-20 14:19:02 +01:00
test_perf.py Performance test port to Windows 2012-12-24 12:30:55 -08:00
unit.py Added more on error evaluation and a method to get the peer certificate chain 2017-03-20 16:39:50 +01:00
unit_wrapper.py Patched ssl-Module with SSL_BUILD_*- and ERR_*- constants and added aliases for wrap_server() and wrap_client() 2017-03-23 14:08:20 +01:00