1. 7f2b98c Use demo_common.sh in dlopen test script by Gilles Peskine · 2 years ago
  2. 46c30b8 Pacify Pylint by Gilles Peskine · 5 years ago
  3. f4ae079 Make --quiet a little less quiet by Gilles Peskine · 5 years ago
  4. e1d4f9d Error out if run from the wrong directory by Gilles Peskine · 5 years ago
  5. 369f190 Add --quiet option to suppress demos' output by Gilles Peskine · 5 years ago
  6. 61ae791 Fix some mistakes in descriptive messages by Gilles Peskine · 5 years ago
  7. e721827 Minor readability improvements by Gilles Peskine · 5 years ago
  8. ec37a9b Explain why $root_dir needs a complicated calculation by Gilles Peskine · 5 years ago
  9. b1ec5cd Print only missing dependencies by Gilles Peskine · 5 years ago
  10. d9b3209 cleanup is part of the external interface by Gilles Peskine · 5 years ago
  11. 93aaf2e Run demo scripts in some builds by Gilles Peskine · 6 years ago
  12. 019416c Declare the dependencies of key_ladder_demo.sh by Gilles Peskine · 5 years ago
  13. b63e79d Let demo scripts declare their dependencies by Gilles Peskine · 5 years ago
  14. 1e18775 Demo scripts: create a seedfile if the configuration requires it by Gilles Peskine · 5 years ago
  15. d0a4dc8 Move common code of demo scripts into a library by Gilles Peskine · 5 years ago
  16. 2c8bbce Run demo scripts and check that they work by Gilles Peskine · 6 years ago
  17. b98d39c Merge pull request #7965 from gilles-peskine-arm/psa_inject_entropy-file-stability-2.28 by Gilles Peskine · 2 years, 1 month ago
  18. 1fc7116 Add missing dependencies on real entropy by Gilles Peskine · 2 years, 1 month ago
  19. 24d0124 Fix copypasta in function documentation by Gilles Peskine · 2 years, 1 month ago
  20. 581c6e1 MBEDTLS_PSA_INJECT_ENTROPY: ignore seed file by Gilles Peskine · 2 years, 3 months ago
  21. 58d0854 MBEDTLS_PSA_INJECT_ENTROPY: check the seed file UID by Gilles Peskine · 2 years, 3 months ago
  22. 154dadf MBEDTLS_PSA_INJECT_ENTROPY: check the lifecycle of the seed file by Gilles Peskine · 2 years, 3 months ago
  23. cf21e94 Modernize remove_seed_file() by Gilles Peskine · 2 years, 3 months ago
  24. 55e8998 Test MBEDTLS_PSA_INJECT_ENTROPY by Gilles Peskine · 2 years, 3 months ago
  25. bfda1a9 MBEDTLS_PSA_INJECT_ENTROPY: Skip incompatible tests by Gilles Peskine · 2 years, 3 months ago
  26. 4f8bf3c MBEDTLS_PSA_INJECT_ENTROPY: Make sure the seed file exist when running tests by Gilles Peskine · 2 years, 3 months ago
  27. 73521b0 Tests: provide necessary functions for MBEDTLS_PSA_INJECT_ENTROPY by Gilles Peskine · 2 years, 3 months ago
  28. 9a9d5ee Fix a build error when MBEDTLS_PSA_INJECT_ENTROPY is enabled by Gilles Peskine · 2 years, 3 months ago
  29. 668323c Merge pull request #7922 from AndrzejKurek/doxygen-bad-param-names-2-28 by Dave Rodgman · 2 years, 1 month ago
  30. db54dbd Fix \p misuses in documentation by Andrzej Kurek · 2 years, 1 month ago
  31. 532ec20 doxygen: \p commands misuse - review comments by Andrzej Kurek · 2 years, 3 months ago
  32. c00fb7f doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 2 years, 1 month ago
  33. 0cbfbd9 doxygen: fix misused \p commands in rsa.h by Andrzej Kurek · 3 years, 6 months ago
  34. 96ce1b0 doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 2 years, 1 month ago
  35. a490042 Fix documentation - parameter name mistakes by Andrzej Kurek · 3 years, 6 months ago
  36. a3d315a doxygen: remove unnecessary description by Andrzej Kurek · 3 years, 6 months ago
  37. 4e73afe Merge pull request #7907 from gowthamsk-arm/fix_ecp_group_compare by Gilles Peskine · 2 years, 1 month ago
  38. 21f2b7a tests/test_suite_ecp: Fix ECP group compare test by Gowtham Suresh Kumar · 2 years, 1 month ago
  39. 76a54ff Merge pull request #7901 from tgonzalezorlandoarm/tg/7879-backport by Gilles Peskine · 2 years, 1 month ago
  40. 814a14a Merge pull request #7897 from tgonzalezorlandoarm/7136-backport by Dave Rodgman · 2 years, 1 month ago
  41. 991c49f tests/test_suite_pem: Augment DES test cases with AES: PEM by Tomás González · 2 years, 1 month ago
  42. 5659981 ssl-opt.sh: support to parse --outcome-file by Yanray Wang · 2 years, 5 months ago
  43. b18d45f Merge pull request #7483 from gilles-peskine-arm/mbedtls_x509_crt_parse_path-qemu-bug-2.28 by Dave Rodgman · 2 years, 1 month ago
  44. dc1244d Merge pull request #6974 from davidhorstmann-arm/2.28-cmake-pass-through-config-defines by Paul Elliott · 2 years, 1 month ago
  45. f788a45 Merge pull request #7213 from sergio-nsk/patch-5 by Tom Cosgrove · 2 years, 1 month ago
  46. f8f4c60 Merge branch 'mbedtls-2.28' into mbedtls_x509_crt_parse_path-qemu-bug-2.28 by Dave Rodgman · 2 years, 1 month ago
  47. 31d5046 test-framework.md: document compat.sh by Yanray Wang · 2 years, 6 months ago
  48. 44ba969 compat.sh: add support to record outcome of test cases by Yanray Wang · 2 years, 6 months ago
  49. e992af6 Merge pull request #7585 from gilles-peskine-arm/fuzz-file-open-fail-2.28 by Dave Rodgman · 2 years, 1 month ago
  50. 0f386b7 compat.sh: call record_fail if test case fails by Yanray Wang · 2 years, 6 months ago
  51. 63b06a8 Add ChangeLog entry for CMake config defines by David Horstmann · 2 years, 1 month ago
  52. b8e6b66 Merge pull request #7868 from gilles-peskine-arm/readme-python3.6 by Dave Rodgman · 2 years, 1 month ago
  53. 58dda67 Use emptiness-checks rather than DEFINED checks by David Horstmann · 2 years, 6 months ago
  54. 6762231 Use CONFIG_H variable rather than config file name by David Horstmann · 2 years, 6 months ago
  55. 175afbd all.sh component to test cmake custom config file by David Horstmann · 2 years, 7 months ago
  56. 1a30cf7 Pass config file options to mbedtls_test(_helpers) by David Horstmann · 2 years, 7 months ago
  57. e31e287 Pass MBEDTLS_CONFIG_FILE defines through cmake by David Horstmann · 2 years, 7 months ago
  58. 09f198d Merge pull request #7876 from gilles-peskine-arm/code-style-since-2.28 by Dave Rodgman · 2 years, 1 month ago
  59. 7b78049 Handle deleted files correctly by Gilles Peskine · 2 years, 1 month ago
  60. 8ceeba4 Add --since option to check files modified since a given commit by Gilles Peskine · 2 years, 1 month ago
  61. 0f1053c Clean up subprocess invocation in get_src_files by Gilles Peskine · 2 years, 1 month ago
  62. 1e1600f Specify the minimum minor version of Python by Gilles Peskine · 2 years, 1 month ago
  63. 08efc3d Merge pull request #7854 from daverodgman/fix-unused-aes-2.28 by Dave Rodgman · 2 years, 1 month ago
  64. a3fc295 Merge pull request #7823 from SlugFiller/mbedtls-2.28 by Dave Rodgman · 2 years, 1 month ago
  65. fbcb5d4 Merge pull request #7850 from davidhorstmann-arm/2.28-fix-string-to-names-retcode by Tom Cosgrove · 2 years, 1 month ago
  66. 3fb807c Merge pull request #7761 from waleed-elmelegy-arm/crypt_and_hash-decrypt-fix_backport by Dave Rodgman · 2 years, 1 month ago
  67. f72b837 Fix order of endif comments by Dave Rodgman · 2 years, 1 month ago
  68. bf99828 Nicer formatting by Dave Rodgman · 2 years, 1 month ago
  69. 173227d Test combinations of macros for aes.o by Dave Rodgman · 2 years, 1 month ago
  70. 1d0033e Improve #endif comments by Dave Rodgman · 2 years, 1 month ago
  71. 1ce92e4 Correct #endif comments by Dave Rodgman · 2 years, 1 month ago
  72. a4a3373 Correct comments on #endif's by Dave Rodgman · 2 years, 1 month ago
  73. 94210b1 Compile fixes by Dave Rodgman · 2 years, 1 month ago
  74. bae79fa Add missing sha header includes to entropy.c by Dave Rodgman · 2 years, 1 month ago
  75. 1262315 Fix warnings re: unused variables in pkparse and pkwrite by Dave Rodgman · 2 years, 1 month ago
  76. f488c2c Add missing include for INT_MAX definition by Dave Rodgman · 2 years, 1 month ago
  77. c62e5c4 Update changelog for 2.28 by Dave Rodgman · 2 years, 1 month ago
  78. c34bea2 fix trailing whitespace by Dave Rodgman · 2 years, 1 month ago
  79. aac022d Changelog by Dave Rodgman · 2 years, 1 month ago
  80. 584b62f code style by Dave Rodgman · 2 years, 1 month ago
  81. 9d3b633 Fix comment by Dave Rodgman · 2 years, 1 month ago
  82. 5c047d9 More dependency fixes by Dave Rodgman · 2 years, 1 month ago
  83. 36c8e58 Fix unused variable by Dave Rodgman · 2 years, 1 month ago
  84. dbae184 Fix unused variable if MBEDTLS_AES_SETKEY_ENC_ALT and MBEDTLS_AES_DECRYPT_ALT set by Dave Rodgman · 2 years, 1 month ago
  85. 9b20aea Fix unused fn when MBEDTLS_AES_SETKEY_DEC_ALT and MBEDTLS_AES_SETKEY_ENC_ALT set by Dave Rodgman · 2 years, 1 month ago
  86. 1e6f770 Fix unused function when MBEDTLS_AES_SETKEY_ENC_ALT set by Dave Rodgman · 2 years, 1 month ago
  87. 1e8086b Add ChangeLog entry for string_to_names() fix by David Horstmann · 2 years, 1 month ago
  88. 5c019e0 Add regression testcase for string_to_names() by David Horstmann · 2 years, 1 month ago
  89. abaea61 Return an error when no name is parsed by David Horstmann · 2 years, 1 month ago
  90. 6a4af48 Replace struct access with local variable by Waleed Elmelegy · 2 years, 1 month ago
  91. e2d0614 Support compilation using CLang on Windows by SlugFiller · 2 years, 1 month ago
  92. 63b50b5 Merge pull request #7753 from lpy4105/backport-2.28/issue/renew_cert_2024-01-01 by Gilles Peskine · 2 years, 2 months ago
  93. e0dcd18 Merge pull request #7721 from DemiMarie/do-while-2.28 by Bence Szépkúti · 2 years, 2 months ago
  94. 001a052 Merge pull request #7712 from DemiMarie/backport-test-fix by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  95. 0e20741 Add a do-while loop around macros by Demi Marie Obenour · 2 years, 8 months ago
  96. 5d7cd01 x509parse tests: Replace TEST_ASSERT with TEST_EQUAL by Demi Marie Obenour · 2 years, 8 months ago
  97. cc51e8a Merge pull request #7798 from valeriosetti/backport-7614 by Gilles Peskine · 2 years, 2 months ago
  98. e20ec4f crypto_config_test_driver_extension: treat PUBLIC_KEY the same way as KEY_PAIR by Valerio Setti · 2 years, 2 months ago
  99. e1136d5 Update test-ca2.crt[.der] and server5.crt[.der] by Pengyu Lv · 2 years, 2 months ago
  100. d5f4039 Merge pull request #7739 from davidhorstmann-arm/2.28-fix-iar-typo by Gilles Peskine · 2 years, 2 months ago