1. bbb1952 Refactor out mac_sign_setup and mac_verify_setup by Steven Cooreman · 4 years, 3 months ago
  2. f8ad212 Be explicit about why the zero-length check is there by Steven Cooreman · 4 years, 3 months ago
  3. be21dab Apply mbedtls namespacing to MAC driver test hooks by Steven Cooreman · 4 years, 3 months ago
  4. a6474de Supply actual key bits to PSA_MAC_LENGTH during MAC setup by Steven Cooreman · 4 years, 3 months ago
  5. 9621f44 Correctly mark unused arguments when MAC algorithms are compiled out by Steven Cooreman · 4 years, 3 months ago
  6. 63fa40e Add sanity tests for CMAC-(3)DES through PSA Crypto by Steven Cooreman · 4 years, 3 months ago
  7. aaf9944 Use the proper define guards in the MAC driver by Steven Cooreman · 4 years, 3 months ago
  8. 2a18f56 Remove superfluous checking from MAC driver by Steven Cooreman · 4 years, 3 months ago
  9. 15f0d92 Move is_sign and mac_size checking back to PSA core scope by Steven Cooreman · 4 years, 3 months ago
  10. 7dccfce Add PSA_ACCEL test dependencies in MAC driver wrappers tests by Steven Cooreman · 4 years, 3 months ago
  11. dabac42 Convert mbedTLS to PSA dependencies for the driver wrapper tests by Steven Cooreman · 4 years, 3 months ago
  12. bd1f608 Minor documentation and language fixes by Steven Cooreman · 4 years, 3 months ago
  13. dba0644 Remove superfluous check by Steven Cooreman · 4 years, 3 months ago
  14. e68bb52 Remove unused variable from MAC driver structure by Steven Cooreman · 4 years, 3 months ago
  15. af81a71 Remove superfluous length check by Steven Cooreman · 4 years, 3 months ago
  16. 9878a16 Code flow and style improvements by Steven Cooreman · 4 years, 3 months ago
  17. 22dea1d Base the PSA implementation of TLS 1.2 PRF on the MAC API by Steven Cooreman · 4 years, 3 months ago
  18. b27e350 Make HKDF use the generic MAC API by Steven Cooreman · 4 years, 3 months ago
  19. c2cbac0 Use the correct guards on the context structures for MAC/HKDF/PRF by Steven Cooreman · 4 years, 3 months ago
  20. 4f7cae6 Rename HMAC operation structure by Steven Cooreman · 4 years, 3 months ago
  21. a2a1b80 Make safer_memcmp available to all compile units under PSA by Steven Cooreman · 4 years, 3 months ago
  22. b4b9b28 Remove redundant key_set from MAC operation structure by Steven Cooreman · 4 years, 3 months ago
  23. 6e6451e Code flow/readability improvements after review by Steven Cooreman · 4 years, 3 months ago
  24. 5c85ef0 Remove unused items from MAC operation context structure by Steven Cooreman · 4 years, 3 months ago
  25. 2d9a3f9 Add testing of the MAC driver entry points by Steven Cooreman · 4 years, 3 months ago
  26. 09832b1 Add CMAC to standard PSA config by Steven Cooreman · 4 years, 5 months ago
  27. f64b25e Rename internal HMAC structure type to match convention by Steven Cooreman · 4 years, 5 months ago
  28. 76720f6 Complete, document and fully use internal HMAC API by Steven Cooreman · 4 years, 5 months ago
  29. 6f32bca Add CMAC and HMAC driver testing to all.sh by Steven Cooreman · 4 years, 5 months ago
  30. 87885df Migrate MAC finish calls into the software driver by Steven Cooreman · 4 years, 5 months ago
  31. 11743f9 Migrate MAC update call into the software driver by Steven Cooreman · 4 years, 5 months ago
  32. 0789783 Migrate MAC setup/abort calls into the software driver by Steven Cooreman · 4 years, 5 months ago
  33. 32d5694 Move internal HMAC implementation into internal MAC driver by Steven Cooreman · 4 years, 5 months ago
  34. 6e3c2cb Move the MAC operation structure into the driver headers by Steven Cooreman · 4 years, 5 months ago
  35. 896d51e Add boilerplate for dispatching MAC operations by Steven Cooreman · 4 years, 5 months ago
  36. aecf0d3 Add include headers for composite operation contexts and move hmac by Steven Cooreman · 4 years, 3 months ago
  37. 14d09f4 Move the cipher operation structure declaration for grouping by Steven Cooreman · 4 years, 3 months ago
  38. 7c32139 Remove inclusion of top-level crypto.h from the driver context header by Steven Cooreman · 4 years, 3 months ago
  39. 040d1ce Rename the PSA driver context structure headers to _primitives by Steven Cooreman · 4 years, 3 months ago
  40. 85bb475 Merge pull request #4456 from gilles-peskine-arm/remove-config-psa-crypto-2.x by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  41. 947360e Changelog entry for the removal of config-psa-crypto.h in 2.x by Gilles Peskine · 4 years, 3 months ago
  42. 2eefa80 Remove config-psa-crypto.h by Gilles Peskine · 4 years, 3 months ago
  43. 0ac7dbc Merge pull request #4459 from ronald-cron-arm/psa-hash-dispatch-testing-2.x by Gilles Peskine · 4 years, 3 months ago
  44. 9fac4ea tests: driver wrappers: Improve test comments by Ronald Cron · 4 years, 3 months ago
  45. 1459b7a tests: driver wrappers: Add hash finish tests by Ronald Cron · 4 years, 3 months ago
  46. acf5ff3 tests: driver wrappers: Add hash update tests by Ronald Cron · 4 years, 3 months ago
  47. 32dee6e tests: driver wrappers: Specialize hash multi-part test on setup only by Ronald Cron · 4 years, 3 months ago
  48. d81796f tests: driver wrappers: Fix hash tests dependencies by Ronald Cron · 4 years, 3 months ago
  49. 05ee58d tests: Revert test_driver.h name change by Ronald Cron · 4 years, 3 months ago
  50. 6683563 tests: Fix test arguments separator by Ronald Cron · 4 years, 3 months ago
  51. b0737da tests: psa: Simplify key buffer size calculation by Ronald Cron · 4 years, 4 months ago
  52. c4bc12e tests: psa: Add mbedtls/MBEDTLS prefix to test driver symbols by Ronald Cron · 4 years, 4 months ago
  53. d5a2a75 tests: psa: cipher: Remove out-dated comment by Ronald Cron · 4 years, 4 months ago
  54. fd495c4 tests: driver wrapper: Add hash dispatch testing by Ronald Cron · 4 years, 4 months ago
  55. 0bec41a tests: Add hash transparent test driver hooks by Ronald Cron · 4 years, 5 months ago
  56. 0d27366 Merge pull request #4448 from stevew817/backport_allow_cmac_alt_without_3des by Gilles Peskine · 4 years, 3 months ago
  57. 2229218 Merge pull request #4438 from gilles-peskine-arm/aes2crypt-removal-2.x by Gilles Peskine · 4 years, 3 months ago
  58. 5d342bf Add notes to the documentation about CMAC_ALT algorithm support by Steven Cooreman · 4 years, 3 months ago
  59. 91e2bab Add documentation for change in CMAC self-test behaviour by Steven Cooreman · 4 years, 4 months ago
  60. 146e7fc Allow skipping 3DES in CMAC self-test when ALT implemented by Steven Cooreman · 4 years, 6 months ago
  61. 4ad0967 Merge pull request #4430 from gilles-peskine-arm/dhm_min_bitlen-bits by Gilles Peskine · 4 years, 3 months ago
  62. e0427c7 Merge pull request #4434 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
  63. 98b3cd6 Remove the sample program aescrypt2 by Gilles Peskine · 6 years ago
  64. 4d01c5b Remove dead code from pk_parse_key_pkcs8_unencrypted_der by Chris Jones · 4 years, 3 months ago
  65. 931d91e Merge pull request #4243 from bensze01/psa_vararg by Ronald Cron · 4 years, 3 months ago
  66. 0fa3fc8 Merge pull request #4432 from daverodgman/fix_missing_parenthesis_2x by Ronald Cron · 4 years, 3 months ago
  67. 4626667 Improve changelog entry for #4217 by Dave Rodgman · 4 years, 3 months ago
  68. 7f7f6b8 Add changelog entry for #4217 by Steven Cooreman · 4 years, 4 months ago
  69. b74b560 Add missing parenthesis by Steven Cooreman · 4 years, 5 months ago
  70. 58d8518 Update changelog by Bence Szépkúti · 4 years, 3 months ago
  71. bd98df7 Update documentation of AEAD output size macros by Bence Szépkúti · 4 years, 3 months ago
  72. 860f509 Clarify case when high level error code is incorrect by Chris Jones · 4 years, 3 months ago
  73. 4f91d8d Change "high level error" to "high level module ID" by Chris Jones · 4 years, 4 months ago
  74. 456d29c Rename mbedtls_error_add_ext to mbedtls_error_add by Chris Jones · 4 years, 4 months ago
  75. b5939e8 Merge pull request #4160 from stevew817/feature/driver_builtin_keys by Ronald Cron · 4 years, 4 months ago
  76. e11e814 Improve documentation for error code checking by Chris Jones · 4 years, 4 months ago
  77. 2bbb5bc Merge pull request #4380 from paul-elliott-arm/bignum_unchecked_return by Ronald Cron · 4 years, 4 months ago
  78. 1dda21c Make sure we don't underflow in the size macros by Bence Szépkúti · 4 years, 4 months ago
  79. b639d43 Move and rename PSA_ALG_AEAD_IS_BASE_EQUAL by Bence Szépkúti · 4 years, 4 months ago
  80. f5a1fe9 Explicitly check non-boolean values against zero by Bence Szépkúti · 4 years, 4 months ago
  81. 70c68da Remove unnecessary changelog by Paul Elliott · 4 years, 4 months ago
  82. 986b55a Style Fix by Paul Elliott · 4 years, 4 months ago
  83. 7725a63 Fix unchecked return in bignum by Paul Elliott · 4 years, 4 months ago
  84. 218da3f Merge pull request #4370 from tniessen/docs-typo by Ronald Cron · 4 years, 4 months ago
  85. 835beff Fix typo in architecture docs by Tobias Nießen · 4 years, 4 months ago
  86. 0bbb38c Merge pull request #4199 from TRodziewicz/mul_shortcut_fix by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  87. 359411f Adjust documentation of PSA_ALG_AEAD_IS_BASE_EQUAL by Bence Szépkúti · 4 years, 4 months ago
  88. 31e27af Reword the builtin key language on persistency declaration by Steven Cooreman · 4 years, 4 months ago
  89. 966db26 Minor code flow improvements by Steven Cooreman · 4 years, 4 months ago
  90. 2cca9b8 Rename test driver source files to avoid file name conflicts by Steven Cooreman · 4 years, 4 months ago
  91. 16141ed Add test driver sources to VC build by Steven Cooreman · 4 years, 4 months ago
  92. 607c0af Simplify PSA AEAD output size compatibility macros by Bence Szépkúti · 4 years, 4 months ago
  93. 7e31009 Further reduce macro expansion by Bence Szépkúti · 4 years, 4 months ago
  94. 598e929 Rework PSA_AEAD_NONCE_LENGTH to reduce expansion by Bence Szépkúti · 4 years, 4 months ago
  95. 8072db2 Add changelog by Bence Szépkúti · 4 years, 5 months ago
  96. 0d8da39 Mark unused macro argument as unused by Bence Szépkúti · 4 years, 5 months ago
  97. ec174e2 Update all uses of old AEAD output size macros by Bence Szépkúti · 4 years, 5 months ago
  98. ce48702 Get a builtin key's attributes in order to correctly get its size by Steven Cooreman · 4 years, 4 months ago
  99. 7ddee7f Use remove_key_data_from_memory instead of wipe_key_slot by Steven Cooreman · 4 years, 4 months ago
  100. 7609b1f leverage psa_allocate_buffer_to_slot from slot management by Steven Cooreman · 4 years, 4 months ago