1. ae59c52 Create configuration option to bypass the mbedtls_ssl_set_hostname check by Gilles Peskine · 6 months ago
  2. 724a7bb mbedtls_ssl_set_hostname tests: baseline by Gilles Peskine · 6 months ago
  3. 20e964f Fix some typo for include folder by Wenxing Hou · 1 year, 2 months ago
  4. 9ebf9aa Merge pull request #9153 from gilles-peskine-arm/oid-limits-2.28 by Gilles Peskine · 1 year, 2 months ago
  5. a8cd2e6 Fix the build without check_config.h (inclusion of limits.h) by Gilles Peskine · 1 year, 3 months ago
  6. a5586e1 Merge pull request #8907 from IVOES/backport2.28-cpp/unbounded-write by Gilles Peskine · 1 year, 3 months ago
  7. 52c2af3 ssl_mail_client: Fix code style issue by Mingjie Shen · 1 year, 5 months ago
  8. f5b93c1 ssl_mail_client: Check return value of mbedtls_snprintf by Mingjie Shen · 1 year, 5 months ago
  9. 62d462a ssl_mail_client: Replace snprintf with mbedtls_snprintf by Mingjie Shen · 1 year, 5 months ago
  10. d4b3fe7 Merge branch 'mbedtls-2.28' into 'mbedtls-2.28-restricted' by Minos Galanakis · 1 year, 5 months ago
  11. 89e9fa0 Merge pull request #8830 from paul-elliott-arm/add_framework_meta_tests_2_28 by Paul Elliott · 1 year, 5 months ago
  12. 5bada22 Update generated files with inverted option by David Horstmann · 1 year, 5 months ago
  13. f06494d Merge branch 'mbedtls-2.28' into buffer-sharing-merge-2.28 by David Horstmann · 1 year, 5 months ago
  14. cfe1be3 ssl_mail_client: Fix unbounded write of sprintf() by Mingjie Shen · 1 year, 5 months ago
  15. 6805ff7 use mbedtls_ssl_session_init() to init session variable by Benson Liou · 1 year, 7 months ago
  16. 7ebb3c5 Add metatests for failing TEST_EQUAL and TEST_LE_* by Paul Elliott · 1 year, 6 months ago
  17. 7c1cd5a move entropy init prior arguments number recognition by PiotrBzdrega · 1 year, 6 months ago
  18. 9d52c71 Merge remote-tracking branch 'restricted/mbedtls-2.28' into mbedtls-2.28-restricted by Dave Rodgman · 1 year, 6 months ago
  19. 001ae33 Merge pull request #1143 from davidhorstmann-arm/memory-poisoning-runtime-enable-2.28 by David Horstmann · 1 year, 6 months ago
  20. 1b421b1 Separate memory poisoning tests from generic ASan by David Horstmann · 1 year, 7 months ago
  21. d074a5a Only run memory poisoning metatests when poisoning by David Horstmann · 1 year, 7 months ago
  22. a980aa0 Disable PSA wrappers psa_collect_statuses builds by Gilles Peskine · 1 year, 7 months ago
  23. 3ce3e7a Add new config option to generated files by David Horstmann · 1 year, 8 months ago
  24. 05fde60 Fix potential double-free in calloc selftest by David Horstmann · 1 year, 8 months ago
  25. 7d68a19 Protect against compiler optimizations by Gilles Peskine · 1 year, 8 months ago
  26. 0c7d3ed Memory poisoning: meta-test writes as well as reads by Gilles Peskine · 1 year, 9 months ago
  27. d751406 Port to platforms where printf doesn't have %zu by Gilles Peskine · 1 year, 9 months ago
  28. ac8cd66 Fix MSVC build failure by Gilles Peskine · 1 year, 9 months ago
  29. 962c5da Fix memory poisoning with Asan on arbitrary byte boundaries by Gilles Peskine · 1 year, 9 months ago
  30. 071d144 Add memory poisoning framework by Gilles Peskine · 1 year, 9 months ago
  31. e9616fd Fix the build with gcc-12 -Wuse-after-free by Gilles Peskine · 1 year, 9 months ago
  32. e00255c Improve explanations of what bad thing a metatest does by Gilles Peskine · 1 year, 9 months ago
  33. 96c87c4 Uniformly use MBEDTLS_THREADING_C guards by Gilles Peskine · 1 year, 9 months ago
  34. c41133b Add documentation by Gilles Peskine · 1 year, 9 months ago
  35. efc57ca Uninitialized read: make the pointer non-volatile rather than the buffer by Gilles Peskine · 1 year, 9 months ago
  36. 226f1bc More consistent usage of volatile by Gilles Peskine · 1 year, 9 months ago
  37. 5383351 Strengthen against possible compiler optimizations by Gilles Peskine · 1 year, 9 months ago
  38. 2c04f57 programs/test/metatest indirectly includes library/common.h by Gilles Peskine · 1 year, 9 months ago
  39. 510c01c Add missing program to .gitignore by Gilles Peskine · 1 year, 9 months ago
  40. e38eb79 Add metatests for mutex usage by Gilles Peskine · 1 year, 9 months ago
  41. db2b5c9 Don't use %llx in printf by Gilles Peskine · 1 year, 9 months ago
  42. 6b3b7f8 Fix cast from pointer to integer of different size by Gilles Peskine · 1 year, 9 months ago
  43. 64c6c80 Don't cast a function pointer to a data pointer by Gilles Peskine · 1 year, 9 months ago
  44. 6289ccc Use casts when doing nonstandard pointer conversions by Gilles Peskine · 1 year, 9 months ago
  45. 967714d Strengthen against Clang optimizations by Gilles Peskine · 1 year, 9 months ago
  46. 970584f Metatests for basic Asan and Msan features by Gilles Peskine · 1 year, 9 months ago
  47. 21d8d59 Metatests for null pointer dereference by Gilles Peskine · 1 year, 9 months ago
  48. 30380da Validate that test_fail causes a test failure by Gilles Peskine · 1 year, 9 months ago
  49. c33940d Add a metatest program by Gilles Peskine · 1 year, 9 months ago
  50. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  51. f29cc32 Merge pull request #8390 from gilles-peskine-arm/20231017-misc-cleanup-2.28 by Paul Elliott · 1 year, 9 months ago
  52. f38e2fe Merge pull request #8118 from gilles-peskine-arm/ssl-progs-usage-2.28 by Gilles Peskine · 1 year, 9 months ago
  53. 7e36ad1 Merge pull request #7983 from gilles-peskine-arm/sample-program-demos-2.28 by Gilles Peskine · 1 year, 10 months ago
  54. 5fdd0bd Convey that it's ok for mbedtls_ssl_session_save to fail by Gilles Peskine · 1 year, 10 months ago
  55. c55060d benchmark: improve code readability by Yanray Wang · 1 year, 10 months ago
  56. c96db3b benchmark: add AES_CFB8 by Yanray Wang · 1 year, 11 months ago
  57. b382c2b benchmark: add AES_CFB128 by Yanray Wang · 1 year, 11 months ago
  58. 0814a22 Correct styling of Mbed TLS in documentation by Thomas Daubney · 1 year, 10 months ago
  59. 2391649 Remove unneeded setting of ret from ssl programs by Paul Elliott · 1 year, 11 months ago
  60. f08ca83 Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 1 year, 11 months ago
  61. e008890 Update generated files by Gilles Peskine · 1 year, 11 months ago
  62. fc8ad27 SSL programs: improve command-line error reporting by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  63. 797cfd8 SSL programs: allow invoking without arguments by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  64. 779cceb SSL programs: group options processing in 1 place by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  65. 7fbbb61 Merge remote-tracking branch 'mbedtls-2.28' into calloc-also-zeroizes-2-28 by Gilles Peskine · 2 years ago
  66. 34d8bd3 Fix warnings from clang-16 by Gowtham Suresh Kumar · 2 years ago
  67. f5a2ce0 Skip dlopen demo in static builds by Gilles Peskine · 2 years ago
  68. 7f2b98c Use demo_common.sh in dlopen test script by Gilles Peskine · 2 years ago
  69. 61ae791 Fix some mistakes in descriptive messages by Gilles Peskine · 5 years ago
  70. ec37a9b Explain why $root_dir needs a complicated calculation by Gilles Peskine · 5 years ago
  71. b1ec5cd Print only missing dependencies by Gilles Peskine · 5 years ago
  72. d9b3209 cleanup is part of the external interface by Gilles Peskine · 5 years ago
  73. 019416c Declare the dependencies of key_ladder_demo.sh by Gilles Peskine · 5 years ago
  74. b63e79d Let demo scripts declare their dependencies by Gilles Peskine · 5 years ago
  75. 1e18775 Demo scripts: create a seedfile if the configuration requires it by Gilles Peskine · 5 years ago
  76. d0a4dc8 Move common code of demo scripts into a library by Gilles Peskine · 5 years ago
  77. f35490e Move the overallocation test to test suites by Andrzej Kurek · 2 years, 1 month ago
  78. 8ca66a0 Add an mbedtls_calloc(SIZE_MAX/2, SIZE_MAX/2) test by Andrzej Kurek · 2 years, 1 month ago
  79. c8bf059 Add a calloc selftest for more than a page by Andrzej Kurek · 2 years, 3 months ago
  80. ba16859 Documentation and cosmetic fixes by Andrzej Kurek · 2 years, 1 month ago
  81. 5ffea9d Rework the calloc buffer initialization test in selftest.c by Andrzej Kurek · 2 years, 1 month ago
  82. e992af6 Merge pull request #7585 from gilles-peskine-arm/fuzz-file-open-fail-2.28 by Dave Rodgman · 2 years, 1 month ago
  83. 6a4af48 Replace struct access with local variable by Waleed Elmelegy · 2 years, 1 month ago
  84. c451b4a Replace function calls in crypt_and_hash program with locals by Waleed Elmelegy · 2 years, 2 months ago
  85. 6eb4626 Fix crypt_and_hash decrypt issue when used with stream cipher by Waleed Elmelegy · 2 years, 2 months ago
  86. 39aee12 Fix demo scripts for out-of-tree builds by David Horstmann · 3 years, 8 months ago
  87. e32e447 Ignore *.o everywhere by Gilles Peskine · 2 years, 3 months ago
  88. d47c7b1 Fuzz programs: print an error if loading the reproducer fails by Gilles Peskine · 2 years, 3 months ago
  89. 44f2694 Fix code-style by Przemek Stekiel · 2 years, 3 months ago
  90. d4d049b Add guards for mbedtls_psa_crypto_free() by Przemek Stekiel · 2 years, 4 months ago
  91. 97cbff7 Add a test for calloc zeroization by Andrzej Kurek · 2 years, 3 months ago
  92. 8fa17b6 Init PSA in fuzz programs by Przemek Stekiel · 2 years, 4 months ago
  93. 9c0fc2d Init PSA in pkey programs by Przemek Stekiel · 2 years, 4 months ago
  94. c4ddf92 Free psa crypto at the end of programs when initialized by Przemek Stekiel · 2 years, 4 months ago
  95. af48f3c Remove print from mini_client by Przemek Stekiel · 2 years, 4 months ago
  96. b00688f Move psa_crypto_init() after other init calls by Przemek Stekiel · 2 years, 4 months ago
  97. 0c9d048 cert_app: init entropy unconditionally by Przemek Stekiel · 2 years, 4 months ago
  98. d381d2d Init PSA in ssl and x509 programs by Przemek Stekiel · 2 years, 4 months ago
  99. 9149e12 Stop selftest hanging when run on CI by Tom Cosgrove · 2 years, 5 months ago
  100. b028531 Merge pull request #7013 from gilles-peskine-arm/build-without-certs-2.28.2 by Dave Rodgman · 2 years, 6 months ago