mbedtls/programs/test
Hanno Becker fbb0b701e4 Corrupt application data in the beginning instead of the end in UDP proxy
The UDP proxy corrupts application data at the end of the datagram. If
there are multiple DTLS records within the same datagram, this leads
to the wrong message being corrupted. This commit always corrupts the
beginning of the message to prevent this.

Overall, the UDP proxy needs reworking if it is supposed to reliably
support multiple records within a single datagram, because it
determines its actions from the type of the first record in the
current datagram only.
2017-10-10 16:02:36 +01:00
..
benchmark.c Clean up of formatting, and potential integer overflow fix 2016-10-06 15:23:39 +01:00
CMakeLists.txt Fix whitespace in CMakeLists.txt 2015-06-25 10:59:57 +02:00
selftest.c Minor fixes to formatting and compilation conditions 2016-10-06 12:51:24 +01:00
ssl_cert_test.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
udp_proxy.c Corrupt application data in the beginning instead of the end in UDP proxy 2017-10-10 16:02:36 +01:00
udp_proxy_wrapper.sh Introduce UDP proxy wrapper script 2017-10-10 16:01:15 +01:00