- 186731b Fix warnings from clang-16 by Gowtham Suresh Kumar · 2 years ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
- d87e46f Merge pull request #3641 from okhowang/c99 by Dave Rodgman · 3 years, 3 months ago
- 9bc53a2 Merge pull request #5806 from josesimoes/fix-3031 by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
- faef649 Fix Ubuntu compile error in udp_proxy.c by Dave Rodgman · 3 years, 3 months ago
- 2341956 Remove prompt to exit in all programs by josesimoes · 3 years, 3 months ago
- e756f64 Seed the PRNG even if time() isn't available by Gilles Peskine · 3 years, 4 months ago
- 6056e7a Fix benchmark and udp_proxy dependency on MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
- 5b9cb9e programs/test: fix build without MBEDTLS_HAVE_TIME by David Horstmann · 3 years, 8 months ago
- 71ce4ef Fix bug with UDP proxy not forwarding enough by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
- 6c2e9b6 Add MBEDTLS_ALLOW_PRIVATE_ACCESS to test programs by Mateusz Starzyk · 4 years, 2 months ago
- aa13e93 avoid "maybe-uninitialized" and "free-nonheap-object" errors/warnings with gcc11 by Shawn Carey · 4 years, 3 months ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- e24fc7b Merge pull request #2595 from k-stachowiak/unified-exit-in-examples by Gilles Peskine · 5 years ago
- 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
- f4563b4 Fix some style issues in udp_proxy by Manuel Pégourié-Gonnard · 5 years ago
- baad2de Add negative test for hard reconnect cookie check by Manuel Pégourié-Gonnard · 5 years ago
- 776521a Return from the test and utility examples via exit() by k-stachowiak · 6 years ago
- 5e1b195 Unify the example programs' termination by Krzysztof Stachowiak · 6 years ago
- 961e677 UDP proxy: Don't attempt to dissect dgram into records when dropping by Hanno Becker · 6 years ago
- 98aaf25 Add bad_cid option UDP proxy to insert unexpected CID records by Hanno Becker · 6 years ago
- 31f6e37 UDP Proxy: Don't drop CID records by Hanno Becker · 6 years ago
- f34a4c1 UDP proxy: Correct debug output for delay_srv option by Hanno Becker · 7 years ago
- 4103810 Style: Correct indentation in UDP proxy code by Hanno Becker · 7 years ago
- cf46945 Style: Add empty line before comment in UDP proxy code by Hanno Becker · 7 years ago
- 12b72c1 UDP proxy: Fix bug in freeing delayed messages by Hanno Becker · 7 years ago
- 101bcba UDP proxy: Allow more than one message to be delayed by Hanno Becker · 7 years ago
- caf8741 Fix typo in documentation of UDP proxy argument 'delay_cli' by Hanno Becker · 7 years ago
- 01ea778 UDP proxy: Add option to delay specific handshake messages by Hanno Becker · 7 years ago
- 7d42965 Fix typo in platform macro defines for examples by Andres Amaya Garcia · 7 years ago
- 80081a6 Fix ret code in udp_proxy.c by Andres Amaya Garcia · 7 years ago
- a5e6897 Resolve integer type conversion problem on MSVC by Hanno Becker · 8 years ago
- 77abef5 Don't use busy-waiting in udp_proxy by Hanno Becker · 8 years ago
- 0cc7774 Only add pack option to UDP proxy if MBEDTLS_TIMING_C is enabled by Hanno Becker · 8 years ago
- 92474da Use Mbed TLS timing module to obtain ellapsed time in udp_proxy by Hanno Becker · 8 years ago
- 211f44c Rename `merge` option in UDP proxy to `pack` by Hanno Becker · 8 years ago
- df4180a Don't break debug messages by Hanno Becker · 8 years ago
- fbb0b70 Corrupt application data in the beginning instead of the end in UDP proxy by Hanno Becker · 8 years ago
- 1dd62ea Add packing option to UDP proxy by Hanno Becker · 8 years ago
- 788aa4a Rename net.{c,h} to net_sockets.{c,h} by Andres AG · 9 years ago
- d3138c3 Fixes SSL sample apps for non-default configs by Simon Butcher · 9 years ago
- 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
- ea35666 Fix -Wshadow warnings by Manuel Pégourié-Gonnard · 10 years ago
- 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
- 9de64f5 Fix MSVC warnings in library and programs by Manuel Pégourié-Gonnard · 10 years ago
- abc729e Simplify net_accept() with UDP sockets by Manuel Pégourié-Gonnard · 10 years ago
- 3d7d00a Rename mbedtls_net_close() to mbedtls_net_free() by Manuel Pégourié-Gonnard · 10 years ago
- 5db6432 Adapt programs to the new NET API by Manuel Pégourié-Gonnard · 10 years ago
- c0d7494 Make 'port' a string in NET module by Manuel Pégourié-Gonnard · 10 years ago
- 53ebe13 Fix copyright lines still mentioning Brainspark by Manuel Pégourié-Gonnard · 10 years ago
- 0b104b0 Adapt prototype of net_accept() for explicit size by Manuel Pégourié-Gonnard · 10 years ago
- 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
- 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
- e4d4890 Finish renaming website by Manuel Pégourié-Gonnard · 10 years ago
- d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
- f224678 Fix remaining printfs in programs by Manuel Pégourié-Gonnard · 11 years ago
- 3d2c4b7 Fix url in new files by Manuel Pégourié-Gonnard · 11 years ago
- dba564b Fix files that are not in development by Manuel Pégourié-Gonnard · 11 years ago
- ba958b8 Add test for server-initiated renego by Manuel Pégourié-Gonnard · 11 years ago
- ce8588c Make udp_proxy more robust by Manuel Pégourié-Gonnard · 11 years ago
- fa60f12 Quit using "yes" in ssl-opt.sh with openssl by Manuel Pégourié-Gonnard · 11 years ago
- ae666c5 proxy: avoid always dropping the same packet by Manuel Pégourié-Gonnard · 11 years ago
- d0fd1da Add test with proxy and openssl server by Manuel Pégourié-Gonnard · 11 years ago
- 8cc7e03 udp_proxy: show encrypted messages as encrypted by Manuel Pégourié-Gonnard · 11 years ago
- 6265d30 Fix some delayed packets going the wrong way by Manuel Pégourié-Gonnard · 11 years ago
- bf02319 udp_proxy: don't overwrite delayed packets by Manuel Pégourié-Gonnard · 11 years ago
- 6312e0f udp_proxy: allow successive clients by Manuel Pégourié-Gonnard · 11 years ago
- b46780e Enlarge udp_proxy's message buffer by Manuel Pégourié-Gonnard · 11 years ago
- ae8d239 udp_proxy: also drop messages from the last flight by Manuel Pégourié-Gonnard · 11 years ago
- 992e136 Make decisions pseudo-random in udp_proxy by Manuel Pégourié-Gonnard · 11 years ago
- bc010a0 udp_proxy: don't drop messages in the last flight by Manuel Pégourié-Gonnard · 11 years ago
- 7cf3518 Enhance output of udp_proxy (with time) by Manuel Pégourié-Gonnard · 11 years ago
- 63eca93 Drop invalid records with DTLS by Manuel Pégourié-Gonnard · 11 years ago
- 6c18a39 Add option 'bad_ad' to udp_proxy by Manuel Pégourié-Gonnard · 11 years ago
- eb00bfd Add option 'mtu' to udp_proxy by Manuel Pégourié-Gonnard · 11 years ago
- 81f2fe9 Add option 'delay_ccs' to udp_proxy by Manuel Pégourié-Gonnard · 11 years ago
- 60fdd7e Add option 'drop' to udp_proxy by Manuel Pégourié-Gonnard · 11 years ago
- 21398c3 Add option 'delay' to udp_proxy by Manuel Pégourié-Gonnard · 11 years ago
- 2c41bd8 Add a 'duplicate' option to udp_proxy by Manuel Pégourié-Gonnard · 11 years ago
- 44d5e63 Enhance output of udp_proxy by Manuel Pégourié-Gonnard · 11 years ago
- cb4137b Add test utility udp_proxy by Manuel Pégourié-Gonnard · 11 years ago