1. 186731b Fix warnings from clang-16 by Gowtham Suresh Kumar · 2 years ago
  2. 758aef6 Add guards for mbedtls_psa_crypto_free() by Przemek Stekiel · 2 years, 3 months ago
  3. a8c560a Free psa crypto at the end of programs when initialized by Przemek Stekiel · 2 years, 3 months ago
  4. 89c636e Init PSA in ssl and x509 programs by Przemek Stekiel · 2 years, 4 months ago
  5. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  6. dcce505 Add a missing guard in an example program by Andrzej Kurek · 2 years, 11 months ago
  7. cccb044 Style & formatting fixes by Andrzej Kurek · 3 years ago
  8. 8c95ac4 Add missing dependencies / alternatives by Andrzej Kurek · 3 years ago
  9. 541318a Refactor ssl_context_info time printing by Andrzej Kurek · 3 years, 5 months ago
  10. 9ed9bc9 programs/ssl: Fix compile errors when MBEDTLS_HAVE_TIME is not defined by Raoul Strackx · 5 years ago
  11. ef9ccca Fix printf format specifier by Paul Elliott · 3 years, 8 months ago
  12. 3820c15 Prevent resource leak by Paul Elliott · 3 years, 8 months ago
  13. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  14. 508d3a5 Merge pull request #4664 from tom-daubney-arm/rm_truncated_HMAC_ext by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  15. 40d49b1 Removes truncated HMAC code from ssl_context_info program by Thomas Daubney · 4 years, 2 months ago
  16. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  17. e7dce55 Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
  18. 46cccb8 _SSL_DTLS_BADMAC_LIMIT config.h option removed by TRodziewicz · 4 years, 3 months ago
  19. 6c2e9b6 Add MBEDTLS_ALLOW_PRIVATE_ACCESS to test programs by Mateusz Starzyk · 4 years, 2 months ago
  20. 2c2722d Add missing MBEDTLS_X509_REMOVE_INFO guards in ssl_context_info.c by Hanno Becker · 4 years, 10 months ago
  21. a1df494 Remove internal file references in programs/ by Chris Jones · 4 years, 5 months ago
  22. daacb59 Rename <pk/md/cipher>_internal.h to *_wrap.h by Chris Jones · 4 years, 5 months ago
  23. e2191cd Update includes to use library/ instead of include/mbedtls/ by Chris Jones · 4 years, 5 months ago
  24. f4a6a05 ssl_context_info: fix config requirements by Gilles Peskine · 4 years, 9 months ago
  25. d696e7d programs/ssl: Fix incorrect EOF check in ssl_context_info.c by Nayna Jain · 5 years ago
  26. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  27. 97dcb1c Add required configuration to the ssl_context_info by Piotr Nowicki · 5 years ago
  28. 02cc3fb Add dynamic buffer allocation and size checking by Piotr Nowicki · 5 years ago
  29. bc876d4 Rename program 'ssl_base64_dump' to 'ssl_context_info' by Piotr Nowicki · 5 years ago[Renamed (99%) from programs/ssl/ssl_base64_dump.c]
  30. f86192f Add support for Microsoft Visual Studio by Piotr Nowicki · 5 years ago
  31. e5fa8b7 Add certificate printing by Piotr Nowicki · 5 years ago
  32. 4e19200 Add session deserializing (not completed) by Piotr Nowicki · 5 years ago
  33. ab3ecd8 Print more information and add TODOs by Piotr Nowicki · 5 years ago
  34. 6b2baf9 Print mbedtls version and configuration by Piotr Nowicki · 5 years ago
  35. c7d681c Add base64 code decoding by Piotr Nowicki · 5 years ago
  36. 6842c9b Add printing the read base64 code by Piotr Nowicki · 5 years ago
  37. 14d3105 Add reading base64 code from file by Piotr Nowicki · 5 years ago
  38. 88ebbbf Add function for parsing arguments by Piotr Nowicki · 5 years ago
  39. 9370f90 Initial work on the ssl dump program from base64 code by Piotr Nowicki · 5 years ago