pydtls/dtls/test
Ray Brown ca32b91a9c Linux port
With this change all unit tests pass on the Linux platform (tested on
Ubuntu 12.04.1 LTS). demux/__init__.py has been adjusted temporarily so as
to load the routing demux on Linux until the osnet demux is ready.

Testing on Linux exposed an issue where comparison of the ssl object value from
cookie callbacks failed to compare equal to the value stored in the
SSLConnection callback object. This was because the callback function signature
of c_void_p for this parameter produced a 64-bit value if the 32nd bit was set
(as opposed to producing a negative integer 32-bit value). Changing the
signature from c_void_p to c_int for this parameter fixes the issue.
2012-11-26 21:07:56 -08:00
..
certs SSL standard library module wire-in 2012-11-21 11:23:03 -08:00
__init__.py Initial commit: up to and including data exchange functionality 2012-10-29 12:44:24 -07:00
echo_seq.py Echo server connection timeout and monitoring 2012-11-25 13:44:55 -08:00
rl.py Certificate formatting and retrieval 2012-11-08 12:04:40 -08:00
unit.py Linux port 2012-11-26 21:07:56 -08:00