1. 3c62693 Merge pull request #4701 from gilles-peskine-arm/make_generated_files-non_english-3.0 by Ronald Cron · 2 years, 9 months ago
  2. 218dec8 Document that returning 0 from the recv callback means EOF by Hanno Becker · 2 years, 9 months ago
  3. fadbdbb Store TLS version in SSL session structure by Hanno Becker · 2 years, 9 months ago
  4. 41ffae1 Fix incorrect function documentation by Paul Elliott · 2 years, 9 months ago
  5. 26f4aef Remove aead_verify call from test driver by Paul Elliott · 2 years, 9 months ago
  6. ed08cf8 Add safety check to chachapoly finish by Paul Elliott · 2 years, 9 months ago
  7. 2fe5db8 Fix passing wrong tag size to GCM finish by Paul Elliott · 2 years, 9 months ago
  8. 99f548d Fix format issues with check nonce size by Paul Elliott · 2 years, 9 months ago
  9. ebf9163 Move set nonce / set length tests to positive test by Paul Elliott · 2 years, 9 months ago
  10. 329d538 Add 0 length part tests by Paul Elliott · 2 years, 9 months ago
  11. 243080c Clarify comments on state test. by Paul Elliott · 2 years, 9 months ago
  12. 97fd1ba Convert over to using a single internal test func by Paul Elliott · 2 years, 9 months ago
  13. 3b9bea0 Merge pull request #4750 from yutotakano/fix-reserved-identifier-clash by Gilles Peskine · 2 years, 9 months ago
  14. 5d26efd Add ChangeLog entry by Hanno Becker · 2 years, 9 months ago
  15. 0379942 Explicitly mark mbedtls_ssl_config.respect_cli_pref as private by Hanno Becker · 2 years, 9 months ago
  16. 95832d8 Explicitly mark mbedtls_ssl_session.exported as private by Hanno Becker · 2 years, 9 months ago
  17. d8d1932 Fix mixup about the directory containing the success indicator file by Gilles Peskine · 2 years, 9 months ago
  18. dfce58f Merge pull request #4753 from JoeSubbiani/TestBlockSizes_dev by Ronald Cron · 2 years, 9 months ago
  19. 6ee3b7e More robust failure detection for the coverage report generation by Gilles Peskine · 2 years, 9 months ago
  20. b969570 Explain the final error checking by Gilles Peskine · 2 years, 9 months ago
  21. 315628d Remove internal aead_verify endpoint by Paul Elliott · 2 years, 9 months ago
  22. 32925b9 Make sure unused parts of tag buffer are cleared by Paul Elliott · 2 years, 9 months ago
  23. e0fcb3b Add 'too big' tests for nonce generation by Paul Elliott · 2 years, 9 months ago
  24. d85f547 Add expected size to nonce generation test by Paul Elliott · 2 years, 9 months ago
  25. 374a2be Add missing state test coverage by Paul Elliott · 2 years, 9 months ago
  26. 481be34 Make state tests more readable by Paul Elliott · 2 years, 9 months ago
  27. 96b0173 Add common nonce checking to oneshot encrypt by Paul Elliott · 2 years, 9 months ago
  28. a561444 Add missing space by Paul Elliott · 2 years, 9 months ago
  29. a1c9fbe Merge pull request #4626 from SiliconLabs/arch_silabs_3399 by Gilles Peskine · 2 years, 9 months ago
  30. 3daaea8 Changing the places of the mbedtls_test_hook_test_fail callback declaration by TRodziewicz · 2 years, 9 months ago
  31. ac6cc9f Merge pull request #4784 from gilles-peskine-arm/psa-storage-format-test-strategy-20210511-3.0 by Ronald Cron · 2 years, 9 months ago
  32. 8ec3c8f Do not require test data to be in the repository by Gilles Peskine · 3 years ago
  33. b91f81a Discuss lifetimes, in particular persistence levels by Gilles Peskine · 3 years ago
  34. 77f8e5c Add considerations on key material representations by Gilles Peskine · 3 years ago
  35. d131e40 Clarification: forward and backward compatibility by Gilles Peskine · 3 years ago
  36. f31c6c1 Typo by Gilles Peskine · 3 years ago
  37. 12c7741 Removing unneded extern declaration of a callback and including common.h where the cb is needed by TRodziewicz · 2 years, 9 months ago
  38. 5ccdc55 Remove trailing whitespace by Joe Subbiani · 2 years, 9 months ago
  39. 113d80c Simplify the test and description by Joe Subbiani · 2 years, 9 months ago
  40. 64df5f8 Add Changelog entry by Paul Elliott · 2 years, 9 months ago
  41. a417f56 Add non regression test for cipher output size by Paul Elliott · 2 years, 9 months ago
  42. 6603e2b Add fix to update output size macro as well. by Paul Elliott · 2 years, 10 months ago
  43. c22950c Change PSA Cipher macro safety to use block length by Paul Elliott · 2 years, 10 months ago
  44. 554e64e Add a changelog for Armmbed#4626 by Archana · 2 years, 9 months ago
  45. ff58686 Add ChangeLog entry for reserved identifier replacments by Yuto Takano · 2 years, 9 months ago
  46. 538a0cb Replace `_RR` with `prec_RR` to prevent reserved identifier clashes by Yuto Takano · 2 years, 9 months ago
  47. c9890e9 Rewording comments by TRodziewicz · 2 years, 9 months ago
  48. fc70b52 Save the coverage report to a file by Gilles Peskine · 2 years, 9 months ago
  49. bbced87 Show the udp_proxy seed in the console log by Gilles Peskine · 2 years, 9 months ago
  50. a3d2264 Only run an unbridled parallel make (make -j) if MAKEFLAGS is unset by Gilles Peskine · 2 years, 9 months ago
  51. 6ee3bc0 Fix typo in test dependencies by Gilles Peskine · 2 years, 9 months ago
  52. e9ad95a Error out if enumerating the generated data files fails by Gilles Peskine · 2 years, 9 months ago
  53. 8b427c8 Use python3 when building on non-Windows for Windows by Gilles Peskine · 2 years, 9 months ago
  54. 5df77c6 Fix race condition when running generate_psa_tests.py by Gilles Peskine · 2 years, 9 months ago
  55. bf4d0ce Remove obsolete MBEDTLS_xxx dependencies by Gilles Peskine · 2 years, 9 months ago
  56. 829fe70 Correction to callback declaration and usage by TRodziewicz · 2 years, 9 months ago
  57. 18cddc0 Reverting comments deleted in previous PR by TRodziewicz · 2 years, 9 months ago
  58. 568f53a Don't unconditionally restore **/Makefile by Gilles Peskine · 2 years, 9 months ago
  59. f83eb82 Don't restore *config.h before backing it up by Gilles Peskine · 4 years, 1 month ago
  60. 03ab544 Generate cpp_cummy_build.cpp dynamically by Gilles Peskine · 2 years, 9 months ago
  61. 7238503 Heed --quiet when running make generated_files by Gilles Peskine · 2 years, 10 months ago
  62. 88a0745 Remove barely-used redirect functions by Gilles Peskine · 2 years, 10 months ago
  63. aca0b32 Keep going after a shell "[" a.k.a. "test" fails by Gilles Peskine · 4 years ago
  64. c590611 Add requested montgomery curve tests by Archana · 2 years, 9 months ago
  65. 36c8ddc Replace `_B` with `B` to prevent reserved identifier clashes by Yuto Takano · 2 years, 10 months ago
  66. 8584f5b test: psa: Improve description of curve 448 tests by Archana · 2 years, 9 months ago
  67. 277572f Fix coding style issue by Archana · 2 years, 9 months ago
  68. ef6aa5c Support Curve448 via the PSA API by Archana · 2 years, 11 months ago
  69. 1d2e2bb Add missing Curve448 support for PSA keys by Archana · 2 years, 11 months ago
  70. c3366a4 Added mis-removed test and removed unneeded tests by TRodziewicz · 2 years, 9 months ago
  71. 299510e Correction to comments and changelog removed by TRodziewicz · 2 years, 9 months ago
  72. 7871c2e Adding new macro for tests failing by TRodziewicz · 2 years, 10 months ago
  73. da36c9f Improve Code Style by Joe Subbiani · 2 years, 9 months ago
  74. 3fa1673 Fix grammar suggesting an upper bound on MAX_CONTENT_LEN by Yuto Takano · 2 years, 9 months ago
  75. ac694b9 Merge pull request #4754 from mpg/fix-overly-aggressive-udp-proxy by Gilles Peskine · 2 years, 9 months ago
  76. 4999152 Merge pull request #4764 from davidhorstmann-arm/development by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  77. c2e22ee Remove code that is useless now that components run in a subshell by Gilles Peskine · 4 years, 1 month ago
  78. b80f0d2 Complain if an unsupported component is explicitly requested by Gilles Peskine · 4 years, 1 month ago
  79. a681c59 Better not function by Gilles Peskine · 4 years, 1 month ago
  80. fec30cb Fix double reporting when the last command of a function fails by Gilles Peskine · 4 years, 1 month ago
  81. 1f0cdaf Stop dispatching through obsolete functions by Gilles Peskine · 2 years, 10 months ago
  82. f7e956c component_test_cmake_out_of_source: simplify and fix error handling by Gilles Peskine · 4 years, 1 month ago
  83. 3664780 Detect errors on the left-hand side of a pipeline by Gilles Peskine · 4 years, 1 month ago
  84. ce266c4 Run each component in a subshell and handle errors more robustly by Gilles Peskine · 4 years, 1 month ago
  85. 5d99682 Add --error-test option to test error detection and reporting by Gilles Peskine · 4 years, 1 month ago
  86. 62cf2e8 Switch all.sh to bash by Gilles Peskine · 4 years, 1 month ago
  87. 9c09d55 Raise max_content_len constraint by one in Connection ID tests by Yuto Takano · 2 years, 10 months ago
  88. bc87b1d Add content length constraint to tests that use max_frag_len by Yuto Takano · 2 years, 10 months ago
  89. 93213f6 Remove test cases and update power 2 check by Joe Subbiani · 2 years, 10 months ago
  90. 44f6390 Remove redundant hash len check by David Horstmann · 2 years, 10 months ago
  91. 07704c0 Merge pull request #4752 from mpg/fix-memleak-in-ssl-test by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  92. a02003b Fix divide by zero if macro used with wrong key by Paul Elliott · 2 years, 10 months ago
  93. 95d65c7 Merge pull request #4756 from gilles-peskine-arm/generate_psa_tests-speedup-3.0 by Gilles Peskine · 2 years, 10 months ago
  94. 45f2a40 Speed up the generation of storage format test cases by Gilles Peskine · 2 years, 10 months ago
  95. f2d1199 Merge pull request #846 from ARMmbed/mbedtls-3.0.0_merge_into_release by Dave Rodgman · 2 years, 10 months ago
  96. 458280e Correction to outdated comment by TRodziewicz · 2 years, 10 months ago
  97. e5306f6 Use distinct variables for distinct purposes by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  98. 45419c1 Revert "Add auto-generated files" by Dave Rodgman · 2 years, 10 months ago
  99. 8a3b232 Revert "Add additional generated files" by Dave Rodgman · 2 years, 10 months ago
  100. fc46318 Change test suite duplicate descriptions by Joe Subbiani · 2 years, 10 months ago