1. c41133b Add documentation by Gilles Peskine · 1 year, 9 months ago
  2. efc57ca Uninitialized read: make the pointer non-volatile rather than the buffer by Gilles Peskine · 1 year, 9 months ago
  3. 226f1bc More consistent usage of volatile by Gilles Peskine · 1 year, 9 months ago
  4. 5383351 Strengthen against possible compiler optimizations by Gilles Peskine · 1 year, 9 months ago
  5. 2c04f57 programs/test/metatest indirectly includes library/common.h by Gilles Peskine · 1 year, 9 months ago
  6. 510c01c Add missing program to .gitignore by Gilles Peskine · 1 year, 9 months ago
  7. e38eb79 Add metatests for mutex usage by Gilles Peskine · 1 year, 9 months ago
  8. db2b5c9 Don't use %llx in printf by Gilles Peskine · 1 year, 9 months ago
  9. 6b3b7f8 Fix cast from pointer to integer of different size by Gilles Peskine · 1 year, 9 months ago
  10. 64c6c80 Don't cast a function pointer to a data pointer by Gilles Peskine · 1 year, 9 months ago
  11. 6289ccc Use casts when doing nonstandard pointer conversions by Gilles Peskine · 1 year, 9 months ago
  12. 967714d Strengthen against Clang optimizations by Gilles Peskine · 1 year, 9 months ago
  13. 970584f Metatests for basic Asan and Msan features by Gilles Peskine · 1 year, 9 months ago
  14. 21d8d59 Metatests for null pointer dereference by Gilles Peskine · 1 year, 9 months ago
  15. 30380da Validate that test_fail causes a test failure by Gilles Peskine · 1 year, 9 months ago
  16. c33940d Add a metatest program by Gilles Peskine · 1 year, 9 months ago
  17. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  18. f29cc32 Merge pull request #8390 from gilles-peskine-arm/20231017-misc-cleanup-2.28 by Paul Elliott · 1 year, 9 months ago
  19. f38e2fe Merge pull request #8118 from gilles-peskine-arm/ssl-progs-usage-2.28 by Gilles Peskine · 1 year, 10 months ago
  20. 7e36ad1 Merge pull request #7983 from gilles-peskine-arm/sample-program-demos-2.28 by Gilles Peskine · 1 year, 10 months ago
  21. 5fdd0bd Convey that it's ok for mbedtls_ssl_session_save to fail by Gilles Peskine · 1 year, 10 months ago
  22. c55060d benchmark: improve code readability by Yanray Wang · 1 year, 10 months ago
  23. c96db3b benchmark: add AES_CFB8 by Yanray Wang · 1 year, 11 months ago
  24. b382c2b benchmark: add AES_CFB128 by Yanray Wang · 1 year, 11 months ago
  25. 0814a22 Correct styling of Mbed TLS in documentation by Thomas Daubney · 1 year, 10 months ago
  26. 2391649 Remove unneeded setting of ret from ssl programs by Paul Elliott · 1 year, 11 months ago
  27. f08ca83 Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 1 year, 11 months ago
  28. e008890 Update generated files by Gilles Peskine · 1 year, 11 months ago
  29. fc8ad27 SSL programs: improve command-line error reporting by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  30. 797cfd8 SSL programs: allow invoking without arguments by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  31. 779cceb SSL programs: group options processing in 1 place by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  32. 7fbbb61 Merge remote-tracking branch 'mbedtls-2.28' into calloc-also-zeroizes-2-28 by Gilles Peskine · 2 years ago
  33. 34d8bd3 Fix warnings from clang-16 by Gowtham Suresh Kumar · 2 years ago
  34. f5a2ce0 Skip dlopen demo in static builds by Gilles Peskine · 2 years ago
  35. 7f2b98c Use demo_common.sh in dlopen test script by Gilles Peskine · 2 years ago
  36. 61ae791 Fix some mistakes in descriptive messages by Gilles Peskine · 5 years ago
  37. ec37a9b Explain why $root_dir needs a complicated calculation by Gilles Peskine · 5 years ago
  38. b1ec5cd Print only missing dependencies by Gilles Peskine · 5 years ago
  39. d9b3209 cleanup is part of the external interface by Gilles Peskine · 5 years ago
  40. 019416c Declare the dependencies of key_ladder_demo.sh by Gilles Peskine · 5 years ago
  41. b63e79d Let demo scripts declare their dependencies by Gilles Peskine · 5 years ago
  42. 1e18775 Demo scripts: create a seedfile if the configuration requires it by Gilles Peskine · 5 years ago
  43. d0a4dc8 Move common code of demo scripts into a library by Gilles Peskine · 5 years ago
  44. f35490e Move the overallocation test to test suites by Andrzej Kurek · 2 years, 1 month ago
  45. 8ca66a0 Add an mbedtls_calloc(SIZE_MAX/2, SIZE_MAX/2) test by Andrzej Kurek · 2 years, 1 month ago
  46. c8bf059 Add a calloc selftest for more than a page by Andrzej Kurek · 2 years, 3 months ago
  47. ba16859 Documentation and cosmetic fixes by Andrzej Kurek · 2 years, 1 month ago
  48. 5ffea9d Rework the calloc buffer initialization test in selftest.c by Andrzej Kurek · 2 years, 1 month ago
  49. e992af6 Merge pull request #7585 from gilles-peskine-arm/fuzz-file-open-fail-2.28 by Dave Rodgman · 2 years, 1 month ago
  50. 6a4af48 Replace struct access with local variable by Waleed Elmelegy · 2 years, 1 month ago
  51. c451b4a Replace function calls in crypt_and_hash program with locals by Waleed Elmelegy · 2 years, 2 months ago
  52. 6eb4626 Fix crypt_and_hash decrypt issue when used with stream cipher by Waleed Elmelegy · 2 years, 2 months ago
  53. 39aee12 Fix demo scripts for out-of-tree builds by David Horstmann · 3 years, 8 months ago
  54. e32e447 Ignore *.o everywhere by Gilles Peskine · 2 years, 3 months ago
  55. d47c7b1 Fuzz programs: print an error if loading the reproducer fails by Gilles Peskine · 2 years, 3 months ago
  56. 44f2694 Fix code-style by Przemek Stekiel · 2 years, 3 months ago
  57. d4d049b Add guards for mbedtls_psa_crypto_free() by Przemek Stekiel · 2 years, 4 months ago
  58. 97cbff7 Add a test for calloc zeroization by Andrzej Kurek · 2 years, 3 months ago
  59. 8fa17b6 Init PSA in fuzz programs by Przemek Stekiel · 2 years, 4 months ago
  60. 9c0fc2d Init PSA in pkey programs by Przemek Stekiel · 2 years, 4 months ago
  61. c4ddf92 Free psa crypto at the end of programs when initialized by Przemek Stekiel · 2 years, 4 months ago
  62. af48f3c Remove print from mini_client by Przemek Stekiel · 2 years, 4 months ago
  63. b00688f Move psa_crypto_init() after other init calls by Przemek Stekiel · 2 years, 4 months ago
  64. 0c9d048 cert_app: init entropy unconditionally by Przemek Stekiel · 2 years, 4 months ago
  65. d381d2d Init PSA in ssl and x509 programs by Przemek Stekiel · 2 years, 4 months ago
  66. 9149e12 Stop selftest hanging when run on CI by Tom Cosgrove · 2 years, 5 months ago
  67. b028531 Merge pull request #7013 from gilles-peskine-arm/build-without-certs-2.28.2 by Dave Rodgman · 2 years, 6 months ago
  68. 9f63cb7 Merge pull request #7026 from aditya-deshpande-arm/backport-fix-example-programs-usage by Dave Rodgman · 2 years, 6 months ago
  69. 56d9003 Fix more argc checks by Aditya Deshpande · 2 years, 6 months ago
  70. 1868870 Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
  71. 0504ac2 Fix bugs in example programs: change argc == 0 to argc < 2 by Aditya Deshpande · 2 years, 6 months ago
  72. 50bc975 Fix indentation by Gilles Peskine · 2 years, 6 months ago
  73. 90420aa Add missing dependencies on certs.c in fuzz programs by Gilles Peskine · 2 years, 6 months ago
  74. 4d483a1 Fix misplaced #endif in test program by Gilles Peskine · 2 years, 6 months ago
  75. ec03b04 Update generated files by Gilles Peskine · 2 years, 7 months ago
  76. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  77. adc07aa Merge pull request #6696 from gilles-peskine-arm/fuzz-cflags-2.28 by Gilles Peskine · 2 years, 8 months ago
  78. 0e0793f Merge pull request #6706 from davidhorstmann-arm/2.28-code-style-script-non-corrected by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  79. 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  80. bcc535c Linewrap for the benefit of Uncrustify by David Horstmann · 2 years, 9 months ago
  81. b7dcc93 programs/fuzz: set sensible default CFLAGS by Gilles Peskine · 2 years, 8 months ago
  82. b400fb0 Merge pull request #6452 from AndrzejKurek/depends-py-reloaded-2-28 by Dave Rodgman · 2 years, 9 months ago
  83. f22f73e Fix issue in dh_genprime.c where the error code returned by mbedtls_mpi_write_file() is incorrectly reported on failure by Aditya Deshpande · 2 years, 9 months ago
  84. d818c08 Fix: include version.h in ssl_test_lib.h by Yanray Wang · 2 years, 9 months ago
  85. 4d4b077 Add output of build version in ssl_server2 and ssl_client2 by Yanray Wang · 2 years, 9 months ago
  86. 068a00b Refactor macro-spanning if in ssl_server2.c by David Horstmann · 2 years, 10 months ago
  87. 9e722ad Refactor macro-spanning if in ssl_client2.c by David Horstmann · 2 years, 10 months ago
  88. e470821 Add missing SHA dependencies by Andrzej Kurek · 2 years, 10 months ago
  89. 9155e7f Switch from x509_CRT_PARSE to KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
  90. 7829d8f Replace x509_CRT_PARSE_C with KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
  91. 4ed670f Add missing key exchange dependencies by Andrzej Kurek · 2 years, 10 months ago
  92. b3b0ec9 Add missing dependencies by Andrzej Kurek · 2 years, 10 months ago
  93. 279188f Merge pull request #6396 from gilles-peskine-arm/platform.h-unconditional-2.28 by Gilles Peskine · 2 years, 10 months ago
  94. 7aca4e4 Fix session tickets related build flags in fuzz_server and ssl_server2 by Przemek Stekiel · 2 years, 10 months ago
  95. 093a4aa Remove useless platform macro redefinitions: automatic part by Gilles Peskine · 2 years, 10 months ago
  96. 36f19b9 Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
  97. df275c4 Merge remote-tracking branch 'restricted/mbedtls-2.28-restricted' into mbedtls-2.28.1rc0-pr by Dave Rodgman · 3 years, 1 month ago
  98. eee5c8a Merge pull request #5982 from gilles-peskine-arm/selftest-calloc-pointer-comparison-fix-2.28 by Dave Rodgman · 3 years, 1 month ago
  99. 52396ef Remove largely useless bit of test log to silence GCC 12 by Gilles Peskine · 3 years, 1 month ago
  100. d80d8a4 Add negative tests for opaque mixed-PSK (server) by Manuel Pégourié-Gonnard · 3 years, 2 months ago