1. 9713e13 Remove unnecessary cast by Manuel Pégourié-Gonnard · 5 years ago
  2. baccf80 Improve some comments and internal documentation by Manuel Pégourié-Gonnard · 5 years ago
  3. c321900 Fix suboptimal use of ASSER_ALLOC() by Manuel Pégourié-Gonnard · 5 years ago
  4. ca8287c Use test_set_step() in loop in cf_hmac test by Manuel Pégourié-Gonnard · 5 years ago
  5. ed0e864 Factor repeated condition to its own macro by Manuel Pégourié-Gonnard · 5 years ago
  6. 7a8b1e6 Implement cf_hmac() actually with constant flow by Manuel Pégourié-Gonnard · 5 years ago
  7. 9670a59 Start testing cf_hmac() for constant flow by Manuel Pégourié-Gonnard · 5 years ago
  8. 6240def Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
  9. 65a6fa3 Make cf_hmac() STATIC_TESTABLE by Manuel Pégourié-Gonnard · 5 years ago
  10. 8aa29e3 Use existing implementation of cf_hmac() by Manuel Pégourié-Gonnard · 5 years ago
  11. 045f094 Add dummy constant-flow HMAC function with tests by Manuel Pégourié-Gonnard · 5 years ago
  12. 2df1f1f Factor repeated preprocessor condition to a macro by Manuel Pégourié-Gonnard · 5 years ago
  13. 8ed8694 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 5 years ago
  14. 642a4ef Merge pull request #3463 from gilles-peskine-arm/tests-not-executed by Gilles Peskine · 5 years ago
  15. 2426506 Merge pull request #3458 from gilles-peskine-arm/analyze_outcomes-count_test_cases-1 by Gilles Peskine · 5 years ago
  16. 74ff13c Merge pull request #3479 from okhowang/format-signedness by Janos Follath · 5 years ago
  17. 0cd8e0f Only pass -Wformat-signedness to versions of GCC that support it. by okhowang(王沛文) · 5 years ago
  18. 527b878 Merge pull request #3454 from gilles-peskine-arm/include-common-h-development by Manuel Pégourié-Gonnard · 5 years ago
  19. bbb3664 Documentation improvements by Gilles Peskine · 5 years ago
  20. e1c4362 Remove redundant assignment by Gilles Peskine · 5 years ago
  21. 76dd3aa Add comments explaining include paths by Gilles Peskine · 5 years ago
  22. 280165c Library files aren't supposed to be executable by Gilles Peskine · 5 years ago
  23. dedff7a CMake: Include the library directory for the sake of 3rdparty by Gilles Peskine · 5 years ago
  24. 3ca8a92 Factor common library properties by Gilles Peskine · 5 years ago
  25. bfbdca8 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 5 years ago
  26. 0d72165 Fix erroneous skip of test cases for disabled ciphersuites by Gilles Peskine · 5 years ago
  27. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  28. 66c3dc4 Include the library directory for the sake of 3rdparty by Gilles Peskine · 5 years ago
  29. 41f2011 Merge pull request #713 from ARMmbed/merge-2.23.0-release-to-development by Janos Follath · 5 years ago
  30. be9a575 Merge tag 'mbedtls-2.23.0' into merge-2.23.0-release-to-development by Janos Follath · 5 years ago
  31. 3ede173 Merge pull request #710 from ARMmbed/mbedtls-2.23.0r0-pr by Janos Follath · 5 years ago mbedtls-2.23.0 v2.23.0
  32. 13cba68 Update ChangeLog header. by Janos Follath · 5 years ago
  33. 0435cd8 Bump version to Mbed TLS 2.23.0 by Janos Follath · 5 years ago
  34. 1959010 Assemble changelog by Janos Follath · 5 years ago
  35. 82ac38e Merge pull request #3438 from ronald-cron-arm/programs-use-common-test-code by Gilles Peskine · 5 years ago
  36. dd6bdb5 cmake: Add comment about mbedtls_test target by Ronald Cron · 5 years ago
  37. 7eefa22 Fix copypasta in test case descriptions by Gilles Peskine · 5 years ago
  38. b20b873 Remove metadata tests for features that are not implemented by Gilles Peskine · 5 years ago
  39. af9dbc9 Fix dependency in PSA test cases by Gilles Peskine · 5 years ago
  40. a911b32 Fix dependency in AES GCM test case by Gilles Peskine · 5 years ago
  41. 961914d Merge pull request #3382 from stevew817/feature/volatile-keys-in-SE by Gilles Peskine · 5 years ago
  42. 3d863f2 Document the fields of TestCasesOutcomes by Gilles Peskine · 5 years ago
  43. 8d3c70a Check test case coverage by Gilles Peskine · 5 years ago
  44. 15c2cbf New script for test outcome analysis by Gilles Peskine · 5 years ago
  45. 6f6ff33 check_test_cases: move some functions into the logical class by Gilles Peskine · 5 years ago
  46. 78c45db check_test_cases: move "walk" functions into a class by Gilles Peskine · 5 years ago
  47. 00890e3 programs: psa: Link against mbedcrypto not mbedtls by Ronald Cron · 5 years ago
  48. 7d86616 Use mbedtls_test_unhexify in programs by Ronald Cron · 5 years ago
  49. a0c2539 Rework mbedtls_test_unhexify() by Ronald Cron · 5 years ago
  50. 9ed4073 tests: Get rid of mbedtls_test_unhexify() in unit test code by Ronald Cron · 5 years ago
  51. c7ba560 tests: ccm: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  52. df02eb0 tests: aes.ofb: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  53. 7370185 tests: nist_kw: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  54. 7e51271 tests: chacha20: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  55. 4030833 tests: hkdf: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  56. e85a2c3 tests: aria: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  57. 8dc0af2 programs: Link to tests common code by Ronald Cron · 5 years ago
  58. ddaf99c build: Add top-level mbedtls_test target by Ronald Cron · 5 years ago
  59. bfd45f1 programs: cmake: Use list of executables by Ronald Cron · 5 years ago
  60. 0b90c9d programs: cmake: Fix relative path warnings by Ronald Cron · 5 years ago
  61. 2773113 programs: ssl: cmake: Add missing executables by Ronald Cron · 5 years ago
  62. 5df1be9 programs: ssl: cmake: Reorder declaration of executables by Ronald Cron · 5 years ago
  63. f5ea29a tests: Improve naming of build common test variables by Ronald Cron · 5 years ago
  64. 6d3f20d Merge pull request #3337 from ronald-cron-arm/include_directories by Manuel Pégourié-Gonnard · 5 years ago
  65. d34e9e4 check_test_cases: parametrize iteration functions by the action by Gilles Peskine · 5 years ago
  66. a805c4d Add ChangeLog entry for #3319: fix typo in test by Janos Follath · 5 years ago
  67. 0b84981 Add ChangeLog entry for #3311: fix uninitialised variable by Janos Follath · 5 years ago
  68. 3ec2e4a Add ChangeLog entry for #3239: win2k net support by Janos Follath · 5 years ago
  69. 8a43bd1 Add ChangeLog entry for #3217: avoid re-assignment by Janos Follath · 5 years ago
  70. f8f5026 Add ChangeLog entry for #3147: MSVC flags by Janos Follath · 5 years ago
  71. fb4f933 Rename Python scripts to use '_' and not '-' by Gilles Peskine · 5 years ago
  72. 68a9851 basic-in-docker: call all.sh for sanity checks by Gilles Peskine · 5 years ago
  73. db61c35 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 5 years ago
  74. 4d18849 Merge branch 'development-restricted' into mbedtls-2.23.0r0 by Janos Follath · 5 years ago
  75. 1cb2beb Merge pull request #3423 from niacat/sysctl-arnd by Manuel Pégourié-Gonnard · 5 years ago
  76. 8373c86 entropy: Adjust parameter type of internal function to avoid a cast by nia · 5 years ago
  77. e3fdcfa entropy: Avoid arithmetic on void pointer by nia · 5 years ago
  78. 04c6b61 Merge pull request #2639 from mpg/use-all-sh-checks-for-pre-push by Gilles Peskine · 5 years ago
  79. 1c7d54a Merge pull request #700 from mpg/l13-hw-starts-finish-restricted by Manuel Pégourié-Gonnard · 5 years ago
  80. dda1045 Merge pull request #3419 from ndilieto/development by Gilles Peskine · 5 years ago
  81. 511bc8c add comment about potential future extension by Nicola Di Lieto · 5 years ago
  82. e81dc00 Merge pull request #3422 from niacat/net-sockets-fixes by Gilles Peskine · 5 years ago
  83. b1790af cmake: Add include directory policy documentation by Ronald Cron · 5 years ago
  84. 8552741 cmake: Remove global include directories by Ronald Cron · 5 years ago
  85. 3b46f9e Merge pull request #693 from mpg/ecp-mul-null-rng-dev-restricted by Janos Follath · 5 years ago
  86. 67d4b55 cmake: Limit scope of 3rd party definitions by Ronald Cron · 5 years ago
  87. f19f312 cmake: Add 3rd party public include directories by Ronald Cron · 5 years ago
  88. 00f5b8c cmake: Compile everest code only if necessary by Ronald Cron · 5 years ago
  89. 72d849d cmake: Align declaration of include directory by Ronald Cron · 5 years ago
  90. c96d4e2 Merge pull request #3410 from mpg/make-coverage-script-deterministic by Gilles Peskine · 5 years ago
  91. 5430447 Adjust comments about SEED synchronisation by Manuel Pégourié-Gonnard · 5 years ago
  92. 25c7dbe Merge pull request #3435 from paul-elliott-arm/fix_dangerous_parameters by Manuel Pégourié-Gonnard · 5 years ago
  93. f4d9f21 entropy: Rename sysctl_wrapper to sysctl_arnd_wrapper by nia · 5 years ago
  94. 1215c54 Add length check in ecp_drbg_seed() by Manuel Pégourié-Gonnard · 5 years ago
  95. 0c00407 Merge pull request #3430 from bensze01/license by Janos Follath · 5 years ago
  96. fa68609 Declare unused parameter by Steven Cooreman · 5 years ago
  97. d335f2b Merge pull request #3421 from niacat/posix_c_source by Manuel Pégourié-Gonnard · 5 years ago
  98. 4539a45 Use fixed-length encoding for internal RNG seed by Manuel Pégourié-Gonnard · 5 years ago
  99. b77fad8 test_suite_x509parse.function improvement by Nicola Di Lieto · 5 years ago
  100. c84b1e6 Pass "certificate policies" extension to callback by Nicola Di Lieto · 5 years ago