1. 9c4dd4e Update paths pointing to tests/data_files by David Horstmann · 1 year, 2 months ago
  2. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  3. 758aef6 Add guards for mbedtls_psa_crypto_free() by Przemek Stekiel · 2 years, 3 months ago
  4. a8c560a Free psa crypto at the end of programs when initialized by Przemek Stekiel · 2 years, 3 months ago
  5. e296868 Remove print from mini_client by Przemek Stekiel · 2 years, 3 months ago
  6. a0a1c1e Move psa_crypto_init() after other init calls by Przemek Stekiel · 2 years, 3 months ago
  7. 89c636e Init PSA in ssl and x509 programs by Przemek Stekiel · 2 years, 4 months ago
  8. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  9. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  10. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  11. b11d61e mbedtls_net_context: make fd public on Unix/POSIX platforms by Gilles Peskine · 4 years ago
  12. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  13. 55768f2 Fix MBEDTLS_PRIVATE wrapping in tests and sample programs. by Mateusz Starzyk · 4 years, 2 months ago
  14. 5dd4f6e Add MBEDTLS_PRIVATE wrapping to sample programs. by Mateusz Starzyk · 4 years, 2 months ago
  15. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  16. e24fc7b Merge pull request #2595 from k-stachowiak/unified-exit-in-examples by Gilles Peskine · 5 years ago
  17. eccd888 Rename identifiers containing double-underscore by Gilles Peskine · 5 years ago
  18. 5e1b195 Unify the example programs' termination by Krzysztof Stachowiak · 6 years ago
  19. 3abbced Remove mbedtls_param_failed from programs by Gilles Peskine · 6 years ago
  20. 3ef6a6d Fix const-ness in mbedtls_param_failed() by Manuel Pégourié-Gonnard · 7 years ago
  21. 63cb97e Add handlers for parameter validation in the sample programs by Simon Butcher · 7 years ago
  22. 788aa4a Rename net.{c,h} to net_sockets.{c,h} by Andres AG · 9 years ago
  23. cdb3ad0 Remove redundant definitions of exit codes by Simon Butcher · 9 years ago
  24. d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 9 years ago
  25. 90ab4a4 Fix Unix detection in mini_client by Manuel Pégourié-Gonnard · 9 years ago
  26. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  27. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  28. 3d7d00a Rename mbedtls_net_close() to mbedtls_net_free() by Manuel Pégourié-Gonnard · 10 years ago
  29. 5db6432 Adapt programs to the new NET API by Manuel Pégourié-Gonnard · 10 years ago
  30. b31c5f6 Add SSL presets. by Manuel Pégourié-Gonnard · 10 years ago
  31. 55fab2d Fix a few more #ifdef's by Manuel Pégourié-Gonnard · 10 years ago
  32. fd862b1 Fix typos in mini_client.c by Manuel Pégourié-Gonnard · 10 years ago
  33. 06939ce Fix order of ssl_conf vs ssl_setup in programs by Manuel Pégourié-Gonnard · 10 years ago
  34. 6729e79 Rename ssl_set_xxx() to ssl_conf_xxx() by Manuel Pégourié-Gonnard · 10 years ago
  35. 750e4d7 Move ssl_set_rng() to act on config by Manuel Pégourié-Gonnard · 10 years ago
  36. 1b511f9 Rename ssl_set_bio_timeout() to set_bio() by Manuel Pégourié-Gonnard · 10 years ago
  37. 97fd52c Split ssl_set_read_timeout() out of bio_timeout() by Manuel Pégourié-Gonnard · 10 years ago
  38. bc2b771 Move ssl_set_ca_chain() to work on config by Manuel Pégourié-Gonnard · 10 years ago
  39. d36e33f Move easy ssl_set_xxx() functions to work on conf by Manuel Pégourié-Gonnard · 10 years ago
  40. 419d5ae Make endpoint+transport args of config_defaults() by Manuel Pégourié-Gonnard · 10 years ago
  41. def0bbe Allocate ssl_config out of ssl_setup() by Manuel Pégourié-Gonnard · 10 years ago
  42. 41d479e Split ssl_init() -> ssl_setup() by Manuel Pégourié-Gonnard · 10 years ago
  43. ec160c0 Update ctr_drbg_init() usage in programs by Manuel Pégourié-Gonnard · 10 years ago
  44. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  45. aeab252 Quit using deprecated ssl_set_bio() in programs by Manuel Pégourié-Gonnard · 10 years ago
  46. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  47. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  48. 3b8926c Adapt mini-client for config-suite-b.h by Manuel Pégourié-Gonnard · 11 years ago
  49. a6fc5b2 Add mini_client.c by Manuel Pégourié-Gonnard · 11 years ago