1. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  2. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  3. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  4. 2341956 Remove prompt to exit in all programs by josesimoes · 3 years, 3 months ago
  5. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  6. 612a2f1 Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
  7. 9a969b6 Reduce code size when mbedtls_x509_*_info() unused by Peter Kolbus · 7 years ago
  8. 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
  9. 1aec646 Remove certs module from mbedtls. by Mateusz Starzyk · 4 years, 6 months ago
  10. 59244e8 Actually use the READ_TIMEOUT_MS in the sample DTLS client and server by Ryan LaPointe · 4 years, 5 months ago
  11. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  12. e24fc7b Merge pull request #2595 from k-stachowiak/unified-exit-in-examples by Gilles Peskine · 5 years ago
  13. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
  14. 5e1b195 Unify the example programs' termination by Krzysztof Stachowiak · 6 years ago
  15. 3abbced Remove mbedtls_param_failed from programs by Gilles Peskine · 6 years ago
  16. 3ef6a6d Fix const-ness in mbedtls_param_failed() by Manuel Pégourié-Gonnard · 7 years ago
  17. 63cb97e Add handlers for parameter validation in the sample programs by Simon Butcher · 7 years ago
  18. 6fd96ad Change the default IP addresses for DTLS samples by Simon Butcher · 7 years ago
  19. e1a94a6 Correct the printf message of the DTLS handshake. by Xinyu Chen · 9 years ago
  20. cef21e4 Fix examples that failed to compile without PEM by Andres AG · 8 years ago
  21. 788aa4a Rename net.{c,h} to net_sockets.{c,h} by Andres AG · 9 years ago
  22. b5b6af2 Puts platform time abstraction into its own header by Simon Butcher · 9 years ago
  23. db0feca Fixes platform time_t abstraction by Simon Butcher · 9 years ago
  24. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  25. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  26. 3d7d00a Rename mbedtls_net_close() to mbedtls_net_free() by Manuel Pégourié-Gonnard · 10 years ago
  27. 5db6432 Adapt programs to the new NET API by Manuel Pégourié-Gonnard · 10 years ago
  28. 61ee351 Adapt programs to the new debug API by Manuel Pégourié-Gonnard · 10 years ago
  29. c0d7494 Make 'port' a string in NET module by Manuel Pégourié-Gonnard · 10 years ago
  30. b31c5f6 Add SSL presets. by Manuel Pégourié-Gonnard · 10 years ago
  31. 56273da Move some includes to ssl_internal.h by Manuel Pégourié-Gonnard · 10 years ago
  32. 53ebe13 Fix copyright lines still mentioning Brainspark by Manuel Pégourié-Gonnard · 10 years ago
  33. e3c41ad Use the new timer callback API in programs by Manuel Pégourié-Gonnard · 10 years ago
  34. e6ef16f Change X.509 verify flags to uint32_t by Manuel Pégourié-Gonnard · 10 years ago
  35. 06939ce Fix order of ssl_conf vs ssl_setup in programs by Manuel Pégourié-Gonnard · 10 years ago
  36. 6729e79 Rename ssl_set_xxx() to ssl_conf_xxx() by Manuel Pégourié-Gonnard · 10 years ago
  37. 750e4d7 Move ssl_set_rng() to act on config by Manuel Pégourié-Gonnard · 10 years ago
  38. 8836994 Move WANT_READ/WANT_WRITE codes to SSL by Manuel Pégourié-Gonnard · 10 years ago
  39. 1b511f9 Rename ssl_set_bio_timeout() to set_bio() by Manuel Pégourié-Gonnard · 10 years ago
  40. 97fd52c Split ssl_set_read_timeout() out of bio_timeout() by Manuel Pégourié-Gonnard · 10 years ago
  41. bc2b771 Move ssl_set_ca_chain() to work on config by Manuel Pégourié-Gonnard · 10 years ago
  42. d36e33f Move easy ssl_set_xxx() functions to work on conf by Manuel Pégourié-Gonnard · 10 years ago
  43. 419d5ae Make endpoint+transport args of config_defaults() by Manuel Pégourié-Gonnard · 10 years ago
  44. def0bbe Allocate ssl_config out of ssl_setup() by Manuel Pégourié-Gonnard · 10 years ago
  45. 41d479e Split ssl_init() -> ssl_setup() by Manuel Pégourié-Gonnard · 10 years ago
  46. ec160c0 Update ctr_drbg_init() usage in programs by Manuel Pégourié-Gonnard · 10 years ago
  47. e6028c9 Fix some X509 macro names by Manuel Pégourié-Gonnard · 10 years ago
  48. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  49. 4b3e5ef Avoid duplicate #ifdefs in programs/ssl by Manuel Pégourié-Gonnard · 10 years ago
  50. b5410db Depend on PEM_PARsE_C when using test_cas_pem by Manuel Pégourié-Gonnard · 10 years ago
  51. a958d69 Rename test_ca_list to test_cas_pem by Manuel Pégourié-Gonnard · 10 years ago
  52. 75f9010 Add len constants to certs.c by Manuel Pégourié-Gonnard · 10 years ago
  53. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  54. e4d4890 Finish renaming website by Manuel Pégourié-Gonnard · 10 years ago
  55. f224678 Fix remaining printfs in programs by Manuel Pégourié-Gonnard · 11 years ago
  56. 3d2c4b7 Fix url in new files by Manuel Pégourié-Gonnard · 11 years ago
  57. dba564b Fix files that are not in development by Manuel Pégourié-Gonnard · 11 years ago
  58. e63582a Add dlts_client.c and dtls_server.c by Manuel Pégourié-Gonnard · 11 years ago