1. 6832774 Add missing dependencies by Andrzej Kurek · 2 years, 10 months ago
  2. e9b5592 Remove useless platform macro redefinitions: automatic part by Gilles Peskine · 2 years, 11 months ago
  3. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  4. 62c8763 Improve macro expansion help message by Jerry Yu · 3 years ago
  5. 08dccc1 Improve help message by Jerry Yu · 3 years ago
  6. 2fcb056 Add requires_{any,all}_configs_enabled functions by Jerry Yu · 3 years ago
  7. 0ff241a Remove largely useless bit of test log to silence GCC 12 by Gilles Peskine · 3 years, 1 month ago
  8. d87e46f Merge pull request #3641 from okhowang/c99 by Dave Rodgman · 3 years, 3 months ago
  9. 9bc53a2 Merge pull request #5806 from josesimoes/fix-3031 by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  10. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  11. faef649 Fix Ubuntu compile error in udp_proxy.c by Dave Rodgman · 3 years, 3 months ago
  12. 2341956 Remove prompt to exit in all programs by josesimoes · 3 years, 3 months ago
  13. 72b99ed Merge pull request #5381 from mpg/benchmark-ecc-heap by Gilles Peskine · 3 years, 3 months ago
  14. afbfed9 Merge pull request #5582 from gilles-peskine-arm/ssl-opt-auto-psk by Gilles Peskine · 3 years, 3 months ago
  15. ed35887 Merge pull request #2104 from hanno-arm/iotssl-2071 by Dave Rodgman · 3 years, 4 months ago
  16. 8f5a29a Improve fix for printf specifier by Dave Rodgman · 3 years, 4 months ago
  17. eaba723 Fix printf specifier by Dave Rodgman · 3 years, 4 months ago
  18. e2e7e94 Fail for types not of size 2, 4 or 8 by Dave Rodgman · 3 years, 4 months ago
  19. baae59c Improve documentation of absence-of-padding check by Hanno Becker · 7 years ago
  20. 0d7dd3c Check that size_t and ptrdiff_t don't have padding by Hanno Becker · 7 years ago
  21. 4ab3850 Check that integer types don't use padding bits in selftest by Hanno Becker · 7 years ago
  22. e756f64 Seed the PRNG even if time() isn't available by Gilles Peskine · 3 years, 4 months ago
  23. 6056e7a Fix benchmark and udp_proxy dependency on MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
  24. 5b9cb9e programs/test: fix build without MBEDTLS_HAVE_TIME by David Horstmann · 3 years, 8 months ago
  25. fd222da Fix the build when MBEDTLS_PLATFORM_C is unset by Gilles Peskine · 3 years, 5 months ago
  26. bf5b46c Fix alignment in benchmark output by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  27. 6ced002 Count allocs without side-effects by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  28. cd4ad0c No need to call a function to avoid a warning. by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  29. 68322c4 Remove old useless function from benchmark by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  30. c405544 Use alloc counters in memory benchmarking by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  31. a93aa58 Fix build failure in benchmark in reduced configs by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  32. 29ceb56 fix help message issues by Jerry Yu · 3 years, 8 months ago
  33. a15f3cc Add list_config into query_comile_time_config by Jerry Yu · 3 years, 8 months ago
  34. 84e63a7 Add list_config generation by Jerry Yu · 3 years, 8 months ago
  35. 834d229 Fix dynamic library extension on macOS by Gilles Peskine · 3 years, 9 months ago
  36. 7fb54c5 More explicit output for the test program by Gilles Peskine · 3 years, 9 months ago
  37. b6a0299 Avoid undefined variable warning without MBEDTLS_MD_C by Gilles Peskine · 3 years, 9 months ago
  38. 88e3e70 Use CMake's knowledge of what system library has dlopen() by Gilles Peskine · 3 years, 9 months ago
  39. f80a029 Don't build dlopen when building for Windows by Gilles Peskine · 3 years, 9 months ago
  40. 5dbee58 Only link with libdl on Linux by Gilles Peskine · 3 years, 9 months ago
  41. ca14459 Run the dlopen test in shared library builds by Gilles Peskine · 3 years, 9 months ago
  42. a7c247e New test app for dynamic loading of libmbed* with dlopen by Gilles Peskine · 3 years, 9 months ago
  43. a8d1406 Rename DEV_MODE to GEN_FILES by David Horstmann · 3 years, 10 months ago
  44. d64f4b2 Fix assorted spelling and wording issues by David Horstmann · 3 years, 10 months ago
  45. e90e405 Introduce "Dev mode" option by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  46. 86cfa6c Allow CMake to generate query_config.c by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  47. 7820a57 Catch failures of AES or DES operations by Gilles Peskine · 4 years, 1 month ago
  48. 0bf740e Merge pull request #4765 from gilles-peskine-arm/all.sh-subshells-3.0 by Gilles Peskine · 4 years ago
  49. 91e890e Add documentation by Gilles Peskine · 4 years ago
  50. 3cbd69c Switch to 4-space indentation by Gilles Peskine · 4 years ago
  51. 03ab544 Generate cpp_cummy_build.cpp dynamically by Gilles Peskine · 4 years, 1 month ago
  52. 71ce4ef Fix bug with UDP proxy not forwarding enough by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  53. 8682fae Merge pull request #4694 from gilles-peskine-arm/out_size-3.0 by Ronald Cron · 4 years, 1 month ago
  54. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  55. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  56. 10bda58 Merge pull request #4259 from CJKay/cmake-config by Dave Rodgman · 4 years, 1 month ago
  57. f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 1 month ago
  58. a805d57 Merge pull request #4588 from TRodziewicz/remove_MD2_MD4_RC4_Blowfish_and_XTEA by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  59. 8c8166a Merge pull request #4640 from TRodziewicz/move_part_of_timing_module_out_of_the_library_and_to_test by Dave Rodgman · 4 years, 2 months ago
  60. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  61. 17575dc Merge pull request #4629 from TRodziewicz/rename_functions_whose_deprecated_variants_have_been_removd by Gilles Peskine · 4 years, 2 months ago
  62. 9a9609e Make static all the functions moved to bechmark.c by TRodziewicz · 4 years, 2 months ago
  63. 90f304f Fixing test_clang_opt (asm not defined) by TRodziewicz · 4 years, 2 months ago
  64. d854083 Move part of timing module out of the library by TRodziewicz · 4 years, 2 months ago
  65. 487bbf6 DHM: new functions to query the length of the modulus by Gilles Peskine · 4 years, 2 months ago
  66. c4c761e Merge remote-tracking branch 'mbedtls/development' into mbedtls_private_with_python by Ronald Cron · 4 years, 2 months ago
  67. 26371e4 Rename the _ret() functions by TRodziewicz · 4 years, 2 months ago
  68. c1905a1 Change mbedtls_rsa_init() signature by Ronald Cron · 4 years, 2 months ago
  69. 854a25c Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
  70. d259e34 Add CMake package config file by Chris Kay · 4 years, 4 months ago
  71. ba9cb76 static initialize comb table by kXuan · 4 years, 4 months ago
  72. 6c2e9b6 Add MBEDTLS_ALLOW_PRIVATE_ACCESS to test programs by Mateusz Starzyk · 4 years, 3 months ago
  73. 3248be4 Merge pull request #4462 from netfoundry/gcc11.fixes by Gilles Peskine · 4 years, 3 months ago
  74. aa13e93 avoid "maybe-uninitialized" and "free-nonheap-object" errors/warnings with gcc11 by Shawn Carey · 4 years, 3 months ago
  75. 2213871 Merge pull request #4489 from TRodziewicz/Remove__SSL_RECORD_CHECKING by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  76. 9c58274 Remove automatically generated source files by Gilles Peskine · 4 years, 3 months ago
  77. 102c89e Remove the MBEDTLS_SSL_RECORD_CHECKING option by TRodziewicz · 4 years, 3 months ago
  78. 95d516f Remove MBEDTLS_SSL_MAX_CONTENT_LEN option by David Horstmann · 4 years, 3 months ago
  79. dd57b2f Merge pull request #4445 from TRodziewicz/remove_deprecated_things_-_remainder by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  80. 98d00d0 Merge pull request #4426 from ronald-cron-arm/remove-enable-weak-ciphersuites by Ronald Cron · 4 years, 3 months ago
  81. 85dfc4d Applying current changes by TRodziewicz · 4 years, 3 months ago
  82. 18efb73 Remove deprecated functions and constants. by TRodziewicz · 4 years, 3 months ago
  83. 612a2f1 Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
  84. 9a969b6 Reduce code size when mbedtls_x509_*_info() unused by Peter Kolbus · 7 years ago
  85. cee4270 Remove MBEDTLS_ENABLE_WEAK_CIPHERSUITES configuration option by Ronald Cron · 4 years, 3 months ago
  86. 12f93f4 Merge pull request #4407 from ARMmbed/dev3_signoffs by Dave Rodgman · 4 years, 3 months ago
  87. f9c7b3e Remove PKCS#11 library wrapper. by Mateusz Starzyk · 4 years, 4 months ago
  88. a58625f Remove optional SHA-1 in the default TLS configuration. by Mateusz Starzyk · 4 years, 4 months ago
  89. 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  90. c301bd5 Merge branch 'development_3.0' into drop_old_tls_options by Mateusz Starzyk · 4 years, 4 months ago
  91. 9c63568 Remove MBEDTLS_SSL_DEFAULT_TICKET_LIFETIME by Chris Jones · 4 years, 4 months ago
  92. 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
  93. d520037 Merge pull request #3512 from gilles-peskine-arm/ecp-alloc-202007 by Gilles Peskine · 4 years, 4 months ago
  94. 4dfb83c Merge pull request #4164 from chris-jones-arm/move-internal-headers by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  95. a2d16b3 Remove certs.h includes from test applications. by Mateusz Starzyk · 4 years, 5 months ago
  96. 1aec646 Remove certs module from mbedtls. by Mateusz Starzyk · 4 years, 6 months ago
  97. e204dbf Drop support for MBEDTLS_SSL_HW_RECORD_ACCEL. by Mateusz Starzyk · 4 years, 5 months ago
  98. 5224e29 Drop support for RC4 TLS ciphersuites. by Mateusz Starzyk · 4 years, 5 months ago
  99. a3a9984 Drop support for TLS record-level compression. by Mateusz Starzyk · 4 years, 6 months ago
  100. 2012ed7 Drop support for compatibility with our own previous buggy implementation of truncated HMAC (MBEDTLS_SSL_TRUNCATED_HMAC_COMPAT). by Mateusz Starzyk · 4 years, 6 months ago