1. 2c2c177 Add a changelog entry for the ChaCha20 default behavior change by Andrzej Kurek · 3 years, 8 months ago
  2. e672820 Add a missing test case to ChaCha20 tests - decrypt empty buffer by Andrzej Kurek · 3 years, 8 months ago
  3. d353043 Return an error for IV lengths other than 12 with ChaCha20+Poly1305 by Andrzej Kurek · 3 years, 8 months ago
  4. 5375fd9 Return an error for IV lengths other than 12 with ChaCha20 by Andrzej Kurek · 3 years, 8 months ago
  5. ebe6caa Merge pull request #5089 from ronald-cron-arm/psa-test-driver by Gilles Peskine · 3 years, 8 months ago
  6. 9ecdd97 psa: Fix obsolete code guard by Ronald Cron · 3 years, 9 months ago
  7. bdea4d4 psa: Fix and improve comments by Ronald Cron · 3 years, 9 months ago
  8. 0962370 all.sh: psa: Add cipher acceleration test component by Ronald Cron · 3 years, 10 months ago
  9. f7e483c all.sh: psa: Add hash acceleration test component by Ronald Cron · 4 years, 3 months ago
  10. 9130ead tests: psa: Add dependencies on built-in hash by Ronald Cron · 3 years, 10 months ago
  11. ef14af0 tests: psa: Refine choice of default hash algorithm for signature by Ronald Cron · 4 years ago
  12. d2c53e6 all.sh: psa: Add ECDSA and RSA signature acceleration component by Ronald Cron · 3 years, 11 months ago
  13. d98ec4b psa: Fix some dependencies in config_psa.h by Ronald Cron · 4 years, 3 months ago
  14. 0d5a27b psa: Fix Mbed TLS hash operation definition by Ronald Cron · 3 years, 10 months ago
  15. cfc3c7b psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
  16. b814bda Move to separately compiled PSA test driver library by Ronald Cron · 3 years, 11 months ago
  17. df885c0 tests: Add build of a PSA test driver library by Ronald Cron · 4 years, 3 months ago
  18. 7b7854e tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
  19. d54303d psa: test driver: Move driver test entry points prototypes by Ronald Cron · 4 years, 4 months ago
  20. 088d5d0 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
  21. 485559e psa: Fix unused variable warnings by Ronald Cron · 4 years, 3 months ago
  22. 7207d57 psa: asymmetric_encrypt/decrypt: Improve error code consistency by Ronald Cron · 4 years ago
  23. 2091eed psa: driver: Reduce the scope of test driver entry points by Ronald Cron · 4 years, 4 months ago
  24. 3a95d2b psa: Fix the size of hash buffers by Ronald Cron · 3 years, 10 months ago
  25. 0859fe2 psa: Fix hash max sizes by Ronald Cron · 3 years, 10 months ago
  26. 0c677c2 psa: Fix hash and mac operation type by Ronald Cron · 4 years, 4 months ago
  27. fefa458 tests: psa: Fix guards by Ronald Cron · 4 years, 1 month ago
  28. 41f2750 tests: psa: Fix the dependencies on some driver wrappers fallback tests by Ronald Cron · 4 years, 4 months ago
  29. a23d9bb tests: psa: Fix MD5 support not available dependencies by Ronald Cron · 3 years, 10 months ago
  30. 92becc6 tests: ssl: Add misssing dependencies on SHA-1 by Ronald Cron · 3 years, 10 months ago
  31. ae2e4a7 tests: Fix x509parse test dependency by Ronald Cron · 4 years ago
  32. f7e83d5 tests: psa: Remove wrong test function dependencies by Ronald Cron · 4 years, 4 months ago
  33. 4bcccc6 tests: psa driver: Align RSA/ECP sign/verify hash dispatch by Ronald Cron · 4 years, 4 months ago
  34. a2dbe66 tests: psa: driver: mac: Remove opaque entry points in library by Ronald Cron · 4 years, 1 month ago
  35. dbfc651 Merge pull request #5232 from gilles-peskine-arm/dlopen-test-2.x by Gilles Peskine · 3 years, 8 months ago
  36. 005887d Merge pull request #5231 from ronald-cron-arm/psa-opaque-key-checks-2.x by Gilles Peskine · 3 years, 8 months ago
  37. 3f5c223 Merge pull request #5235 from paul-elliott-arm/fix_test_suite_ssl_2.x by Gilles Peskine · 3 years, 8 months ago
  38. 14148c4 Fix Changelog by Paul Elliott · 3 years, 8 months ago
  39. 9545786 Fix compilation errors. by Paul Elliott · 3 years, 8 months ago
  40. 6fa5c1d Use the normal idiom to support MBEDTLS_CONFIG_FILE by Gilles Peskine · 3 years, 8 months ago
  41. 8e8e965 Fix dynamic library extension on macOS by Gilles Peskine · 3 years, 9 months ago
  42. eea9c74 More explicit output for the test program by Gilles Peskine · 3 years, 9 months ago
  43. 3dbb3e7 Avoid undefined variable warning without MBEDTLS_MD_C by Gilles Peskine · 3 years, 9 months ago
  44. 99d8486 Use CMake's knowledge of what system library has dlopen() by Gilles Peskine · 3 years, 9 months ago
  45. 507c787 Don't build dlopen when building for Windows by Gilles Peskine · 3 years, 9 months ago
  46. 71fcb3c Only link with libdl on Linux by Gilles Peskine · 3 years, 9 months ago
  47. 27482f1 Run the dlopen test in shared library builds by Gilles Peskine · 3 years, 9 months ago
  48. e943353 New test app for dynamic loading of libmbed* with dlopen by Gilles Peskine · 3 years, 9 months ago
  49. f8f425d psa: Remove psa_key_slot_is_external() by Ronald Cron · 4 years ago
  50. 41e8006 psa: Remove buggy report of RSA public exponent for opaque keys by Ronald Cron · 4 years ago
  51. 0518f61 psa: Fix slot number key attribute by Ronald Cron · 4 years ago
  52. 8a0466a Clarify psa_get_and_lock_transparent_key_slot_with_policy() purpose by Ronald Cron · 4 years ago
  53. c668de6 Merge pull request #5200 from AndrzejKurek/fix-getting-started-2_x by Gilles Peskine · 3 years, 8 months ago
  54. 3107b33 Merge pull request #5154 from gabor-mezei-arm/3649_bp2x_move_constant_time_functions_into_separate_module by Gilles Peskine · 3 years, 8 months ago
  55. 989a4e9 Merge pull request #5132 from openluopworld/origin/development_2.x by Gilles Peskine · 3 years, 9 months ago
  56. b80aa7c Merge pull request #5214 from tom-cosgrove-arm/pr5105_2.x by Gilles Peskine · 3 years, 9 months ago
  57. 8100bf5 further improvements to sha256 docs by Tom Cosgrove · 3 years, 9 months ago
  58. bcd2f67 doc improvements in aes and sha256 includes by Tom Cosgrove · 3 years, 9 months ago
  59. f236bbb Fix duplicate variable name in getting_started.md by Andrzej Kurek · 3 years, 9 months ago
  60. 1d7f7a7 Merge pull request #5194 from bensze01/invalid_nonce_error_2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  61. 9032162 Merge pull request #5196 from bensze01/test_psa_compliance_2.x by Gilles Peskine · 3 years, 9 months ago
  62. 2be65d5 Remove expected failure from test_psa_compliance by Bence Szépkúti · 3 years, 9 months ago
  63. 394c65e Merge pull request #5169 from bensze01/test_psa_compliance_2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  64. 358e0ea Indicate nonce sizes invalid for ChaCha20-Poly1305 by Bence Szépkúti · 3 years, 9 months ago
  65. 1a3201a Merge pull request #5192 from daverodgman/development_2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  66. 0372792 Merge pull request #5165 from mprse/aps_mem_leak_2x by paul-elliott-arm · 3 years, 9 months ago
  67. dc4e4b7 Fix derive_input test ignoring parameter by Dave Rodgman · 3 years, 9 months ago
  68. bc92abe Update test to handle changed error code by Dave Rodgman · 3 years, 9 months ago
  69. 021e724 Improve PSA error return code by Dave Rodgman · 3 years, 9 months ago
  70. 2dcccbf Fix function name in debug message by Gabor Mezei · 3 years, 9 months ago
  71. a226ac9 ssl_client2/ssl_server2: Rework ordering of cleanup by Przemyslaw Stekiel · 3 years, 9 months ago
  72. e9dea7c ssl_client2: move memory leak check before rng_free() by Przemyslaw Stekiel · 3 years, 9 months ago
  73. b66bc0a Move psa_crypto_slot_management.h out from psa_crypto_helpers.h by Przemyslaw Stekiel · 3 years, 9 months ago
  74. d6e0a58 ssl_client2/ssl_server2: Move is_psa_leaking() before mbedtls_psa_crypto_free() (and rng_free()) by Przemyslaw Stekiel · 3 years, 9 months ago
  75. 7c7fb87 ssl_client2, ssl_server2: add check for psa memory leaks by Przemyslaw Stekiel · 3 years, 9 months ago
  76. c1e79fd Enable CMAC for PSA crypto compliance tests by Bence Szépkúti · 3 years, 9 months ago
  77. 24ec529 Multipart AEAD is not supported in Mbed TLS 2.x by Bence Szépkúti · 3 years, 9 months ago
  78. e30fcb6 Remove superfluous expected failures from list by Bence Szépkúti · 3 years, 9 months ago
  79. b9e1f2a Update generated files by Gabor Mezei · 3 years, 9 months ago
  80. 84d7398 Update changelog with the new public API by Gabor Mezei · 3 years, 9 months ago
  81. dbe0f89 Fix documentation and comments by Gabor Mezei · 3 years, 9 months ago
  82. c0ae1cf Rename internal header constant_time.h to constant_time_internal.h by Gabor Mezei · 3 years, 10 months ago
  83. 18a4494 Rename constant-time functions to have mbedtls_ct prefix by Gabor Mezei · 3 years, 10 months ago
  84. f127a0e Remove unneeded include by Gabor Mezei · 3 years, 10 months ago
  85. da20651 Fix documentation by Gabor Mezei · 3 years, 10 months ago
  86. 61bf64f Bind functions' availability for config options by Gabor Mezei · 3 years, 10 months ago
  87. e24dea8 Move mbedtls_cf_memcmp to a new public header by Gabor Mezei · 3 years, 10 months ago
  88. 6e0e990 Add macro guard for header file by Gabor Mezei · 3 years, 10 months ago
  89. 2b35880 Bind functions' availability for config options by Gabor Mezei · 3 years, 10 months ago
  90. 4e2de62 Remove unused function by Gabor Mezei · 3 years, 10 months ago
  91. fd8a42d Make functions static by Gabor Mezei · 3 years, 10 months ago
  92. 4b4e4d8 Update documentation and comments by Gabor Mezei · 3 years, 10 months ago
  93. 91deea7 Rename and reorder function parameters by Gabor Mezei · 3 years, 10 months ago
  94. 150bdee Use condition for not sensitive data by Gabor Mezei · 3 years, 10 months ago
  95. 3c38b6e Move implementation specific comment by Gabor Mezei · 3 years, 10 months ago
  96. 2c5ed22 Make mbedtls_cf_size_mask_lt function static by Gabor Mezei · 3 years, 10 months ago
  97. d5a392a Fix missing includes by gabor-mezei-arm · 3 years, 10 months ago
  98. 10117d6 Add changelog entry by gabor-mezei-arm · 4 years ago
  99. 7e6a1ea Add documentation for the functions by gabor-mezei-arm · 4 years ago
  100. 1ffd0cc Unify equality checker functions return value by gabor-mezei-arm · 4 years ago