1. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 3 years, 8 months ago
  2. 10bda58 Merge pull request #4259 from CJKay/cmake-config by Dave Rodgman · 3 years, 7 months ago
  3. be4af04 Update minimum CMake version in CMakeLists.txt by Dave Rodgman · 3 years, 7 months ago
  4. d259e34 Add CMake package config file by Chris Kay · 3 years, 10 months ago
  5. 72f60df Remove MBEDTLS_TEST_NULL_ENTROPY config option. by Mateusz Starzyk · 3 years, 9 months ago
  6. f9c7b3e Remove PKCS#11 library wrapper. by Mateusz Starzyk · 3 years, 10 months ago
  7. c301bd5 Merge branch 'development_3.0' into drop_old_tls_options by Mateusz Starzyk · 3 years, 9 months ago
  8. 2065a8d Reduce level of -Wformat-truncation by Paul Elliott · 3 years, 10 months ago
  9. a3a9984 Drop support for TLS record-level compression. by Mateusz Starzyk · 3 years, 11 months ago
  10. 21c62a2 Raise level of -Wformat-truncation to 2 by Paul Elliott · 4 years, 1 month ago
  11. ea32d55 Add printf warning flags to CMake Build by Paul Elliott · 4 years, 1 month ago
  12. b250ac9 Set CMake policies for newer versions of CMake by Paul Elliott · 4 years, 4 months ago
  13. 2da4292 Merge pull request #3790 from peter-toft-greve/development by Gilles Peskine · 4 years, 2 months ago
  14. 935b4f9 Merge pull request #3407 from RcColes/development by Gilles Peskine · 4 years, 3 months ago
  15. 70e2062 Updated minimum cmake requirement down to 2.8.12 by Peter Toft · 4 years, 3 months ago
  16. 995c66f Build: Add MBEDTLS_TARGET_PREFIX by Raef Coles · 4 years, 3 months ago
  17. fdf3379 Add fix for cmake control of CMAKE_BUILD_TYPE only if mbedtls is the root project by Peter Toft · 4 years, 3 months ago
  18. a70d588 Add initial test driver conforming to the new spec by Steven Cooreman · 4 years, 6 months ago
  19. e74f372 Get back -Wsigned-one-bit-field and fix sources according to it by makise-homura · 4 years, 5 months ago
  20. 0be6aa9 Get back -Wsign-compare and fix sources according to it by makise-homura · 4 years, 5 months ago
  21. ac2fd65 Support building on e2k (Elbrus) architecture by makise-homura · 4 years, 5 months ago
  22. 0cd8e0f Only pass -Wformat-signedness to versions of GCC that support it. by okhowang(王沛文) · 4 years, 6 months ago
  23. dd6bdb5 cmake: Add comment about mbedtls_test target by Ronald Cron · 4 years, 7 months ago
  24. ddaf99c build: Add top-level mbedtls_test target by Ronald Cron · 4 years, 7 months ago
  25. b1790af cmake: Add include directory policy documentation by Ronald Cron · 4 years, 8 months ago
  26. 8552741 cmake: Remove global include directories by Ronald Cron · 4 years, 8 months ago
  27. 67d4b55 cmake: Limit scope of 3rd party definitions by Ronald Cron · 4 years, 8 months ago
  28. f19f312 cmake: Add 3rd party public include directories by Ronald Cron · 4 years, 8 months ago
  29. 3c1b090 Use FindPython3 when cmake version >= 3.15.0 by okhowang(王沛文) · 4 years, 10 months ago
  30. 924a1f2 Merge pull request #3147 from gocarlos/gocarlos-patch-1 by danh-arm · 4 years, 9 months ago
  31. e150c77 build: readd unsafe build to show #warnings in CI by Carlos Gomes Martinho · 4 years, 9 months ago
  32. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 4 years, 10 months ago
  33. a5f0bd3 build: add option to treat compiler warnings as errors by Carlos Gomes Martinho · 4 years, 9 months ago
  34. f64db80 build: do not treat compiler warnings as errors for unsafe builds with msvc by Carlos Gomes Martinho · 4 years, 10 months ago
  35. 7dc9704 Revert "Remove tests that depend on TLS or X.509" by Gilles Peskine · 4 years, 11 months ago
  36. 6bbe783 Revert "Remove pkcs11-helper option" by Gilles Peskine · 4 years, 11 months ago
  37. 5bb8bec Revert "Remove zlib" by Gilles Peskine · 4 years, 11 months ago
  38. 9740929 cmake: fix Python requirement by Gilles Peskine · 5 years ago
  39. 3bdd412 Invoke config.py instead of config.pl by Gilles Peskine · 5 years ago
  40. 10d42b6 Unify gcc and clang cmake flags to test with UBsan by Unknown · 5 years ago
  41. 7b747fc 3rdparty: fix inclusion order of CMakeLists.txt by Christoph M. Wintersteiger · 6 years ago
  42. 6ea2dea1 3rdparty: Add additional build facilities for 3rd-party code by Christoph M. Wintersteiger · 6 years ago
  43. 62dddd0 Add new 3rdparty build scripts by Christoph M. Wintersteiger · 6 years ago
  44. d5fd766 ECDH: Include Everest Curve25519 in build scripts by Christoph M. Wintersteiger · 6 years ago
  45. 8dd1690 Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 5 years ago
  46. 01604a3 Merge remote-tracking branch 'origin/pr/2726' into development by Jaeden Amero · 6 years ago
  47. be51716 Warn if VLAs are used by Gilles Peskine · 6 years ago
  48. 85aba47 Consistently spell -Wextra by Gilles Peskine · 6 years ago
  49. d85a7e9 Remove use of CMAKE_SOURCE_DIR by Ashley Duncan · 6 years ago
  50. c2d56a4 Allow declarations after statements by Gilles Peskine · 6 years ago
  51. 3278081 Remove use of CMAKE_SOURCE_DIR by Ashley Duncan · 6 years ago
  52. bb16d0c Merge remote-tracking branch 'origin/pr/2654' into development by Jaeden Amero · 6 years ago
  53. d8a40b5 Create link to include/mbedtls only when testing is enabled by Renz Christian Bagaporo · 6 years ago
  54. f425ff1 Export the submodule flag to sub-cmakes by Andrzej Kurek · 6 years ago
  55. 346747c Force the usage of crypto submodule by Andrzej Kurek · 6 years ago
  56. d8167e8 Build from submodule by default (make, cmake) by Manuel Pégourié-Gonnard · 6 years ago
  57. 3d07ffa Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  58. e343505 Merge remote-tracking branch 'origin/pr/2473' into development by Jaeden Amero · 6 years ago
  59. d874a1f Remove zlib by Jaeden Amero · 6 years ago
  60. d832f18 Remove pkcs11-helper option by Jaeden Amero · 6 years ago
  61. 7346b31 Fix CMake build error on Cygwin and minGW platforms by Qixiang Xu · 6 years ago
  62. b78b300 tests: Test crypto via the crypto submodule by Jaeden Amero · 6 years ago
  63. 9afb2e9 Remove tests that depend on TLS or X.509 by Jaeden Amero · 6 years ago
  64. 30b340a crypto: Add mbedtls-psa as a submodule by Jaeden Amero · 6 years ago
  65. 4cb814e cmake: Use finer grained include directory by Jaeden Amero · 6 years ago
  66. d9eee3b Add library as valid header file location by Darryl Green · 6 years ago
  67. e46c329 restore missing operation to CMakeLists.txt by Nir Sonnenschein · 6 years ago
  68. b7ebbca compile time warning of 128bit ctr_drbg keys and standardized warnings by Nir Sonnenschein · 6 years ago
  69. 9540261 Incorporated code review comments by Mohammad Azim Khan · 7 years ago
  70. 037ec4b Replace tabs with spaces by Andrzej Kurek · 7 years ago
  71. 0211c32 Change the cpp test to be optional by Andrzej Kurek · 7 years ago
  72. 40741f8 Add a test with a cpp executable including all mbed TLS headers by Andrzej Kurek · 7 years ago
  73. 4ab8acd Merge remote-tracking branch 'public/pr/1075' into development by Simon Butcher · 7 years ago
  74. ebb6427 Merge remote-tracking branch 'public/pr/1646' into development by Simon Butcher · 7 years ago
  75. 2a1edac Change symlink to hardlink to avoid permission issues by Darryl Green · 7 years ago
  76. d75ee64 Fix out-of-tree testing symlinks on Windows by Darryl Green · 7 years ago
  77. b02f789 Merge remote-tracking branch 'public/pr/1470' into development by Simon Butcher · 7 years ago
  78. 45b79cf Treat warnings as errors for IAR by Azim Khan · 7 years ago
  79. e95092d Change the value of fno-sanitize-recover by Ron Eldor · 7 years ago
  80. c33c7c8 Copy DartConfiguration.tcl, needed for make memcheck by Gilles Peskine · 7 years ago
  81. be03836 Fix some comments regarding what files are symlinked by Gilles Peskine · 7 years ago
  82. fc458d0 Merge remote-tracking branch 'myfork/pr_1073' into development-proposed by Gilles Peskine · 7 years ago
  83. 8405257 Support out-of-tree testing with CMake by Gilles Peskine · 7 years ago
  84. a0188d6 Have doxygen run in the doxygen directory by Krzysztof Stachowiak · 7 years ago
  85. 3f8271e Support only new CLang version by Ron Eldor · 7 years ago
  86. 18b3c91 Address Azim's coments by Ron Eldor · 7 years ago
  87. 22d989c Suport clang version 3.8 by Ron Eldor · 7 years ago
  88. 533751f Use current source paths for config file creation command by VOLAT Matthieu 22923 · 7 years ago
  89. 9b3e3c4 Fix config of compiler warning flags with MSVC by Simon B · 8 years ago
  90. dc19221 Allow cmake 'out-of-source' builds by Andres AG · 8 years ago
  91. 45103f3 Changes multiline string (for CMake >3.0) to list (for CMake 2.8) by Simon Butcher · 9 years ago
  92. 1ceab6e Adds a check and warning for the null entropy option by Simon Butcher · 9 years ago
  93. 3ea7f52 Update interop tests to default configuration by Simon Butcher · 9 years ago
  94. e2681a4 Update default configuration by Janos Follath · 9 years ago
  95. c990189 Revert changes done to 'make apidoc' target by Manuel Pégourié-Gonnard · 9 years ago
  96. 1989caf Use a full config.h with doxygen by Manuel Pégourié-Gonnard · 9 years ago
  97. 824ba72 Only use -Wshadow with GCC 4.8 or higher by Manuel Pégourié-Gonnard · 9 years ago
  98. ea35666 Fix -Wshadow warnings by Manuel Pégourié-Gonnard · 9 years ago
  99. c98204e Fix missing break in switch for SSL presets by Manuel Pégourié-Gonnard · 9 years ago
  100. bcb0460 Fix bug with cmake and old version of GCC by Manuel Pégourié-Gonnard · 9 years ago