1. f08ca83 Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 1 year, 11 months ago
  2. e008890 Update generated files by Gilles Peskine · 1 year, 11 months ago
  3. 7fbbb61 Merge remote-tracking branch 'mbedtls-2.28' into calloc-also-zeroizes-2-28 by Gilles Peskine · 2 years ago
  4. 34d8bd3 Fix warnings from clang-16 by Gowtham Suresh Kumar · 2 years ago
  5. f35490e Move the overallocation test to test suites by Andrzej Kurek · 2 years, 1 month ago
  6. 8ca66a0 Add an mbedtls_calloc(SIZE_MAX/2, SIZE_MAX/2) test by Andrzej Kurek · 2 years, 1 month ago
  7. c8bf059 Add a calloc selftest for more than a page by Andrzej Kurek · 2 years, 3 months ago
  8. ba16859 Documentation and cosmetic fixes by Andrzej Kurek · 2 years, 1 month ago
  9. 5ffea9d Rework the calloc buffer initialization test in selftest.c by Andrzej Kurek · 2 years, 1 month ago
  10. e992af6 Merge pull request #7585 from gilles-peskine-arm/fuzz-file-open-fail-2.28 by Dave Rodgman · 2 years, 1 month ago
  11. 6a4af48 Replace struct access with local variable by Waleed Elmelegy · 2 years, 1 month ago
  12. c451b4a Replace function calls in crypt_and_hash program with locals by Waleed Elmelegy · 2 years, 2 months ago
  13. 6eb4626 Fix crypt_and_hash decrypt issue when used with stream cipher by Waleed Elmelegy · 2 years, 2 months ago
  14. 39aee12 Fix demo scripts for out-of-tree builds by David Horstmann · 3 years, 8 months ago
  15. e32e447 Ignore *.o everywhere by Gilles Peskine · 2 years, 3 months ago
  16. d47c7b1 Fuzz programs: print an error if loading the reproducer fails by Gilles Peskine · 2 years, 3 months ago
  17. 44f2694 Fix code-style by Przemek Stekiel · 2 years, 3 months ago
  18. d4d049b Add guards for mbedtls_psa_crypto_free() by Przemek Stekiel · 2 years, 4 months ago
  19. 97cbff7 Add a test for calloc zeroization by Andrzej Kurek · 2 years, 3 months ago
  20. 8fa17b6 Init PSA in fuzz programs by Przemek Stekiel · 2 years, 4 months ago
  21. 9c0fc2d Init PSA in pkey programs by Przemek Stekiel · 2 years, 4 months ago
  22. c4ddf92 Free psa crypto at the end of programs when initialized by Przemek Stekiel · 2 years, 4 months ago
  23. af48f3c Remove print from mini_client by Przemek Stekiel · 2 years, 4 months ago
  24. b00688f Move psa_crypto_init() after other init calls by Przemek Stekiel · 2 years, 4 months ago
  25. 0c9d048 cert_app: init entropy unconditionally by Przemek Stekiel · 2 years, 4 months ago
  26. d381d2d Init PSA in ssl and x509 programs by Przemek Stekiel · 2 years, 4 months ago
  27. 9149e12 Stop selftest hanging when run on CI by Tom Cosgrove · 2 years, 5 months ago
  28. b028531 Merge pull request #7013 from gilles-peskine-arm/build-without-certs-2.28.2 by Dave Rodgman · 2 years, 6 months ago
  29. 9f63cb7 Merge pull request #7026 from aditya-deshpande-arm/backport-fix-example-programs-usage by Dave Rodgman · 2 years, 6 months ago
  30. 56d9003 Fix more argc checks by Aditya Deshpande · 2 years, 6 months ago
  31. 1868870 Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
  32. 0504ac2 Fix bugs in example programs: change argc == 0 to argc < 2 by Aditya Deshpande · 2 years, 6 months ago
  33. 50bc975 Fix indentation by Gilles Peskine · 2 years, 6 months ago
  34. 90420aa Add missing dependencies on certs.c in fuzz programs by Gilles Peskine · 2 years, 6 months ago
  35. 4d483a1 Fix misplaced #endif in test program by Gilles Peskine · 2 years, 6 months ago
  36. ec03b04 Update generated files by Gilles Peskine · 2 years, 7 months ago
  37. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  38. adc07aa Merge pull request #6696 from gilles-peskine-arm/fuzz-cflags-2.28 by Gilles Peskine · 2 years, 8 months ago
  39. 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
  40. 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  41. bcc535c Linewrap for the benefit of Uncrustify by David Horstmann · 2 years, 9 months ago
  42. b7dcc93 programs/fuzz: set sensible default CFLAGS by Gilles Peskine · 2 years, 8 months ago
  43. b400fb0 Merge pull request #6452 from AndrzejKurek/depends-py-reloaded-2-28 by Dave Rodgman · 2 years, 8 months ago
  44. 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
  45. d818c08 Fix: include version.h in ssl_test_lib.h by Yanray Wang · 2 years, 9 months ago
  46. 4d4b077 Add output of build version in ssl_server2 and ssl_client2 by Yanray Wang · 2 years, 9 months ago
  47. 068a00b Refactor macro-spanning if in ssl_server2.c by David Horstmann · 2 years, 10 months ago
  48. 9e722ad Refactor macro-spanning if in ssl_client2.c by David Horstmann · 2 years, 10 months ago
  49. e470821 Add missing SHA dependencies by Andrzej Kurek · 2 years, 10 months ago
  50. 9155e7f Switch from x509_CRT_PARSE to KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
  51. 7829d8f Replace x509_CRT_PARSE_C with KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
  52. 4ed670f Add missing key exchange dependencies by Andrzej Kurek · 2 years, 10 months ago
  53. b3b0ec9 Add missing dependencies by Andrzej Kurek · 2 years, 10 months ago
  54. 279188f Merge pull request #6396 from gilles-peskine-arm/platform.h-unconditional-2.28 by Gilles Peskine · 2 years, 10 months ago
  55. 7aca4e4 Fix session tickets related build flags in fuzz_server and ssl_server2 by Przemek Stekiel · 2 years, 10 months ago
  56. 093a4aa Remove useless platform macro redefinitions: automatic part by Gilles Peskine · 2 years, 10 months ago
  57. 36f19b9 Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
  58. df275c4 Merge remote-tracking branch 'restricted/mbedtls-2.28-restricted' into mbedtls-2.28.1rc0-pr by Dave Rodgman · 3 years, 1 month ago
  59. eee5c8a Merge pull request #5982 from gilles-peskine-arm/selftest-calloc-pointer-comparison-fix-2.28 by Dave Rodgman · 3 years, 1 month ago
  60. 52396ef Remove largely useless bit of test log to silence GCC 12 by Gilles Peskine · 3 years, 1 month ago
  61. d80d8a4 Add negative tests for opaque mixed-PSK (server) by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  62. a49a00c Add negative tests for opaque mixed-PSK (client) by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  63. 67fc488 ssl_client2/ssl_server_2: use PSA_ALG_ANY_HASH as algorithm for opaque key by Przemyslaw Stekiel · 3 years, 9 months ago
  64. 331c342 Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  65. 69e567c ssl_server2.c: fix build err (key_slot - unused variable) by Przemyslaw Stekiel · 3 years, 10 months ago
  66. ab09c9e Add key_opaque option to ssl_server2.c + test by Przemyslaw Stekiel · 3 years, 10 months ago
  67. d99f8b2 Rewrite x25519 example program by Thomas Daubney · 3 years, 3 months ago
  68. 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  69. f87d843 Merge pull request #5740 from gilles-peskine-arm/psa-crypto-config-file-2.28 by Gilles Peskine · 3 years, 3 months ago
  70. 8e9e1f6 Merge pull request #5744 from mpg/benchmark-ecc-heap-2.28 by Gilles Peskine · 3 years, 4 months ago
  71. db7d0d9 Update query_config by Gilles Peskine · 3 years, 4 months ago
  72. 6408495 Fix alignment in benchmark output by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  73. a30439a Fix off-by-one in buffer_size usage by Gilles Peskine · 3 years, 4 months ago
  74. 736d91d Fix buffer size calculation by Gilles Peskine · 3 years, 4 months ago
  75. 7c45b67 Fix the build when MBEDTLS_PLATFORM_C is unset by Gilles Peskine · 3 years, 5 months ago
  76. 7ece768 Seed the PRNG even if time() isn't available by Gilles Peskine · 3 years, 4 months ago
  77. 478181d Refactor ssl_context_info time printing by Andrzej Kurek · 3 years, 5 months ago
  78. 388ee8a Guard cache_timeout in ssl_server2 with MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
  79. 65f93d5 Fix udp_proxy dependency on MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
  80. 448cf48 Fix requirement mismatch in fuzz/common.c by Andrzej Kurek · 3 years, 5 months ago
  81. 11d0a6f programs/fuzz: Remove superfluous MBEDTLS_HAVE_TIME by David Horstmann · 3 years, 8 months ago
  82. 0e4a1aa programs/test: fix build without MBEDTLS_HAVE_TIME by David Horstmann · 3 years, 8 months ago
  83. 2db000f programs/ssl: Fix compile errors when MBEDTLS_HAVE_TIME is not defined by Raoul Strackx · 5 years ago
  84. 301db66 Do not include time.h without MBEDTLS_HAVE_TIME by Daniel Axtens · 5 years ago
  85. e2462ba Add missing dependencies on MBEDTLS_KEY_EXCHANGE_SOME_PSK_ENABLED by Andrzej Kurek · 3 years, 7 months ago
  86. 5e41e0e Update generated file by Gilles Peskine · 3 years, 8 months ago
  87. 47569e0 fix help message issues by Jerry Yu · 3 years, 8 months ago
  88. 4f2dff4 Add list_config into query_comile_time_config by Jerry Yu · 3 years, 8 months ago
  89. 0abd677 Add list_config generation by Jerry Yu · 3 years, 8 months ago
  90. 3d28378 Check return values in more places by Gilles Peskine · 3 years, 8 months ago
  91. 4a5396e Merge pull request #5299 from paul-elliott-arm/crypt_and_hash_prog_2.x by Gilles Peskine · 3 years, 8 months ago
  92. d068876 Add checks for return values to md functions by Paul Elliott · 3 years, 8 months ago
  93. 8f20bab Fix printf format specifier by Paul Elliott · 3 years, 8 months ago
  94. 110afd0 Prevent resource leak by Paul Elliott · 3 years, 8 months ago
  95. 620cbb9 Merge pull request #5262 from xffbai/code-align-backport2.x by Ronald Cron · 3 years, 8 months ago
  96. 582f239 Merge pull request #5167 from tom-cosgrove-arm/fix-builds-with-only-mbedtls_bignum_c-defined by Gilles Peskine · 3 years, 8 months ago
  97. f40545d Fix (d)tls1_2 into (d)tls12 in version options by Xiaofei Bai · 3 years, 8 months ago
  98. 6fa5c1d Use the normal idiom to support MBEDTLS_CONFIG_FILE by Gilles Peskine · 3 years, 8 months ago
  99. 8e8e965 Fix dynamic library extension on macOS by Gilles Peskine · 3 years, 9 months ago
  100. eea9c74 More explicit output for the test program by Gilles Peskine · 3 years, 9 months ago