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