1. 12285c5 Add calls to BLOCK_CIPHER_PSA_INIT / BLOCK_CIPHER_PSA_DONE by Dave Rodgman · 1 year, 6 months ago
  2. 6823247 Fix compile warning in tests by Dave Rodgman · 1 year, 6 months ago
  3. ef56795 Fix 1 forgotten separate input/output buffer by Chien Wong · 1 year, 6 months ago
  4. 92c17c4 Use separate input/output buffer. Explain why error is expected by Chien Wong · 1 year, 6 months ago
  5. 99ff1f5 Add test cases on GCM AD, input, IV length by Chien Wong · 1 year, 6 months ago
  6. 689c0f7 tests: use new CCM/GCM capability macros in tests by Valerio Setti · 1 year, 8 months ago
  7. 10e9aa2 tests: add PSA_INIT/PSA_DONE to CCM and GCM test suites by Valerio Setti · 1 year, 8 months ago
  8. e4e9e7d For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() by Tom Cosgrove · 2 years ago
  9. 05b2a87 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 2 years ago
  10. f9ffd11 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 2 years, 1 month ago
  11. 65cd851 For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 2 years, 1 month ago
  12. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  13. f502bcb Fix missing AES dependencies by Andrzej Kurek · 2 years, 10 months ago
  14. 104eb7f Enabled invalid param test for gcm by Tuvshinzaya Erdenekhuu · 3 years ago
  15. 33d01ff Remove redundant value assignemnt to olen. by Mateusz Starzyk · 3 years, 10 months ago
  16. c48f43b Fix PSA AEAD GCM's update output buffer length verification. by Mateusz Starzyk · 3 years, 10 months ago
  17. 5a7be10 Add output_length parameter to mbedtls_gcm_finish by Gilles Peskine · 4 years, 1 month ago
  18. 939a54c Fix typos and style issues. by Mateusz Starzyk · 4 years, 1 month ago
  19. 469c9f3 Add GCM tests for empty ciphertext/plaintext and empty AD. by Mateusz Starzyk · 4 years, 2 months ago
  20. 032a1ce Remove init_result check from custom gcm test functions. by Mateusz Starzyk · 4 years, 2 months ago
  21. f8a0d4d Fix nested loops set_step in gcm test suite. by Mateusz Starzyk · 4 years, 2 months ago
  22. fc60622 Add customized test functions for GCM update and update_ad. by Mateusz Starzyk · 4 years, 2 months ago
  23. af4ecdd Pass associated data split as check_multipart argument. by Mateusz Starzyk · 4 years, 2 months ago
  24. 658f4fd Cover multiple calls to mbedtls_gcm_update_ad in gcm test suite. by Mateusz Starzyk · 4 years, 2 months ago
  25. 7019955 Removal of the TEST_VALID_PARAM macro and its usages by TRodziewicz · 4 years, 2 months ago
  26. 062f353 Changes after code review by TRodziewicz · 4 years, 2 months ago
  27. 875b5fb Refactor optional parameter check tests by Ronald Cron · 4 years, 3 months ago
  28. 295fc13 Split mbedtls_gcm_update_ad out of mbedtls_gcm_starts by Gilles Peskine · 4 years, 4 months ago
  29. a56c448 Add output length parameters to mbedtls_gcm_update by Gilles Peskine · 4 years, 4 months ago
  30. 9461e45 Add output parameter to mbedtls_gcm_finish by Gilles Peskine · 4 years, 4 months ago
  31. 58fc272 Remove alignment requirement for mbedtls_gcm_update: implementation by Gilles Peskine · 4 years, 4 months ago
  32. 36dd93e Test the multipart GCM interface by Gilles Peskine · 4 years, 4 months ago
  33. ac6ae35 tests: suites: Remove `hex` in name of variables of type data_t by Ronald Cron · 5 years ago
  34. 2dbba99 tests: Reformating due to hexcmp() renaming by Ronald Cron · 5 years ago
  35. de70b16 tests: Add mbedtls_test_ prefix to hexcmp() by Ronald Cron · 5 years ago
  36. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 7 years ago
  37. 5fcca46 Rename HexParam_t -> data_t for consistent coding style by Azim Khan · 7 years ago
  38. 317efe8 Adapt new test gcm_bad_parameters() to on target testing changes by Azim Khan · 8 years ago
  39. d30ca13 Combine hex parameters in a struct by Azim Khan · 8 years ago
  40. 46c9b1f Fix test functions and data after moving hexify/unhexify out by Azim Khan · 8 years ago
  41. f1aaec9 Intermediate hexify out change by Azim Khan · 8 years ago
  42. 11999bb Fix minor code style issues by Darryl Green · 7 years ago
  43. 5a21fd6 fix for issue 1118: check if iv is zero in gcm. by Ron Eldor · 9 years ago
  44. 93012e8 Set selftest verbose flag to boost coverage by Andres AG · 9 years ago
  45. c34e8dd Split mbedtls_gcm_init() -> gcm_setkey() by Manuel Pégourié-Gonnard · 10 years ago
  46. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  47. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  48. ce2f237 change test function includes to use one convention by Rich Evans · 10 years ago
  49. bd51b26 Add 'exit' label and variable initialization to relevant test suite functions by Paul Bakker · 11 years ago
  50. 083d668 Make GCM tests accept any cipher, not just AES by Manuel Pégourié-Gonnard · 12 years ago
  51. 2014016 Fix a few selftest typos by Manuel Pégourié-Gonnard · 12 years ago
  52. 387a211 Fix some dependencies in tests by Manuel Pégourié-Gonnard · 12 years ago
  53. 4fe9200 Fix memory leak in GCM by adding gcm_free() by Manuel Pégourié-Gonnard · 12 years ago
  54. 43aff2a Moved GCM to use cipher layer instead of AES directly by Paul Bakker · 12 years ago
  55. f7ce67f Add tests for gcm via cipher by Manuel Pégourié-Gonnard · 12 years ago
  56. 33b43f1 Converted .function file to c-like format and adapted generator code by Paul Bakker · 12 years ago
  57. dbd443d Adapted .function files and .data files to new test framework by Paul Bakker · 12 years ago
  58. 68b6d88 - Clear all memory by Paul Bakker · 13 years ago
  59. 89e80c9 - Added base Galois/Counter mode (GCM) for AES by Paul Bakker · 13 years ago