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