1. a2971ea Simplify some buffer comparisons in tests by Gilles Peskine · 4 years, 8 months ago
  2. 70edd68 cipher_auth_xxcrypt(): fix some null pointer handling by Gilles Peskine · 4 years, 8 months ago
  3. b23e31d Minor documentation/comment fixes by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  4. f215ef8 Test that auth_decrypt{,_ext}() zeroize on failure by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  5. 86796bc Add check_param test for cipher_auth_xxcrypt_ext() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  6. 9b2a789 Use exact-size buffers for testing auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  7. 513c243 Deprecate mbedtls_cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  8. f2ffbc4 Stop supporting NIST_KW in cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  9. 53f10e7 Test cipher_auth_{en,de}crypt_ext() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  10. 89a8fe5 Extract helper function for repeated test code by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  11. 4c1a100 Improve comments/structure of auth_crypt test by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  12. 489c058 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  13. 3cb1e29 Test mbedtls_mpi_fill_random by Gilles Peskine · 4 years, 8 months ago
  14. 80448aa Fix GCC warning about `test_snprintf` by Rodrigo Dias Correa · 4 years, 9 months ago
  15. 9aaa3e1 Merge pull request #3786 from stevew817/feature/generate_pubkey_in_driver by Gilles Peskine · 4 years, 9 months ago
  16. c240236 Rename test_driver_keygen to test_driver_key_management by Gilles Peskine · 4 years, 9 months ago
  17. 662deb3 Merge pull request #3547 from ronald-cron-arm/psa-openless by Gilles Peskine · 4 years, 9 months ago
  18. b9b8442 Plug in the entry point for public key export through driver by Steven Cooreman · 4 years, 10 months ago
  19. 3a4f0e3 tests: psa: Reset key attributes where needed by Ronald Cron · 4 years, 9 months ago
  20. 1d12d87 Improve/fix documentation by Ronald Cron · 4 years, 9 months ago
  21. ab79bd2 tests: slot mgmt: Improve key_slot_eviction_to_import_new_key test by Ronald Cron · 4 years, 9 months ago
  22. 9e12f8f tests: psa crypto: Fix lifetime_is_secure_element() by Ronald Cron · 4 years, 9 months ago
  23. 7d54f66 Miscellaneous coding style fixes by Ronald Cron · 4 years, 9 months ago
  24. 19daca9 Prefer persistent over permanent by Ronald Cron · 4 years, 9 months ago
  25. 77c89f5 Fix several typos by Ronald Cron · 4 years, 9 months ago
  26. a5b894f psa: mgmt: Add key slot reuse by Ronald Cron · 4 years, 10 months ago
  27. 54b9008 psa: Forbid creation/registration of keys in vendor range by Ronald Cron · 4 years, 9 months ago
  28. 65f38a3 Add key id check when creating a volatile key by Ronald Cron · 4 years, 10 months ago
  29. d98059d psa: Fix tests/handling of lifetime incompatible with location by Ronald Cron · 4 years, 10 months ago
  30. f1ff9a8 tests: psa: Use PSA_KEY_LIFETIME_IS_VOLATILE where it should by Ronald Cron · 4 years, 10 months ago
  31. 390f607 Add tests checking owner of volatile keys by Ronald Cron · 4 years, 10 months ago
  32. fc9c556 Forbid volatile key identifiers for non volatile keys by Ronald Cron · 4 years, 10 months ago
  33. f67aefe tests: slot mgmt: Add psa_purge_key testing by Ronald Cron · 4 years, 10 months ago
  34. 994b805 tests: slot mgmt: Fix test data by Ronald Cron · 4 years, 10 months ago
  35. e7e86cf tests: slot mgmt: Rename ways of invalidating keys by Ronald Cron · 4 years, 10 months ago
  36. 3930997 tests: slot mgmt: Add purge checks in volatile key lifecycle test by Ronald Cron · 4 years, 10 months ago
  37. 5425a21 tests: Adapt PSA tests to openless APIs by Ronald Cron · 5 years ago
  38. e4f6d5c tests: Fix persistent slot lifecycle tests by Ronald Cron · 4 years, 9 months ago
  39. 4184107 tests: Fix checks of volatile key identifier by Ronald Cron · 4 years, 11 months ago
  40. 432e19c tests: Fix error codes when using "invalid" handles by Ronald Cron · 4 years, 11 months ago
  41. 2d52eb2 tests: Fix invalid key identifier error code by Ronald Cron · 4 years, 11 months ago
  42. c4d1b51 Define handles as key identifiers by Ronald Cron · 5 years ago
  43. 47a8561 Introduce psa_key_handle_equal inline function by Ronald Cron · 5 years ago
  44. c26f8d4 Introduce psa_key_handle_is_null inline function by Ronald Cron · 5 years ago
  45. 91e9515 Introduce PSA_KEY_HANDLE_INIT macro by Ronald Cron · 5 years ago
  46. db6e33e Merge pull request #3826 from frestr/test/chachapoly_vector by Gilles Peskine · 4 years, 9 months ago
  47. c4813a6 Rename 'keygen' to 'key management' by Steven Cooreman · 4 years, 10 months ago
  48. d61ed3c PSA Crypto: Add zero-length input test vectors for ChaChaPoly by Fredrik Strupe · 4 years, 9 months ago
  49. 0452476 Implement, plug in and test validate_key driver entry point by Steven Cooreman · 4 years, 10 months ago
  50. 01fc209 Merge pull request #3748 from torstenes/3740_PSA_key_storage_systematically_store_bits by Gilles Peskine · 4 years, 9 months ago
  51. 821f291 Ensure that all test vectors only contain one error. by Torstein Nesse · 4 years, 10 months ago
  52. 1b275cc Merge pull request #3772 from frestr/bugfix/ccm_add_length by Gilles Peskine · 4 years, 10 months ago
  53. 176fca0 Merge pull request #3793 from daverodgman/ccm_test_memory_fix by Gilles Peskine · 4 years, 10 months ago
  54. b7eaa77 Merge pull request #3743 from stevew817/bugfix/use_ecdh_key_in_streamlined_derivation by Gilles Peskine · 4 years, 10 months ago
  55. d924655 Update changelog entry, format specification, and correct test vectors by Torstein Nesse · 4 years, 10 months ago
  56. 60ca77c Merge pull request #3730 from gilles-peskine-arm/psa_generate_key-curve25519 by Ronald Cron · 4 years, 10 months ago
  57. fa5e631 Apply review feedback by Steven Cooreman · 4 years, 10 months ago
  58. 2e68034 Fix memory allocation in ccm tests by Dave Rodgman · 4 years, 10 months ago
  59. 5e940c6 Fix additional data length field check for CCM by Fredrik Strupe · 4 years, 10 months ago
  60. 162a110 Changes PSA key storage format to include key bits by Torstein Nesse · 4 years, 10 months ago
  61. 72ca397 Merge pull request #3723 from frestr/bugfix/invalid_argument_on_invalid_input by Janos Follath · 4 years, 10 months ago
  62. ef94c4f Merge pull request #3474 from ronald-cron-arm/common-mbedtls_param_failed by Gilles Peskine · 4 years, 10 months ago
  63. 0ee0d52 Fix PSA crypto inconsistencies in agreement+derivation by Steven Cooreman · 4 years, 10 months ago
  64. ce48e85 Fix PSA crypto inconsistencies in agreement+derivation by Steven Cooreman · 4 years, 10 months ago
  65. 326e474 Add basic test cases for Curve25519 by Gilles Peskine · 4 years, 10 months ago
  66. f90e301 Use PSA_ERROR_INVALID_ARGUMENT for invalid cipher input sizes by Fredrik Strupe · 4 years, 10 months ago
  67. 2a25904 Merge pull request #3568 from hanno-arm/tls13_experimental_key_schedule_1 by Janos Follath · 4 years, 11 months ago
  68. dc57c25 Merge pull request #3527 from ronald-cron-arm/key-extended-id by Gilles Peskine · 5 years ago
  69. ef8575e Apply review feedback by Steven Cooreman · 5 years ago
  70. 89e54f2 Add mock and negative testing to cipher driver by Steven Cooreman · 5 years ago
  71. eca33c6 Add testing of fallback to cipher operations by Steven Cooreman · 5 years ago
  72. 5240e8b Style and language fixes from review by Steven Cooreman · 5 years ago
  73. acb5a10 Structify cipher test driver hook variables by Steven Cooreman · 5 years ago
  74. d53c1bf Exercise the AES-CTR multipart driver and check it gets called by Steven Cooreman · 5 years ago
  75. b1d3f27 Merge pull request #3480 from stevew817/feature/aes-ecb by Gilles Peskine · 5 years ago
  76. 6bf4f5f Merge pull request #3585 from jdurkop/fix/undefined-reference-3294 by Gilles Peskine · 5 years ago
  77. 29ea84e Avoid duplicated test case names in TLS 1.3 key schedule unit tests by Hanno Becker · 5 years ago
  78. 3eb3563 Fix TLS 1.3 key schedule unit test case name by Hanno Becker · 5 years ago
  79. 1413bd8 Simplify identification of TLS 1.3 labels in unit test suite by Hanno Becker · 5 years ago
  80. 8c82bfd Use TLS1_3_CONTEXT_[UN]HASHED in 1.3 key schedule tests by Hanno Becker · 5 years ago
  81. 81e91d4 Add further unit tests for TLS 1.3 key schedule by Hanno Becker · 5 years ago
  82. 70d7fb0 Don't hardcode TLS 1.3 labels in test cases by Hanno Becker · 5 years ago
  83. d4efa8d Fix pk_ec_test_vec() to use MBEDTLS_MD_NONE by John Durkop · 5 years ago
  84. ab2ce23 Fix typo in SSL test suite by Hanno Becker · 5 years ago
  85. 493ea7f Remove instances of camelCase in TLS 1.3 key schedule by Hanno Becker · 5 years ago
  86. fb08096 Use ASSERT_COMPARE instead of TEST_ASSERT( memcmp( ... ) == 0 ) by Hanno Becker · 5 years ago
  87. f376cee Remove redundant dependency in TLS 1.3 key generation tests by Hanno Becker · 5 years ago
  88. 73c825a Shorten include path in test_suite_ssl.function by Hanno Becker · 5 years ago
  89. 2d2c3eb Add tests for TLS 1.3 key evolution function by Hanno Becker · 5 years ago
  90. e4849d1 Add test vectors for TLS 1.3 Derive-Secret by Hanno Becker · 5 years ago
  91. 19498f8 Add test vectors for TLS 1.3 traffic key generation by Hanno Becker · 5 years ago
  92. 39ff492 Add test vectors for TLS 1.3 HKDF-Expand-Label by Hanno Becker · 5 years ago
  93. 1ffec8f Merge pull request #3501 from stevew817/feature/transparent_drivers_trial by Gilles Peskine · 5 years ago
  94. 177deba Fix style and pull out ECB processing in separate function by Steven Cooreman · 5 years ago
  95. 0d7c64d Changed test driver include folder to reflect it's a test driver by Steven Cooreman · 5 years ago
  96. 831c695 Apply feedback from PR review by Steven Cooreman · 5 years ago
  97. 853f9bd Merge pull request #3625 from gilles-peskine-arm/test-fail-report-first by Gilles Peskine · 5 years ago
  98. 1cd39d5 Use own define for building with test drivers by Steven Cooreman · 5 years ago
  99. 2a1664c Add & splice in test driver for ECC keygen by Steven Cooreman · 5 years ago
  100. 55ae217 Add and splice in signature verification through driver by Steven Cooreman · 5 years ago