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