1. 3643947 Add correct dependencies for AES-192/256 cipher tests by Waleed Elmelegy · 1 year, 11 months ago
  2. f4e6651 Add more tests to check setting padding mode by Waleed Elmelegy · 1 year, 11 months ago
  3. 6d2c5d5 Adjust cipher tests to new requirement of specifying padding mode by Waleed Elmelegy · 1 year, 11 months ago
  4. a7d206f Check set_padding has been called in mbedtls_cipher_finish by Waleed Elmelegy · 1 year, 11 months ago
  5. ecb6a02 Add AES 128-bit key dependency for tests data by Yanray Wang · 2 years, 4 months ago
  6. ba970be Fix test dependencies for cases that are PSA-based by Andrzej Kurek · 2 years, 10 months ago
  7. d066c79 Add missing ECB requirements for PSA cipher aes tests by Andrzej Kurek · 2 years, 10 months ago
  8. 476d9c4 Use MBEDTLS_TEST_DEPRECATED only in tests by Przemek Stekiel · 3 years, 3 months ago
  9. 61922d1 Fix mbedtls_cipher_setup_psa() dependencies in tests by Przemek Stekiel · 3 years, 3 months ago
  10. 10fad74 Extend CCM*-no-tag tests by Mateusz Starzyk · 3 years, 9 months ago
  11. f257a6e Add CCM*-no-tag tests for the cipher module. by Mateusz Starzyk · 3 years, 9 months ago
  12. 86de1b7 Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  13. 8c4eb88 test_suite_cipher: add tests for mbedtls_cipher_setup_psa() with ECB by Przemyslaw Stekiel · 3 years, 10 months ago
  14. 1b7a780 Increase test coverage by adding AES and CAMELLIA empty buffer tests by Andrzej Kurek · 5 years ago
  15. d872723 Add negative tests for empty buffer decoding for certain ciphers by k-stachowiak · 6 years ago
  16. 2cd9051 Add decoding empty buffer test calls for cipher modes that benefit from this by k-stachowiak · 6 years ago
  17. 5ab80ef test: Check empty buffer decryption for chachapoly by Jaeden Amero · 6 years ago
  18. 58fc9aa Add AES-*-CBC test vectors for PSA-based cipher contexts by Hanno Becker · 7 years ago
  19. 4e64e0b Fix after PR comments by Ron Eldor · 8 years ago
  20. 7b01244 Add tests for mbedtls_cipher_crypt API by Ron Eldor · 8 years ago
  21. c653990 cipher: Add wrappers for AES-XTS by Jaeden Amero · 7 years ago
  22. 9f52aeb tests: Fix name of 33 byte AES cipher tests by Jaeden Amero · 7 years ago
  23. 33cb519 Add decrypt tests to AES OFB Cipher module by Simon Butcher · 7 years ago
  24. 374bcd4 Add to OFB cipher tests AES-192 and AES-256 OFB by Simon Butcher · 7 years ago
  25. 8c0fd1e Add cipher abstraction and test cases for OFB block mode by Simon Butcher · 7 years ago
  26. 6c563fa Add tests for "return plaintext data faster on unpadded decryption" by Jethro Beekman · 7 years ago
  27. 80cd444 Adds missing dependency to AES special case tests by Simon Butcher · 9 years ago
  28. 6a9c725 Add Cipher layer corner case test coverage by Paul Bakker · 9 years ago
  29. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  30. 4fee79b Fix some more depend issues by Manuel Pégourié-Gonnard · 12 years ago
  31. dd0f57f Check key size in cipher_setkey() by Manuel Pégourié-Gonnard · 12 years ago
  32. 989ed38 Make CBC an option, step 2: cipher layer by Manuel Pégourié-Gonnard · 12 years ago
  33. 5e0efa7 Added POLARSSL_MODE_ECB to the cipher layer by Paul Bakker · 12 years ago
  34. 8eccab5 Add test vectors to the cipher test suite by Manuel Pégourié-Gonnard · 12 years ago
  35. dbd443d Adapted .function files and .data files to new test framework by Paul Bakker · 12 years ago
  36. ebdc413 Add 'no padding' mode by Manuel Pégourié-Gonnard · 12 years ago
  37. 0e7d2c0 Add zero padding by Manuel Pégourié-Gonnard · 12 years ago
  38. 8d4291b Add zeros-and-length (ANSI X.923) padding by Manuel Pégourié-Gonnard · 12 years ago
  39. 679f9e9 Add one-and-zeros (ISO/IEC 7816-4) padding by Manuel Pégourié-Gonnard · 12 years ago
  40. 6c97899 Adapt cipher tests to configurable padding by Manuel Pégourié-Gonnard · 12 years ago
  41. 46c1794 - Split cipher test suite into three different sets by Paul Bakker · 14 years ago