1. 9e0a4a5 Test abort after failed setup by Gilles Peskine · 6 years ago
  2. f426e0f Smoke-test operation contexts after setup+abort by Gilles Peskine · 6 years ago
  3. bf61ca7 Merge pull request #58 from Patater/disallow-invalid-context by Jaeden Amero · 6 years ago mbedcrypto-1.0.0d6
  4. 36ee5d0 psa: Disallow repeated setup by Jaeden Amero · 6 years ago
  5. 11aa7ee psa: Extend hash bad order test by Jaeden Amero · 6 years ago
  6. a0f625a psa: Disallow use of invalid hash contexts by Jaeden Amero · 6 years ago
  7. ab43997 psa: Disallow use of invalid cipher contexts by Jaeden Amero · 6 years ago
  8. 252ef28 psa: Disallow use of invalid MAC contexts by Jaeden Amero · 6 years ago
  9. e086652 Test the length of cipher_update output by Gilles Peskine · 6 years ago
  10. a04ba4e Add some CTR multipart tests by Gilles Peskine · 6 years ago
  11. 3215de4 Add CBC multipart tests with 2 blocks by Gilles Peskine · 6 years ago
  12. 3b7e084 Fix incorrect length check in multipart cipher tests by Gilles Peskine · 6 years ago
  13. ee46fe7 Fix output size calculations in cipher tests by Gilles Peskine · 6 years ago
  14. cf2010c psa: Check generator validity before read by Jaeden Amero · 6 years ago
  15. 9654e11 Merge pull request #55 from davidsaada/david_its_ps_err_codes by Jaeden Amero · 6 years ago mbedcrypto-1.0.0d3
  16. a2523b2 Replace ITS specific types with more generic PSA storage types by David Saada · 6 years ago
  17. b4ecc27 Replace PSA error code definitions with the ones defined in PSA spec by David Saada · 6 years ago
  18. 0574e6a Merge pull request #51 from Patater/update-dev-tls-dev-crypto-merge by Jaeden Amero · 6 years ago
  19. 67ea2c5 Merge branch 'development-psa-proposed' into development by Jaeden Amero · 6 years ago
  20. 3ea2687 psa: Initialize crypto in tests that need to by Jaeden Amero · 6 years ago
  21. 2d7e5fe Merge pull request #46 from Patater/fix-windows-initializers by Jaeden Amero · 6 years ago
  22. 2a0f48a Merge pull request #43 from Patater/update-2.16-dev by Jaeden Amero · 6 years ago
  23. 5229bbb psa: Test fresh contexts have default behavior by Jaeden Amero · 6 years ago
  24. 6fd4ee2 Merge pull request #20 from gilles-peskine-arm/psa-copy_key by Jaeden Amero · 6 years ago
  25. c979f6a psa: Test empty PKCS#1 v1.5 decryption by Jaeden Amero · 7 years ago
  26. f8daab7 psa: Enable testing RSA decryption with output sizes by Jaeden Amero · 7 years ago
  27. 412654a psa: Expect output-buffer-sized RSA-decryption by Jaeden Amero · 7 years ago
  28. 6893364 Merge commit '01b34fb316a5' into development by Jaeden Amero · 7 years ago
  29. c9516fb Document exercise_key and fix one incorrect usage by Gilles Peskine · 7 years ago
  30. e84d5d2 psa_copy_key: Add test cases to specifically check non-exportability by Gilles Peskine · 7 years ago
  31. 8a2e97c Merge development-psa commit 80b5662 into development-psa-merged branch by Andrzej Kurek · 7 years ago
  32. acdf07c Merge pull request #41 from hanno-arm/ec_pubkey_fmt_fixes by Jaeden Amero · 7 years ago
  33. de5a007 Merge development commit f352f7 into development-psa by Andrzej Kurek · 7 years ago
  34. 00114d7 Adapt test in test_suite_pk to work with new PSA public key format by Hanno Becker · 7 years ago
  35. 56104ea Adapt test in test_suite_pk to work with new PSA public key format by Hanno Becker · 7 years ago
  36. 409fdae test_suite_ctr_drbg: use ctr_drbg_update_ret instead of ctr_drbg_update by Andrzej Kurek · 7 years ago
  37. f093a3d Use ecdh_setup instead of ecp_group_load by Andrzej Kurek · 7 years ago
  38. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 7 years ago
  39. 730ecdf Merge remote-tracking branch 'origin/pr/2371' into development by Jaeden Amero · 7 years ago
  40. 6b156df Don't consider RIPEMD160 a PSA_ALG_ANY_HASH candidate by Gilles Peskine · 7 years ago
  41. 8c1247f Add psa_copy_key tests with policy constraints by Gilles Peskine · 7 years ago
  42. 57ab721 Test psa_copy_key by Gilles Peskine · 7 years ago
  43. f603c71 New function psa_copy_key by Gilles Peskine · 7 years ago
  44. 43bafcc Merge pull request #15 from gilles-peskine-arm/psa-signature_policy_wildcard by Jaeden Amero · 7 years ago
  45. 37a8c0c Merge pull request #27 from hanno-arm/crypto_submodule_update_prs_6_18_19_sibling by Jaeden Amero · 7 years ago
  46. a814ae6 PSA: Adapt PK test suite to new key policy initialization API by Hanno Becker · 7 years ago
  47. fcf659b PSA: Adapt PK test suite to modified key slot allocation mechanism by Hanno Becker · 7 years ago
  48. 8d865df PSA: Adapt PK test suite to new key policy initialization API by Hanno Becker · 7 years ago
  49. 353295a PSA: Adapt PK test suite to modified key slot allocation mechanism by Hanno Becker · 7 years ago
  50. 4d69cf1 Merge pull request #13 from Patater/pubkey-format by Jaeden Amero · 7 years ago mbedcrypto-1.0.0d1
  51. eb2d4b9 Test that HASH_ANY is not meaningful for OAEP by Gilles Peskine · 7 years ago
  52. 36e89b5 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 7 years ago
  53. ccdce90 psa: Simplify EC public key format by Jaeden Amero · 7 years ago
  54. 25384a2 psa: Simplify RSA public key format by Jaeden Amero · 7 years ago
  55. 0b6b871 Merge pull request #22 from ARMmbed/iotssl-2697-psa-key-allocation-crypto by Jaeden Amero · 7 years ago
  56. c750932 Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  57. 870f5dc Add missing test dependency by Gilles Peskine · 7 years ago
  58. 8e76332 Merge remote-tracking branch 'public/pr/2040' into development by Simon Butcher · 7 years ago
  59. 38cb940 Merge remote-tracking branch 'public/pr/2231' into development by Simon Butcher · 7 years ago
  60. 494624d Merge pull request #18 from gilles-peskine-arm/psa-hash_clone by Jaeden Amero · 7 years ago mbedcrypto-1.0.0d0
  61. d40c1fb Don't require a type and size when creating a key slot by Gilles Peskine · 7 years ago
  62. ebb2c3e New function psa_hash_clone by Gilles Peskine · 7 years ago
  63. 30f77cd Add a hash wildcard value for hash-and-sign algorithm by Gilles Peskine · 7 years ago
  64. d35b489 New macro PSA_ALG_IS_HASH_AND_SIGN by Gilles Peskine · 7 years ago
  65. 6944e05 Merge remote-tracking branch 'public/pr/2232' into development by Simon Butcher · 7 years ago
  66. 012a06c Merge remote-tracking branch 'public/pr/2228' into development by Simon Butcher · 7 years ago
  67. 2349c4d Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  68. d94d671 psa: Test that generator initializers work by Jaeden Amero · 7 years ago
  69. 5bae227 psa: Add initializers for cipher operation objects by Jaeden Amero · 7 years ago
  70. 769ce27 psa: Add initializers for MAC operation objects by Jaeden Amero · 7 years ago
  71. 6a25b41 psa: Add initializers for hash operation objects by Jaeden Amero · 7 years ago
  72. 70261c5 psa: Add initializers for key policies by Jaeden Amero · 7 years ago
  73. 8c7e95d tests: Remove unused key policy objects by Jaeden Amero · 7 years ago
  74. 6c164e7 Update the version of the library to 2.16.0 by Simon Butcher · 7 years ago
  75. c08fc1d Move MIN and MAX macros from PSA tests to helpers.function by Gilles Peskine · 7 years ago
  76. d76f181 Prefer ASSERT_ALLOC to calloc+TEST_ASSERT in PSA tests by Gilles Peskine · 7 years ago
  77. 1f2aa0e Remove useless null checks of data_t* parameters by Gilles Peskine · 7 years ago
  78. 40ab95b Remove checks of test parameters against SIZE_MAX by Gilles Peskine · 7 years ago
  79. 0dfba2d Use ASSERT_COMPARE in preference to memcmp in PSA tests by Gilles Peskine · 7 years ago
  80. f812dcf Rewrap some lines after the macro changes by Gilles Peskine · 7 years ago
  81. fe11b72 Use TEST_EQUAL(a,b) in preference to TEST_ASSERT(a==b) by Gilles Peskine · 7 years ago
  82. 8817f61 Use PSA_ASSERT(a) in preference to TEST_ASSERT(a==PSA_SUCCESS) by Gilles Peskine · 7 years ago
  83. 0f915f1 Indent PSA tests according to K&R rules with Mbed TLS tweaks by Gilles Peskine · 7 years ago
  84. 9d8eea7 Wrap some multiline expressions in parentheses by Gilles Peskine · 7 years ago
  85. 5f7aeee New test macro TEST_EQUAL by Gilles Peskine · 7 years ago
  86. 0174be2 Move the PSA_ASSERT macro to the common helpers file by Gilles Peskine · 7 years ago
  87. f055ad7 Add a safety check to ARRAY_LENGTH by Gilles Peskine · 7 years ago
  88. ad7c210 Merge remote-tracking branch 'public/pr/2274' into development by Simon Butcher · 7 years ago
  89. 12b4240 Merge remote-tracking branch 'public/pr/2288' into development by Simon Butcher · 7 years ago
  90. c831193 Merge remote-tracking branch 'public/pr/2302' into development by Simon Butcher · 7 years ago
  91. 1efda39 Merge remote-tracking branch 'public/pr/2297' into development by Simon Butcher · 7 years ago
  92. 5aa7809 Merge remote-tracking branch 'public/pr/2275' into development by Simon Butcher · 7 years ago
  93. 780cf18 Merge remote-tracking branch 'public/pr/2271' into development by Simon Butcher · 7 years ago
  94. 032c037 Merge remote-tracking branch 'public/pr/2270' into development by Simon Butcher · 7 years ago
  95. a033633 Merge remote-tracking branch 'public/pr/2269' into development by Simon Butcher · 7 years ago
  96. 70935a4 Merge remote-tracking branch 'public/pr/2299' into development by Simon Butcher · 7 years ago
  97. 003c0e0 Merge remote-tracking branch 'public/pr/2292' into development by Simon Butcher · 7 years ago
  98. decf2f5 Merge remote-tracking branch 'public/pr/2291' into development by Simon Butcher · 7 years ago
  99. 65ce5dc Merge remote-tracking branch 'public/pr/2290' into development by Simon Butcher · 7 years ago
  100. ad2e0da Merge remote-tracking branch 'public/pr/2283' into development by Simon Butcher · 7 years ago