1. f0cba73 New test function for raw agreement by Gilles Peskine · 6 years ago
  2. f8831c2 Remove obsolete test case "ECDH-only public key" by Gilles Peskine · 6 years ago
  3. 77f40d8 Quick fix of key agreement setup tests for the new derivation API by Gilles Peskine · 6 years ago
  4. 04ee2d2 Update key agreement policy tests for the new derivation API by Gilles Peskine · 6 years ago
  5. 1e2730b Update usage of PSA_ALG_ECDH so that test_suite_psa_crypto compiles by Gilles Peskine · 6 years ago
  6. 3135184 Merge remote-tracking branch 'upstream-crypto/development' into psa-api-beta2-merge-development by Gilles Peskine · 6 years ago
  7. bf61ca7 Merge pull request #58 from Patater/disallow-invalid-context by Jaeden Amero · 6 years ago
  8. 11aa7ee psa: Extend hash bad order test by Jaeden Amero · 6 years ago
  9. ab43997 psa: Disallow use of invalid cipher contexts by Jaeden Amero · 6 years ago
  10. 252ef28 psa: Disallow use of invalid MAC contexts by Jaeden Amero · 6 years ago
  11. e086652 Test the length of cipher_update output by Gilles Peskine · 6 years ago
  12. a04ba4e Add some CTR multipart tests by Gilles Peskine · 6 years ago
  13. 3215de4 Add CBC multipart tests with 2 blocks by Gilles Peskine · 6 years ago
  14. 2a0f48a Merge pull request #43 from Patater/update-2.16-dev by Jaeden Amero · 6 years ago
  15. c979f6a psa: Test empty PKCS#1 v1.5 decryption by Jaeden Amero · 6 years ago
  16. f8daab7 psa: Enable testing RSA decryption with output sizes by Jaeden Amero · 6 years ago
  17. e84d5d2 psa_copy_key: Add test cases to specifically check non-exportability by Gilles Peskine · 7 years ago
  18. 8c1247f Add psa_copy_key tests with policy constraints by Gilles Peskine · 7 years ago
  19. 57ab721 Test psa_copy_key by Gilles Peskine · 7 years ago
  20. 43bafcc Merge pull request #15 from gilles-peskine-arm/psa-signature_policy_wildcard by Jaeden Amero · 7 years ago
  21. 4d69cf1 Merge pull request #13 from Patater/pubkey-format by Jaeden Amero · 7 years ago
  22. eb2d4b9 Test that HASH_ANY is not meaningful for OAEP by Gilles Peskine · 7 years ago
  23. ccdce90 psa: Simplify EC public key format by Jaeden Amero · 7 years ago
  24. 25384a2 psa: Simplify RSA public key format by Jaeden Amero · 7 years ago
  25. 870f5dc Add missing test dependency by Gilles Peskine · 7 years ago
  26. b37af92 Merge branch 'psa-hash_clone' into psa-api-1.0-beta by Gilles Peskine · 7 years ago
  27. ebb2c3e New function psa_hash_clone by Gilles Peskine · 7 years ago
  28. 9dcc80e Merge branch 'psa-derive_input_steps-agreement_as_one_step' into psa-api-1.0-beta by Gilles Peskine · 7 years ago
  29. 6843c29 Simplify the encoding of key agreement algorithms by Gilles Peskine · 7 years ago
  30. 1f9e58a Merge branch 'psa-signature_policy_wildcard' into psa-api-1.0-beta by Gilles Peskine · 7 years ago
  31. 0ae445f psa: Simplify EC public key format by Jaeden Amero · 7 years ago
  32. 30f77cd Add a hash wildcard value for hash-and-sign algorithm by Gilles Peskine · 7 years ago
  33. 6b19600 psa: Simplify RSA public key format by Jaeden Amero · 7 years ago
  34. d94d671 psa: Test that generator initializers work by Jaeden Amero · 7 years ago
  35. 5bae227 psa: Add initializers for cipher operation objects by Jaeden Amero · 7 years ago
  36. 769ce27 psa: Add initializers for MAC operation objects by Jaeden Amero · 7 years ago
  37. 6a25b41 psa: Add initializers for hash operation objects by Jaeden Amero · 7 years ago
  38. 70261c5 psa: Add initializers for key policies by Jaeden Amero · 7 years ago
  39. c5487a8 Drop support for psa_key_slot_t in psa_crypto.c by Gilles Peskine · 7 years ago
  40. bdf309c Convert the PSA crypto cryptography tests to the new handle API by Gilles Peskine · 7 years ago
  41. a8860b2 Remove lifetime test functions by Gilles Peskine · 7 years ago
  42. dc911fd Remove redundant slot-based test by Gilles Peskine · 7 years ago
  43. a426168 Test that failure of import_key preserves metadata by Gilles Peskine · 7 years ago
  44. 961849f Implement slot allocation by Gilles Peskine · 7 years ago
  45. 9edc146 Merge pull request #209 from ARMmbed/psa-init_tests by Gilles Peskine · 7 years ago
  46. b0b189f Add missing compilation guards for GCM and CCM by Gilles Peskine · 7 years ago
  47. b309eec Move library initialization tests to a new test suite by Gilles Peskine · 7 years ago
  48. 0c6575a psa: Extend psa_generate_key to support persistent lifetimes by Darryl Green · 7 years ago
  49. d49a499 psa: Implement persistent keys by Darryl Green · 7 years ago
  50. 6b123fb Add test for overly long PSK in TLS-1.2 PSK-to-MS KDF by Hanno Becker · 7 years ago
  51. f074938 Add SHA-384 tests for TLS 1.2 PSK-to-MS key derivation by Hanno Becker · 7 years ago
  52. a198f06 Add tests for TLS-1.2 PSK-to-MS derivation by Hanno Becker · 7 years ago
  53. a1b87e5 Add missing dependency in an ECDH test case by Gilles Peskine · 7 years ago
  54. 1dfb1ba Add a test case for key agreement with a following KDF by Gilles Peskine · 7 years ago
  55. 24658c4 Add test vectors for TLS 1.2 PRF by Hanno Becker · 7 years ago
  56. 88714d7 Allow ECDH-only public key in ECDH by Gilles Peskine · 7 years ago
  57. 714e16b Add import/export test of EC public key by Gilles Peskine · 7 years ago
  58. 3ec8ed8 Add multipart key agreement tests by Gilles Peskine · 7 years ago
  59. b7ecdf0 Implement ECDH by Gilles Peskine · 7 years ago
  60. 01d718c New API function: psa_key_agreement by Gilles Peskine · 7 years ago
  61. e8f0e3d New algorithm category: key selection by Gilles Peskine · 7 years ago
  62. 86a440b Reject non-byte-aligned RSA keys by Gilles Peskine · 7 years ago
  63. 7289447 Fix a test case with incorrect dependency by Gilles Peskine · 7 years ago
  64. ce50007 Add tests of using cipher in bad state cases by Moran Peker · 7 years ago
  65. 3455009 Add tests that check export failures after illegal behavior by Moran Peker · 7 years ago
  66. 28a38e6 Add tests that checks key management corner cases by Moran Peker · 7 years ago
  67. 8739da8 Fix test data in an old format by Gilles Peskine · 7 years ago
  68. c0a0855 Merge pull request #171 from ARMmbed/asymmetric_apis_coverage by Jaeden Amero · 7 years ago
  69. 2d65cf0 Fix sign test dependencies and used algorithm by Mohammad AboMokh · 7 years ago
  70. fe9f771 Merge pull request #170 from ARMmbed/increase_psa_key_derivation_code_coverage by Jaeden Amero · 7 years ago
  71. 40f1cb1 Merge pull request #182 from ARMmbed/psa-asymmetric-format-raw_private_key by Jaeden Amero · 7 years ago
  72. 392952d Fix test dependencies lists by Mohammad AboMokh · 7 years ago
  73. 27e6945 Refactor and rename test hash_verify_bad_paths to hash_verify_bad_args by itayzafrir · 7 years ago
  74. b2dd5ed Rename test hash_finish_bad_paths to hash_finish_bad_args by itayzafrir · 7 years ago
  75. f86548d Add test hash_bad_order by itayzafrir · 7 years ago
  76. 5802832 Split test hash_bad_paths into 3 different tests by itayzafrir · 7 years ago
  77. 69290f0 Update hash tests documentation by itayzafrir · 7 years ago
  78. 02d6295 Move positive hash tests into a new test suite by itayzafrir · 7 years ago
  79. 9b3b31d Delete redundant hash test vectors by itayzafrir · 7 years ago
  80. a00f1d8 Add additional test vectors for hash single part by itayzafrir · 7 years ago
  81. f5b3eb8 Add hash test for multipart operation by itayzafrir · 7 years ago
  82. ec93d30 Add hash bad paths test by itayzafrir · 7 years ago
  83. 18b1a22 Add missing algorithms to existing hash tests by itayzafrir · 7 years ago
  84. dd69d8b Streamline test function API by removing parameter by Nir Sonnenschein · 7 years ago
  85. 2257649 Private EC key import: boundary test cases by Gilles Peskine · 7 years ago
  86. 4eda37b streamline test function API by removing parameter by Nir Sonnenschein · 7 years ago
  87. 991aee6 improve test description by Mohammad AboMokh · 7 years ago
  88. e783d34 Private EC key format: change test data to raw private keys by Gilles Peskine · 7 years ago
  89. 1010628 Add some key pair and public key export tests by Gilles Peskine · 7 years ago
  90. 49c2591 Improve export_public_key test function by Gilles Peskine · 7 years ago
  91. b46e7ca add additional generator tests and generalize key derivation test by Nir Sonnenschein · 7 years ago
  92. 87576c5 Improve line coverage for asymmetric verify function by adding new bad scenarios by Mohammad AboMokh · 7 years ago
  93. 8ffded3 Improve line coverage for asymmetric sign function by adding new bad scenarios by Mohammad AboMokh · 7 years ago
  94. e5204c9 add tests that increase key derivation code coverage slightly by Nir Sonnenschein · 7 years ago
  95. c26eae1 Clarify the description of a CCM truncated tag test by Gilles Peskine · 7 years ago
  96. 85ea2b3 Add some negative tests of CCM and GCM with invalid tag lengths by Gilles Peskine · 7 years ago
  97. 28dfea6 Add test cases for truncated MAC with a too short/long length by Gilles Peskine · 7 years ago
  98. e1f2d7d Document and check the consistency of truncated MAC encodings by Gilles Peskine · 7 years ago
  99. be00a71 Add tests for shorter-tag AEAD (CCM, GCM) by Gilles Peskine · 7 years ago
  100. 7da96b0 Reorder parameters of AEAD unit tests to be more logical by Gilles Peskine · 7 years ago