1. 9d9b4b5 test_suite_cipher: use TEST_ASSUME() to evaluate supported ciphers by Valerio Setti · 1 year, 10 months ago
  2. d3bdccc test_suite_cipher: successfully quit test if no cipher is supported by Valerio Setti · 1 year, 10 months ago
  3. 3bda79b Move initialisation in test to before first test by Paul Elliott · 1 year, 10 months ago
  4. 2f00b7a cipher: reset MBEDTLS_CIPHER_HAVE_AEAD to MBEDTLS_CIPHER_MODE_AEAD by Valerio Setti · 1 year, 10 months ago
  5. dcee987 cipher_wrap: add VIA_LEGACY_OR_USE_PSA to new internal symbols by Valerio Setti · 1 year, 10 months ago
  6. 596ef6c cipher: reset MBEDTLS_CIPHER_HAVE_AEAD_LEGACY to previous naming by Valerio Setti · 1 year, 10 months ago
  7. 0521633 cipher: fix guards in mbedtls_cipher_auth_[encrypt/decrypt]_ext() by Valerio Setti · 1 year, 10 months ago
  8. db1ca8f cipher: keep MBEDTLS_CIPHER_HAVE symbols private by Valerio Setti · 1 year, 10 months ago
  9. f4e6651 Add more tests to check setting padding mode by Waleed Elmelegy · 1 year, 10 months ago
  10. 6d2c5d5 Adjust cipher tests to new requirement of specifying padding mode by Waleed Elmelegy · 1 year, 11 months ago
  11. a7d206f Check set_padding has been called in mbedtls_cipher_finish by Waleed Elmelegy · 1 year, 11 months ago
  12. 730bbee Merge remote-tracking branch 'origin/development' into update-restricted-2023-08-30 by Dave Rodgman · 1 year, 11 months ago
  13. 2387bda Merge pull request #1038 from Mbed-TLS/development by Gilles Peskine · 2 years ago
  14. e4e9e7d For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() by Tom Cosgrove · 2 years ago
  15. 05b2a87 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 2 years ago
  16. f9ffd11 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 2 years ago
  17. 65cd851 For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 2 years ago
  18. 9282d4f Don't directly access key_bitlen by Dave Rodgman · 2 years, 1 month ago
  19. 4f4d4b2 Test consistency of cipher max-size macros by Gilles Peskine · 2 years, 2 months ago
  20. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  21. f1419db Merge pull request #6381 from tom-cosgrove-arm/pr2164 by Dave Rodgman · 2 years, 8 months ago
  22. ed05279 Comment fix by Andrzej Kurek · 2 years, 9 months ago
  23. 8f26c8a Fix a typo in test_suite_cipher by Andrzej Kurek · 2 years, 9 months ago
  24. edca207 MBEDTLS_CIPHER_CHACHA20_POLY1305 is an mbedtls_cipher_type_t not an mbedtls_cipher_mode_t by Tom Cosgrove · 2 years, 10 months ago
  25. c621a6d Update tests to account for CIPHER_FEATURE_UNAVAILABLE on non-authenticated alg by Tom Cosgrove · 2 years, 10 months ago
  26. 6f29a6c test_suite_cipher.function: always include aes.h by Przemek Stekiel · 2 years, 10 months ago
  27. d5ebedf Removed unused variable in cipher test by Tuvshinzaya Erdenekhuu · 3 years ago
  28. 6c68927 Enabled invalid param test for cipher by Tuvshinzaya Erdenekhuu · 3 years ago
  29. 476d9c4 Use MBEDTLS_TEST_DEPRECATED only in tests by Przemek Stekiel · 3 years, 2 months ago
  30. e58ca8b Add MBEDTLS_TEST_DEPRECATED dependency by Przemek Stekiel · 3 years, 3 months ago
  31. 61922d1 Fix mbedtls_cipher_setup_psa() dependencies in tests by Przemek Stekiel · 3 years, 3 months ago
  32. 5dcbc4d Changes name of iv_check to iv_len_validity by Thomas Daubney · 3 years, 5 months ago
  33. 3a066ec Initialise iv buffer before use by Thomas Daubney · 3 years, 5 months ago
  34. b9fbc11 Dynamically allocate iv in dec_empty_buf tests by Andrzej Kurek · 3 years, 7 months ago
  35. 63439ed Return an error for IV lengths other than 12 with ChaCha20+Poly1305 by Andrzej Kurek · 3 years, 8 months ago
  36. 33ca6af Return an error for IV lengths other than 12 with ChaCha20 by Andrzej Kurek · 3 years, 8 months ago
  37. dc8ecda Don't fail until everything is initialized by Gilles Peskine · 3 years, 8 months ago
  38. 0cf7e38 Add checked return to cipher setup by Paul Elliott · 3 years, 8 months ago
  39. 72abd8a Fix type for iv size and block size in tests by Max Fillinger · 3 years, 8 months ago
  40. c60c3a0 Include new getters in test suites by Max Fillinger · 3 years, 9 months ago
  41. f257a6e Add CCM*-no-tag tests for the cipher module. by Mateusz Starzyk · 3 years, 9 months ago
  42. 6ac8f94 Fix cipher info key length sanity checks by Gilles Peskine · 4 years ago
  43. 0be02bd Add accessor functions for cipher_info fields by Gilles Peskine · 4 years ago
  44. 2d0769d Simplification of the tests by TRodziewicz · 4 years, 2 months ago
  45. 7019955 Removal of the TEST_VALID_PARAM macro and its usages by TRodziewicz · 4 years, 2 months ago
  46. 062f353 Changes after code review by TRodziewicz · 4 years, 2 months ago
  47. 875b5fb Refactor optional parameter check tests by Ronald Cron · 4 years, 2 months ago
  48. c1c479f Fllow-up of the review: ChangeLog expansion, mmigration guides added and comments fixed by TRodziewicz · 4 years, 3 months ago
  49. 18efb73 Remove deprecated functions and constants. by TRodziewicz · 4 years, 3 months ago
  50. f6be590 Include psa_crypto_helpers.h in helpers.function by Gilles Peskine · 4 years, 8 months ago
  51. 8a3d234 Fail the test case immediately if cipher_reset_key fails by Gilles Peskine · 4 years, 8 months ago
  52. a2971ea Simplify some buffer comparisons in tests by Gilles Peskine · 4 years, 8 months ago
  53. 70edd68 cipher_auth_xxcrypt(): fix some null pointer handling by Gilles Peskine · 4 years, 8 months ago
  54. b23e31d Minor documentation/comment fixes by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  55. f215ef8 Test that auth_decrypt{,_ext}() zeroize on failure by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  56. 86796bc Add check_param test for cipher_auth_xxcrypt_ext() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  57. 9b2a789 Use exact-size buffers for testing auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  58. 513c243 Deprecate mbedtls_cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  59. f2ffbc4 Stop supporting NIST_KW in cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  60. 53f10e7 Test cipher_auth_{en,de}crypt_ext() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  61. 89a8fe5 Extract helper function for repeated test code by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  62. 4c1a100 Improve comments/structure of auth_crypt test by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  63. 9ed4073 tests: Get rid of mbedtls_test_unhexify() in unit test code by Ronald Cron · 5 years ago
  64. 72d628f tests: Add mbedtls_test_ prefix to *hexify functions by Ronald Cron · 5 years ago
  65. 02c78b7 tests: Create an include folder by Ronald Cron · 5 years ago
  66. 4013b98 Merge pull request #166 from k-stachowiak/IOTCRYPT-440-add-missing-dec_empty_buf-tests by Jaeden Amero · 6 years ago
  67. 5386f6b Fix PSA init/deinit in mbedtls_xxx tests when using PSA by Gilles Peskine · 6 years ago
  68. d872723 Add negative tests for empty buffer decoding for certain ciphers by k-stachowiak · 6 years ago
  69. 5ab80ef test: Check empty buffer decryption for chachapoly by Jaeden Amero · 6 years ago
  70. 424840e Call mbedtls_cipher_free() to reset a cipher context by Gilles Peskine · 6 years ago
  71. 139ec3b Don't call mbedtls_cipher_setkey twice by Gilles Peskine · 6 years ago
  72. 1dbc5a2 Fix errors in AEAD test function by Jack Lloyd · 6 years ago
  73. 3ea2687 psa: Initialize crypto in tests that need to by Jaeden Amero · 6 years ago
  74. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 6 years ago
  75. a13272d Test PSA-based CCM cipher operations by Hanno Becker · 7 years ago
  76. e43164e Add AES-*-CBC test vectors for PSA-based cipher contexts by Hanno Becker · 7 years ago
  77. 7904f94 Merge remote-tracking branch 'public/pr/1099' into development-proposed by Simon Butcher · 7 years ago
  78. 5fcca46 Rename HexParam_t -> data_t for consistent coding style by Azim Khan · 7 years ago
  79. cf32c45 Add missing headers and fix name change issues by Mohammad Azim Khan · 8 years ago
  80. d30ca13 Combine hex parameters in a struct by Azim Khan · 8 years ago
  81. 46c9b1f Fix test functions and data after moving hexify/unhexify out by Azim Khan · 8 years ago
  82. f1aaec9 Intermediate hexify out change by Azim Khan · 8 years ago
  83. bb4bbbb Resolve PR review comments by Ron Eldor · 8 years ago
  84. 6f90ed8 Fix CI failure by Ron Eldor · 8 years ago
  85. 4e64e0b Fix after PR comments by Ron Eldor · 8 years ago
  86. 7b01244 Add tests for mbedtls_cipher_crypt API by Ron Eldor · 8 years ago
  87. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  88. d906b81 tests: cipher: Allocate enough space for XTS keys by Jaeden Amero · 7 years ago
  89. 234e1ce cipher: add stream test vectors for chacha20(poly1305) by Manuel Pégourié-Gonnard · 7 years ago
  90. 69767d1 cipher: add chachapoly test vector + unauth case by Manuel Pégourié-Gonnard · 7 years ago
  91. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  92. dca6abb Fix test suite when GCM Is disabled, but AEAD_ChaCha20_Poly1305 is enabled. by Daniel King · 9 years ago
  93. 6c563fa Add tests for "return plaintext data faster on unpadded decryption" by Jethro Beekman · 7 years ago
  94. 6a9c725 Add Cipher layer corner case test coverage by Paul Bakker · 9 years ago
  95. ac5361f Fix small issues in tests found by Coverity by Manuel Pégourié-Gonnard · 10 years ago
  96. 8473f87 Rename cipher_init_ctx() to cipher_setup() by Manuel Pégourié-Gonnard · 10 years ago
  97. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  98. 240b092 Drop dummy self_test functions by Manuel Pégourié-Gonnard · 11 years ago
  99. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  100. ce2f237 change test function includes to use one convention by Rich Evans · 10 years ago