1. ea2e360 Merge branch 'psa-copy_key' into psa-api-1.0-beta by Gilles Peskine · 7 years ago
  2. 4cb9dde New function psa_copy_key by Gilles Peskine · 7 years ago
  3. 0ce26e3 Add a hash wildcard value for hash-and-sign algorithm by Gilles Peskine · 7 years ago
  4. b66c27b New macro PSA_ALG_IS_HASH_AND_SIGN by Gilles Peskine · 7 years ago
  5. b865df0 Merge branch 'psa-no_type_on_allocate_key' into psa-api-1.0-beta by Gilles Peskine · 7 years ago
  6. d40c1fb Don't require a type and size when creating a key slot by Gilles Peskine · 7 years ago
  7. b37af92 Merge branch 'psa-hash_clone' into psa-api-1.0-beta by Gilles Peskine · 7 years ago
  8. ebb2c3e New function psa_hash_clone by Gilles Peskine · 7 years ago
  9. 9dcc80e Merge branch 'psa-derive_input_steps-agreement_as_one_step' into psa-api-1.0-beta by Gilles Peskine · 7 years ago
  10. 6843c29 Simplify the encoding of key agreement algorithms by Gilles Peskine · 7 years ago
  11. 969c5d6 Make key agreement the secret input for key derivation by Gilles Peskine · 7 years ago
  12. b70a0fd Key derivation by small input steps: proof-of-concept by Gilles Peskine · 7 years ago
  13. 1f9e58a Merge branch 'psa-signature_policy_wildcard' into psa-api-1.0-beta by Gilles Peskine · 7 years ago
  14. 0ae445f psa: Simplify EC public key format by Jaeden Amero · 7 years ago
  15. 30f77cd Add a hash wildcard value for hash-and-sign algorithm by Gilles Peskine · 7 years ago
  16. d35b489 New macro PSA_ALG_IS_HASH_AND_SIGN by Gilles Peskine · 7 years ago
  17. 6b19600 psa: Simplify RSA public key format by Jaeden Amero · 7 years ago
  18. d94d671 psa: Test that generator initializers work by Jaeden Amero · 7 years ago
  19. 5bae227 psa: Add initializers for cipher operation objects by Jaeden Amero · 7 years ago
  20. 769ce27 psa: Add initializers for MAC operation objects by Jaeden Amero · 7 years ago
  21. 6a25b41 psa: Add initializers for hash operation objects by Jaeden Amero · 7 years ago
  22. 70261c5 psa: Add initializers for key policies by Jaeden Amero · 7 years ago
  23. 8c7e95d tests: Remove unused key policy objects by Jaeden Amero · 7 years ago
  24. c08fc1d Move MIN and MAX macros from PSA tests to helpers.function by Gilles Peskine · 7 years ago
  25. d76f181 Prefer ASSERT_ALLOC to calloc+TEST_ASSERT in PSA tests by Gilles Peskine · 7 years ago
  26. 1f2aa0e Remove useless null checks of data_t* parameters by Gilles Peskine · 7 years ago
  27. 40ab95b Remove checks of test parameters against SIZE_MAX by Gilles Peskine · 7 years ago
  28. 0dfba2d Use ASSERT_COMPARE in preference to memcmp in PSA tests by Gilles Peskine · 7 years ago
  29. f812dcf Rewrap some lines after the macro changes by Gilles Peskine · 7 years ago
  30. fe11b72 Use TEST_EQUAL(a,b) in preference to TEST_ASSERT(a==b) by Gilles Peskine · 7 years ago
  31. 8817f61 Use PSA_ASSERT(a) in preference to TEST_ASSERT(a==PSA_SUCCESS) by Gilles Peskine · 7 years ago
  32. 0f915f1 Indent PSA tests according to K&R rules with Mbed TLS tweaks by Gilles Peskine · 7 years ago
  33. 9d8eea7 Wrap some multiline expressions in parentheses by Gilles Peskine · 7 years ago
  34. 5f7aeee New test macro TEST_EQUAL by Gilles Peskine · 7 years ago
  35. 0174be2 Move the PSA_ASSERT macro to the common helpers file by Gilles Peskine · 7 years ago
  36. f055ad7 Add a safety check to ARRAY_LENGTH by Gilles Peskine · 7 years ago
  37. 3d2f949 Move the ARRAY_LENGTH macro to the common helpers file by Gilles Peskine · 7 years ago
  38. 79a11d6 Test invalid lifetime regardless of support for persistent keys by Gilles Peskine · 7 years ago
  39. 539cda5 Add tests with invalid key identifiers by Gilles Peskine · 7 years ago
  40. 4a04473 Fix the build without persistent storage by Gilles Peskine · 7 years ago
  41. c5487a8 Drop support for psa_key_slot_t in psa_crypto.c by Gilles Peskine · 7 years ago
  42. 7bc9f68 Convert the PSA crypto persistent storage tests to the new handle API by Gilles Peskine · 7 years ago
  43. bdf309c Convert the PSA crypto cryptography tests to the new handle API by Gilles Peskine · 7 years ago
  44. a8860b2 Remove lifetime test functions by Gilles Peskine · 7 years ago
  45. dc911fd Remove redundant slot-based test by Gilles Peskine · 7 years ago
  46. a426168 Test that failure of import_key preserves metadata by Gilles Peskine · 7 years ago
  47. 961849f Implement slot allocation by Gilles Peskine · 7 years ago
  48. 5ec7b07 Add tests for the new slot management mechanism by Gilles Peskine · 7 years ago
  49. 7f6e3a8 Change ASSERT_ALLOC to take a size in elements, not bytes by Gilles Peskine · 7 years ago
  50. 79e213c Don't include mbedtls/platform.h unconditionally by Gilles Peskine · 7 years ago
  51. 9edc146 Merge pull request #209 from ARMmbed/psa-init_tests by Gilles Peskine · 7 years ago
  52. b0b189f Add missing compilation guards for GCM and CCM by Gilles Peskine · 7 years ago
  53. 9e1be6a Create the NV seed file for the tests if needed by Gilles Peskine · 7 years ago
  54. 0fce4c5 Add init tests with entropy from NV seed by Gilles Peskine · 7 years ago
  55. 0b3b573 Support NV seed enabled at compile time but not at runtime by Gilles Peskine · 7 years ago
  56. ebe770c Add tests with a fake entropy source by Gilles Peskine · 7 years ago
  57. 5e76952 Add a facility to configure entropy sources by Gilles Peskine · 7 years ago
  58. 8295695 Merge branch 'iotssl-2578-psa-sig-verification_CRYPTO' into feature-psa-tls-integration-proposed by Hanno Becker · 7 years ago
  59. 6b01a9f Merge branch 'psa_cipher_CRYPTO' into feature-psa-tls-integration-proposed by Hanno Becker · 7 years ago
  60. 7b7808c Add tests for ECDSA verify with short r, s values by Manuel Pégourié-Gonnard · 7 years ago
  61. 510ee70 pk_wrap: test if a valid md_alg is passed to ecdsa_verify_wrap by Andrzej Kurek · 7 years ago
  62. d6d0790 Remove trailing whitespace by Andrzej Kurek · 7 years ago
  63. 2f31122 Cosmetic changes by Andrzej Kurek · 7 years ago
  64. c3de438 Add CSR write testing using opaque keys by Andrzej Kurek · 7 years ago
  65. e31411a Fix test that wasn't actually effective by Manuel Pégourié-Gonnard · 7 years ago
  66. 72d94be Improve description of a test by Manuel Pégourié-Gonnard · 7 years ago
  67. 276cb64 Align names to use "opaque" only everywhere by Manuel Pégourié-Gonnard · 7 years ago
  68. 7d51255 Implement pk_sign() for opaque ECDSA keys by Manuel Pégourié-Gonnard · 7 years ago
  69. 99af2f0 Add tests for unsupported operations/functions by Manuel Pégourié-Gonnard · 7 years ago
  70. 07b103f Implement can_do for opaque ECC keypairs by Manuel Pégourié-Gonnard · 7 years ago
  71. 683632b Add support for get_(bit)len on opaque keys by Manuel Pégourié-Gonnard · 7 years ago
  72. 06c6318 Add key generation to opaque test function by Manuel Pégourié-Gonnard · 7 years ago
  73. 274f521 Implement alloc/free wrappers for pk_opaque_psa by Manuel Pégourié-Gonnard · 7 years ago
  74. 91cb605 Add missing newline at the end of test_suite_cipher.gcm.data by Hanno Becker · 7 years ago
  75. e15c71c Test PSA-based GCM cipher operations by Hanno Becker · 7 years ago
  76. 78115ac Adapt existing Cipher-GCM test cases to new param for auth_crypt_tv by Hanno Becker · 7 years ago
  77. 1ccb1d6 Test PSA-based CCM cipher operations by Hanno Becker · 7 years ago
  78. 58fc9aa Add AES-*-CBC test vectors for PSA-based cipher contexts by Hanno Becker · 7 years ago
  79. 4ba0901 Merge branch 'gcm_through_cipher_api_tests' into gcm_through_cipher_api_tests_tmp by Hanno Becker · 7 years ago
  80. eba9993 Initialize PSA Crypto implementation at the start of each test suite by Hanno Becker · 7 years ago
  81. c0c882c Add missing dependencies in test_suite_cipher.gcm by Hanno Becker · 7 years ago
  82. ef42f22 Add NIST AES GCM test vectors to single-step cipher API test suite by Hanno Becker · 7 years ago
  83. c6b6907 Make library init and deinit more robust to errors by Gilles Peskine · 7 years ago
  84. 445e225 Test that deinit deactivates random generation and key slots by Gilles Peskine · 7 years ago
  85. b309eec Move library initialization tests to a new test suite by Gilles Peskine · 7 years ago
  86. 0d2c266 change MBEDTLS_RANDOM_SEED_ITS define to be PSA_CRYPTO_ITS_RANDOM_SEED_UID by avolinski · 7 years ago
  87. 13beb10 Adjust psa entropy inject tests to take as minimum seed size by avolinski · 7 years ago
  88. 7cc8229 Replace MBED_RANDOM_SEED_ITS_UID with MBEDTLS_RANDOM_SEED_ITS_UID by avolinski · 7 years ago
  89. 4d27c94 Adding testcase for PSA validate entropy injection: bad, too small using MBEDTLS_ENTROPY_MIN_PLATFORM by avolinski · 7 years ago
  90. 21f37cb Add Tests for psa crypto entropy incjection by Netanel Gonen · 7 years ago
  91. 9468bb2 Add Tests for psa crypto entropy incjection by Netanel Gonen · 7 years ago
  92. 0c6575a psa: Extend psa_generate_key to support persistent lifetimes by Darryl Green · 7 years ago
  93. d49a499 psa: Implement persistent keys by Darryl Green · 7 years ago
  94. db2b8db psa: Add storage implementation for files by Darryl Green · 7 years ago
  95. 818eab2 Merge tag 'mbedtls-2.14.0' into feature-psa by Jaeden Amero · 7 years ago
  96. c1b9892 Update library version number to 2.14.0 by Simon Butcher · 7 years ago
  97. 6b123fb Add test for overly long PSK in TLS-1.2 PSK-to-MS KDF by Hanno Becker · 7 years ago
  98. f074938 Add SHA-384 tests for TLS 1.2 PSK-to-MS key derivation by Hanno Becker · 7 years ago
  99. a198f06 Add tests for TLS-1.2 PSK-to-MS derivation by Hanno Becker · 7 years ago
  100. a1b87e5 Add missing dependency in an ECDH test case by Gilles Peskine · 7 years ago