- 45c84fe test_suite_ccm: add missing BLOCK_CIPHER_PSA_[INIT/DONE]() by Valerio Setti · 1 year, 8 months ago
- 689c0f7 tests: use new CCM/GCM capability macros in tests by Valerio Setti · 1 year, 8 months ago
- 10e9aa2 tests: add PSA_INIT/PSA_DONE to CCM and GCM test suites by Valerio Setti · 1 year, 8 months ago
- e4e9e7d For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() by Tom Cosgrove · 2 years ago
- 05b2a87 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 2 years ago
- 412a813 For tests, rename ASSERT_ALLOC_WEAK() to TEST_CALLOC_OR_SKIP() by Tom Cosgrove · 2 years ago
- f9ffd11 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 2 years ago
- 65cd851 For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 2 years ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- ed71e92 Add tests for CCM*-no-tag. by Mateusz Starzyk · 3 years, 10 months ago
- 133740b tests: Improve incomplete then overflow tests by Ronald Cron · 3 years, 11 months ago
- 83e4c12 Add CCM tests for passing unexpected input. by Mateusz Starzyk · 4 years ago
- cd975e4 Extend CCM corner cases tests. by Mateusz Starzyk · 4 years ago
- 3050f05 Subtract 1 from input in CCM's incomplete data tests by Mateusz Starzyk · 4 years ago
- 7251eda Replace BAD_SEQUENCE error with BAD_INPUT by Mateusz Starzyk · 4 years ago
- e0f5227 Add CCM test for calling finish without any input. by Mateusz Starzyk · 4 years ago
- 8fb1754 Add short description for CCM test functions. by Mateusz Starzyk · 4 years ago
- f442de6 Add tests for CCM corner cases. by Mateusz Starzyk · 4 years ago
- bccbf88 Rename CCM test functions. by Mateusz Starzyk · 4 years ago
- ceb5bc6 Fix typos. by Mateusz Starzyk · 4 years ago
- 8788906 Add CCM test for edge cases. by Mateusz Starzyk · 4 years ago
- c8bdf36 Validate tag pointer in ccm function. by Mateusz Starzyk · 4 years ago
- 27a1bef Tidy up test functions. by Mateusz Starzyk · 4 years, 1 month ago
- 29ec75b Add multipart testing to CCM* tests. by Mateusz Starzyk · 4 years, 1 month ago
- 25a3dfe Add multipart tests for ccm suite. by Mateusz Starzyk · 4 years, 1 month ago
- 7019955 Removal of the TEST_VALID_PARAM macro and its usages by TRodziewicz · 4 years, 2 months ago
- 875b5fb Refactor optional parameter check tests by Ronald Cron · 4 years, 3 months ago
- b168c0d More robust code to set the IV by Gilles Peskine · 4 years, 6 months ago
- 2e68034 Fix memory allocation in ccm tests by Dave Rodgman · 4 years, 10 months ago
- ac6ae35 tests: suites: Remove `hex` in name of variables of type data_t by Ronald Cron · 5 years ago
- 9ed4073 tests: Get rid of mbedtls_test_unhexify() in unit test code by Ronald Cron · 5 years ago
- c7ba560 tests: ccm: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
- ff31eab tests: Reformating due to *hexify functions renaming by Ronald Cron · 5 years ago
- 72d628f tests: Add mbedtls_test_ prefix to *hexify functions by Ronald Cron · 5 years ago
- c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 7 years ago
- 5fcca46 Rename HexParam_t -> data_t for consistent coding style by Azim Khan · 7 years ago
- cfd8342 Use integer instead of string as test result by Mohammad Azim Khan · 7 years ago
- d30ca13 Combine hex parameters in a struct by Azim Khan · 8 years ago
- 46c9b1f Fix test functions and data after moving hexify/unhexify out by Azim Khan · 8 years ago
- f1aaec9 Intermediate hexify out change by Azim Khan · 8 years ago
- 0daf4ca Add test vectors for CCM* by Darryl Green · 7 years ago
- 95ab93d CCM*: Add minimal tests by Janos Follath · 7 years ago
- 93012e8 Set selftest verbose flag to boost coverage by Andres AG · 9 years ago
- 6963ff0 Split mbedtls_ccm_init() -> setkey() by Manuel Pégourié-Gonnard · 10 years ago
- 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
- 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
- 63adb49 Fix compile warning in tests/ by Rich Evans · 10 years ago
- ce2f237 change test function includes to use one convention by Rich Evans · 10 years ago
- bd51b26 Add 'exit' label and variable initialization to relevant test suite functions by Paul Bakker · 11 years ago
- 0f6b66d CCM operations allow input == output by Manuel Pégourié-Gonnard · 11 years ago
- e8b8d01 Use tighter buffers in CCM test suite by Manuel Pégourié-Gonnard · 11 years ago
- 87df5ba Add test for length checks by Manuel Pégourié-Gonnard · 11 years ago
- ce77d55 Implement ccm_auth_decrypt() by Manuel Pégourié-Gonnard · 11 years ago
- 0023233 Refactor to prepare for CCM decryption by Manuel Pégourié-Gonnard · 11 years ago
- 637eb3d Add ccm_encrypt_and_tag() by Manuel Pégourié-Gonnard · 11 years ago
- 9fe0d13 Add ccm_init/free() by Manuel Pégourié-Gonnard · 11 years ago
- a6916fa Add (placeholder) CCM module by Manuel Pégourié-Gonnard · 11 years ago