1. 71ce4ef Fix bug with UDP proxy not forwarding enough by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  2. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  3. 6c2e9b6 Add MBEDTLS_ALLOW_PRIVATE_ACCESS to test programs by Mateusz Starzyk · 4 years, 2 months ago
  4. aa13e93 avoid "maybe-uninitialized" and "free-nonheap-object" errors/warnings with gcc11 by Shawn Carey · 4 years, 3 months ago
  5. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  6. e24fc7b Merge pull request #2595 from k-stachowiak/unified-exit-in-examples by Gilles Peskine · 5 years ago
  7. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
  8. f4563b4 Fix some style issues in udp_proxy by Manuel Pégourié-Gonnard · 5 years ago
  9. baad2de Add negative test for hard reconnect cookie check by Manuel Pégourié-Gonnard · 5 years ago
  10. 776521a Return from the test and utility examples via exit() by k-stachowiak · 6 years ago
  11. 5e1b195 Unify the example programs' termination by Krzysztof Stachowiak · 6 years ago
  12. 961e677 UDP proxy: Don't attempt to dissect dgram into records when dropping by Hanno Becker · 6 years ago
  13. 98aaf25 Add bad_cid option UDP proxy to insert unexpected CID records by Hanno Becker · 6 years ago
  14. 31f6e37 UDP Proxy: Don't drop CID records by Hanno Becker · 6 years ago
  15. f34a4c1 UDP proxy: Correct debug output for delay_srv option by Hanno Becker · 7 years ago
  16. 4103810 Style: Correct indentation in UDP proxy code by Hanno Becker · 7 years ago
  17. cf46945 Style: Add empty line before comment in UDP proxy code by Hanno Becker · 7 years ago
  18. 12b72c1 UDP proxy: Fix bug in freeing delayed messages by Hanno Becker · 7 years ago
  19. 101bcba UDP proxy: Allow more than one message to be delayed by Hanno Becker · 7 years ago
  20. caf8741 Fix typo in documentation of UDP proxy argument 'delay_cli' by Hanno Becker · 7 years ago
  21. 01ea778 UDP proxy: Add option to delay specific handshake messages by Hanno Becker · 7 years ago
  22. 7d42965 Fix typo in platform macro defines for examples by Andres Amaya Garcia · 7 years ago
  23. 80081a6 Fix ret code in udp_proxy.c by Andres Amaya Garcia · 7 years ago
  24. a5e6897 Resolve integer type conversion problem on MSVC by Hanno Becker · 8 years ago
  25. 77abef5 Don't use busy-waiting in udp_proxy by Hanno Becker · 8 years ago
  26. 0cc7774 Only add pack option to UDP proxy if MBEDTLS_TIMING_C is enabled by Hanno Becker · 8 years ago
  27. 92474da Use Mbed TLS timing module to obtain ellapsed time in udp_proxy by Hanno Becker · 8 years ago
  28. 211f44c Rename `merge` option in UDP proxy to `pack` by Hanno Becker · 8 years ago
  29. df4180a Don't break debug messages by Hanno Becker · 8 years ago
  30. fbb0b70 Corrupt application data in the beginning instead of the end in UDP proxy by Hanno Becker · 8 years ago
  31. 1dd62ea Add packing option to UDP proxy by Hanno Becker · 8 years ago
  32. 788aa4a Rename net.{c,h} to net_sockets.{c,h} by Andres AG · 9 years ago
  33. d3138c3 Fixes SSL sample apps for non-default configs by Simon Butcher · 9 years ago
  34. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  35. ea35666 Fix -Wshadow warnings by Manuel Pégourié-Gonnard · 10 years ago
  36. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  37. 9de64f5 Fix MSVC warnings in library and programs by Manuel Pégourié-Gonnard · 10 years ago
  38. abc729e Simplify net_accept() with UDP sockets by Manuel Pégourié-Gonnard · 10 years ago
  39. 3d7d00a Rename mbedtls_net_close() to mbedtls_net_free() by Manuel Pégourié-Gonnard · 10 years ago
  40. 5db6432 Adapt programs to the new NET API by Manuel Pégourié-Gonnard · 10 years ago
  41. c0d7494 Make 'port' a string in NET module by Manuel Pégourié-Gonnard · 10 years ago
  42. 53ebe13 Fix copyright lines still mentioning Brainspark by Manuel Pégourié-Gonnard · 10 years ago
  43. 0b104b0 Adapt prototype of net_accept() for explicit size by Manuel Pégourié-Gonnard · 10 years ago
  44. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  45. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  46. e4d4890 Finish renaming website by Manuel Pégourié-Gonnard · 10 years ago
  47. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  48. f224678 Fix remaining printfs in programs by Manuel Pégourié-Gonnard · 11 years ago
  49. 3d2c4b7 Fix url in new files by Manuel Pégourié-Gonnard · 11 years ago
  50. dba564b Fix files that are not in development by Manuel Pégourié-Gonnard · 11 years ago
  51. ba958b8 Add test for server-initiated renego by Manuel Pégourié-Gonnard · 11 years ago
  52. ce8588c Make udp_proxy more robust by Manuel Pégourié-Gonnard · 11 years ago
  53. fa60f12 Quit using "yes" in ssl-opt.sh with openssl by Manuel Pégourié-Gonnard · 11 years ago
  54. ae666c5 proxy: avoid always dropping the same packet by Manuel Pégourié-Gonnard · 11 years ago
  55. d0fd1da Add test with proxy and openssl server by Manuel Pégourié-Gonnard · 11 years ago
  56. 8cc7e03 udp_proxy: show encrypted messages as encrypted by Manuel Pégourié-Gonnard · 11 years ago
  57. 6265d30 Fix some delayed packets going the wrong way by Manuel Pégourié-Gonnard · 11 years ago
  58. bf02319 udp_proxy: don't overwrite delayed packets by Manuel Pégourié-Gonnard · 11 years ago
  59. 6312e0f udp_proxy: allow successive clients by Manuel Pégourié-Gonnard · 11 years ago
  60. b46780e Enlarge udp_proxy's message buffer by Manuel Pégourié-Gonnard · 11 years ago
  61. ae8d239 udp_proxy: also drop messages from the last flight by Manuel Pégourié-Gonnard · 11 years ago
  62. 992e136 Make decisions pseudo-random in udp_proxy by Manuel Pégourié-Gonnard · 11 years ago
  63. bc010a0 udp_proxy: don't drop messages in the last flight by Manuel Pégourié-Gonnard · 11 years ago
  64. 7cf3518 Enhance output of udp_proxy (with time) by Manuel Pégourié-Gonnard · 11 years ago
  65. 63eca93 Drop invalid records with DTLS by Manuel Pégourié-Gonnard · 11 years ago
  66. 6c18a39 Add option 'bad_ad' to udp_proxy by Manuel Pégourié-Gonnard · 11 years ago
  67. eb00bfd Add option 'mtu' to udp_proxy by Manuel Pégourié-Gonnard · 11 years ago
  68. 81f2fe9 Add option 'delay_ccs' to udp_proxy by Manuel Pégourié-Gonnard · 11 years ago
  69. 60fdd7e Add option 'drop' to udp_proxy by Manuel Pégourié-Gonnard · 11 years ago
  70. 21398c3 Add option 'delay' to udp_proxy by Manuel Pégourié-Gonnard · 11 years ago
  71. 2c41bd8 Add a 'duplicate' option to udp_proxy by Manuel Pégourié-Gonnard · 11 years ago
  72. 44d5e63 Enhance output of udp_proxy by Manuel Pégourié-Gonnard · 11 years ago
  73. cb4137b Add test utility udp_proxy by Manuel Pégourié-Gonnard · 11 years ago