1. bf4f408 Rework mbedtls_test_param_failed_get_state_buf() by Ronald Cron · 4 years, 11 months ago
  2. d8902b6 tests: Replace "TEST_ASSERT(!memcmp ...)" by ASSERT_COMPARE by Ronald Cron · 5 years ago
  3. a123614 tests: Move mbedtls_param_failed() to test common code by Ronald Cron · 5 years ago
  4. 579fd28 tests: Isolate mbedtls_param_failed() long jump by Ronald Cron · 5 years ago
  5. 76883ec tests: Isolate mbedtls_param_failed() call check by Ronald Cron · 5 years ago
  6. 4e66587 tests: Move mbedtls_param_failed() call location record by Ronald Cron · 5 years ago
  7. 55d97f2 tests: Remove usage of mbedtls_test_hexify for comparison by Ronald Cron · 5 years ago
  8. ac6ae35 tests: suites: Remove `hex` in name of variables of type data_t by Ronald Cron · 5 years ago
  9. ab500cb tests: Improve the documentation of mbedtls_test_unhexify() by Ronald Cron · 5 years ago
  10. 82ac38e Merge pull request #3438 from ronald-cron-arm/programs-use-common-test-code by Gilles Peskine · 5 years ago
  11. dd6bdb5 cmake: Add comment about mbedtls_test target by Ronald Cron · 5 years ago
  12. 961914d Merge pull request #3382 from stevew817/feature/volatile-keys-in-SE by Gilles Peskine · 5 years ago
  13. 00890e3 programs: psa: Link against mbedcrypto not mbedtls by Ronald Cron · 5 years ago
  14. 7d86616 Use mbedtls_test_unhexify in programs by Ronald Cron · 5 years ago
  15. a0c2539 Rework mbedtls_test_unhexify() by Ronald Cron · 5 years ago
  16. 9ed4073 tests: Get rid of mbedtls_test_unhexify() in unit test code by Ronald Cron · 5 years ago
  17. c7ba560 tests: ccm: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  18. df02eb0 tests: aes.ofb: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  19. 7370185 tests: nist_kw: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  20. 7e51271 tests: chacha20: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  21. 4030833 tests: hkdf: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  22. e85a2c3 tests: aria: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  23. 8dc0af2 programs: Link to tests common code by Ronald Cron · 5 years ago
  24. ddaf99c build: Add top-level mbedtls_test target by Ronald Cron · 5 years ago
  25. bfd45f1 programs: cmake: Use list of executables by Ronald Cron · 5 years ago
  26. 0b90c9d programs: cmake: Fix relative path warnings by Ronald Cron · 5 years ago
  27. 2773113 programs: ssl: cmake: Add missing executables by Ronald Cron · 5 years ago
  28. 5df1be9 programs: ssl: cmake: Reorder declaration of executables by Ronald Cron · 5 years ago
  29. f5ea29a tests: Improve naming of build common test variables by Ronald Cron · 5 years ago
  30. 6d3f20d Merge pull request #3337 from ronald-cron-arm/include_directories by Manuel Pégourié-Gonnard · 5 years ago
  31. 1cb2beb Merge pull request #3423 from niacat/sysctl-arnd by Manuel Pégourié-Gonnard · 5 years ago
  32. 8373c86 entropy: Adjust parameter type of internal function to avoid a cast by nia · 5 years ago
  33. e3fdcfa entropy: Avoid arithmetic on void pointer by nia · 5 years ago
  34. 04c6b61 Merge pull request #2639 from mpg/use-all-sh-checks-for-pre-push by Gilles Peskine · 5 years ago
  35. dda1045 Merge pull request #3419 from ndilieto/development by Gilles Peskine · 5 years ago
  36. 511bc8c add comment about potential future extension by Nicola Di Lieto · 5 years ago
  37. e81dc00 Merge pull request #3422 from niacat/net-sockets-fixes by Gilles Peskine · 5 years ago
  38. b1790af cmake: Add include directory policy documentation by Ronald Cron · 5 years ago
  39. 8552741 cmake: Remove global include directories by Ronald Cron · 5 years ago
  40. 67d4b55 cmake: Limit scope of 3rd party definitions by Ronald Cron · 5 years ago
  41. f19f312 cmake: Add 3rd party public include directories by Ronald Cron · 5 years ago
  42. 00f5b8c cmake: Compile everest code only if necessary by Ronald Cron · 5 years ago
  43. 72d849d cmake: Align declaration of include directory by Ronald Cron · 5 years ago
  44. c96d4e2 Merge pull request #3410 from mpg/make-coverage-script-deterministic by Gilles Peskine · 5 years ago
  45. 5430447 Adjust comments about SEED synchronisation by Manuel Pégourié-Gonnard · 5 years ago
  46. 25c7dbe Merge pull request #3435 from paul-elliott-arm/fix_dangerous_parameters by Manuel Pégourié-Gonnard · 5 years ago
  47. f4d9f21 entropy: Rename sysctl_wrapper to sysctl_arnd_wrapper by nia · 5 years ago
  48. 0c00407 Merge pull request #3430 from bensze01/license by Janos Follath · 5 years ago
  49. fa68609 Declare unused parameter by Steven Cooreman · 5 years ago
  50. d335f2b Merge pull request #3421 from niacat/posix_c_source by Manuel Pégourié-Gonnard · 5 years ago
  51. b77fad8 test_suite_x509parse.function improvement by Nicola Di Lieto · 5 years ago
  52. c84b1e6 Pass "certificate policies" extension to callback by Nicola Di Lieto · 5 years ago
  53. 8c1e759 Documentation and new function signature update by Steven Cooreman · 5 years ago
  54. 14b8184 Added missing newline in changelog entry by Steven Cooreman · 5 years ago
  55. 74161ce Clarify behaviour of psa_validate_key_location by Steven Cooreman · 5 years ago
  56. 00106a1 Minor edit to comply with pointer naming standard by Steven Cooreman · 5 years ago
  57. f5a5e45 Refactor equality-testing asserts in SE driver tests to TEST_EQUAL by Steven Cooreman · 5 years ago
  58. de18338 Add changelog entry for #3382 by Steven Cooreman · 5 years ago
  59. 81fe7c3 Split 'validate persistent key parameters' into independent validation by Steven Cooreman · 5 years ago
  60. a50f283 Add test to check key ID's from the vendor range are accepted by Steven Cooreman · 5 years ago
  61. c4b6656 Merge pull request #3405 from AndrzejKurek/variable-buffers-cid-serialization by danh-arm · 5 years ago
  62. 392faa2 Merge pull request #2669 from RonEld/iotssl_2864 by Gilles Peskine · 5 years ago
  63. b657783 Update iv and len context pointers manually when reallocating buffers by Andrzej Kurek · 5 years ago
  64. 8697465 Add Apache-2.0 headers to all source files by Bence Szépkúti · 5 years ago
  65. 6a81eb6 Remove Dangerous Parameter Passing by Paul Elliott · 5 years ago
  66. 9dfcae8 Merge pull request #3426 from paul-elliott-arm/resource_leak by Manuel Pégourié-Gonnard · 5 years ago
  67. c7da1fe Add Apache-2.0 headers to all scripts by Bence Szépkúti · 5 years ago
  68. 700ee44 Add missing copyright dates to scripts and sources by Bence Szépkúti · 5 years ago
  69. b21b1f5 Merge pull request #3387 from ronald-cron-arm/tests-common-code by Manuel Pégourié-Gonnard · 5 years ago
  70. a92e3de Merge pull request #873 from hanno-arm/ssl_write_client_hello by Manuel Pégourié-Gonnard · 5 years ago
  71. 65d8c26 Show failure in ssl-opts.sh when key export fails by Ron Eldor · 6 years ago
  72. ff1825e Add changelog entry by Ronald Cron · 5 years ago
  73. 6c5bd7f tests: Reformating due to rnd_* renaming by Ronald Cron · 5 years ago
  74. 351f0ee tests: Add mbedtls_test_ prefix to rnd_* symbols by Ronald Cron · 5 years ago
  75. 2dbba99 tests: Reformating due to hexcmp() renaming by Ronald Cron · 5 years ago
  76. de70b16 tests: Add mbedtls_test_ prefix to hexcmp() by Ronald Cron · 5 years ago
  77. f73ab00 tests: Reformating due to unhexify_alloc() renaming by Ronald Cron · 5 years ago
  78. a256c70 tests: Add mbedtls_test_ prefix to unhexify_alloc() by Ronald Cron · 5 years ago
  79. 690f3eb tests: Add mbedtls_test_ prefix to zero_alloc() by Ronald Cron · 5 years ago
  80. ff31eab tests: Reformating due to *hexify functions renaming by Ronald Cron · 5 years ago
  81. 72d628f tests: Add mbedtls_test_ prefix to *hexify functions by Ronald Cron · 5 years ago
  82. e9c09f1 tests: Add mbedtls_test_ prefix to platform_* functions by Ronald Cron · 5 years ago
  83. 2058d56 tests: Move random helper functions by Ronald Cron · 5 years ago
  84. b7eb67f tests: Add random.c and random.h files by Ronald Cron · 5 years ago
  85. f40529d tests: Move generic helper functions by Ronald Cron · 5 years ago
  86. b6d6d4c tests: Add helpers.c and helpers.h files by Ronald Cron · 5 years ago
  87. 6f1eda7 Fix for resource leak in test_suite_ssl by Paul Elliott · 5 years ago
  88. ecef1dd Add ChangeLog.d entry for PR3421 by nia · 5 years ago
  89. 1c0c837 Define _POSIX_C_SOURCE to be 200112L, as a minimum for C99. by nia · 5 years ago
  90. 6777dcb Add ChangeLog.d entry for kern.arandom support. by nia · 5 years ago
  91. 9f5312c entropy: Add support for BSD sysctl(KERN_ARND) by nia · 5 years ago
  92. 508e21c Add ChangeLog.d entry for #3422 by nia · 5 years ago
  93. 7eb0e62 ssl_mail_client: Define _XOPEN_SOURCE=600 for gethostname by nia · 5 years ago
  94. 0b01fd9 net_sockets: Fix building on NetBSD 9.0 by nia · 5 years ago
  95. b7b35e1 Align with check-like function return value convention by Ronald Cron · 5 years ago
  96. 5ee5707 ssl_client: Align line breaking with MBEDTLS_SSL_DEBUG_* by Ronald Cron · 5 years ago
  97. 5b66d44 Merge pull request #3195 from paul-elliott-arm/development by Janos Follath · 5 years ago
  98. 849930a tests: Move generic macros to macros.h by Ronald Cron · 5 years ago
  99. 4b8b199 tests: Add macros.h include file by Ronald Cron · 5 years ago
  100. f91c495 tests: helpers: Update static qualifiers by Ronald Cron · 5 years ago