1. 34b33f1 Changed psa_drv_se_cipher_t.size to context_size to be consistent by Derek Miller · 6 years ago
  2. 6211726 Removed key deriv. context struct, replaced with void* and a context_size by Derek Miller · 6 years ago
  3. 0b3098a added generate key. Removed pubkey export by Derek Miller · 6 years ago
  4. 0972fe5 added lifetime paramter to psa_drv_se_import_key_t as the SE needs to know this by Derek Miller · 6 years ago
  5. ea743cf Removed * from function pointers (as they were already pointers) by Derek Miller · 6 years ago
  6. b2a1cce temporarily changed psa_key_slot_t to psa_key_slot_number_t to avoid naming collision by Derek Miller · 6 years ago
  7. 83d2662 Changed opaque/transparent in functions/structs to se/accel by Derek Miller · 6 years ago
  8. 2d7e5fe Merge pull request #46 from Patater/fix-windows-initializers by Jaeden Amero · 6 years ago
  9. 1fb011f Merge pull request #152 from ARMmbed/psa-test-psa_constant_names by Jaeden Amero · 6 years ago
  10. a3abf54 Merge pull request #52 from Patater/verbosify-cmake-tests by Jaeden Amero · 6 years ago
  11. d48e9c7 all.sh: Enable verbose failure messages for CMake by Jaeden Amero · 6 years ago
  12. 8a23dc6 Merge pull request #48 from dgreen-arm/fix-zero-key-copy by Jaeden Amero · 6 years ago
  13. 8096caf Only zeroize buffer if the buffer length is non-zero by Darryl Green · 6 years ago
  14. 8593bca Allow NULL buffers in psa_copy_key_material when the key size is zero by Darryl Green · 6 years ago
  15. 2a0f48a Merge pull request #43 from Patater/update-2.16-dev by Jaeden Amero · 6 years ago
  16. 5229bbb psa: Test fresh contexts have default behavior by Jaeden Amero · 6 years ago
  17. 6fd4ee2 Merge pull request #20 from gilles-peskine-arm/psa-copy_key by Jaeden Amero · 6 years ago
  18. 21b33b0 Run generate_psa_constants.py before building psa_constant_names with cmake by Darryl Green · 6 years ago
  19. 7f04214 psa: Rename PSA_HASH_FINAL_SIZE to PSA_HASH_SIZE by Jaeden Amero · 6 years ago
  20. c979f6a psa: Test empty PKCS#1 v1.5 decryption by Jaeden Amero · 6 years ago
  21. f8daab7 psa: Enable testing RSA decryption with output sizes by Jaeden Amero · 6 years ago
  22. 412654a psa: Expect output-buffer-sized RSA-decryption by Jaeden Amero · 6 years ago
  23. 4728469 rsa: Re-enable use of zero-length null output by Jaeden Amero · 6 years ago
  24. 6893364 Merge commit '01b34fb316a5' into development by Jaeden Amero · 7 years ago
  25. da7c80e Add dependency to Makefile by Darryl Green · 6 years ago
  26. c9516fb Document exercise_key and fix one incorrect usage by Gilles Peskine · 7 years ago
  27. e84d5d2 psa_copy_key: Add test cases to specifically check non-exportability by Gilles Peskine · 7 years ago
  28. df72306 Fix typo in generate_psa_constants.py by Darryl Green · 6 years ago
  29. ae2f5f1 Merge pull request #44 from mpg/fix-double-return by Jaeden Amero · 6 years ago
  30. 45010a3 Move test_psa_constant_names to a full config build by Darryl Green · 6 years ago
  31. d519583 Run generate_psa_constants.py in cmake builds by Darryl Green · 6 years ago
  32. b8fe068 Document that ECDH and FFDH are excluded only temporarily by Darryl Green · 6 years ago
  33. aec5a7f psa_copy_key: minor documentation clarification by Gilles Peskine · 7 years ago
  34. 3dab69d Merge pull request #39 from gilles-peskine-arm/psa-api-1.0-beta-docs by Jaeden Amero · 7 years ago
  35. f2a7529 Fix double return statement in cipher.c by Manuel Pégourié-Gonnard · 7 years ago
  36. 61b7f61 Change unknown hash algorithm value by Darryl Green · 7 years ago
  37. acdf07c Merge pull request #41 from hanno-arm/ec_pubkey_fmt_fixes by Jaeden Amero · 7 years ago
  38. 00114d7 Adapt test in test_suite_pk to work with new PSA public key format by Hanno Becker · 7 years ago
  39. 9acfd73 Adapt mbedtls_pk_write_pubkey_der() to the new PSA public key format by Hanno Becker · 7 years ago
  40. 69777ca Add function to find OID for PSA ECC curve identifiers by Hanno Becker · 7 years ago
  41. cd0f276 Update pointer in PSA-based mbedtls_pk_write_pubkey() by Hanno Becker · 7 years ago
  42. 7b39508 Documentation: link to the specification separately by Gilles Peskine · 7 years ago
  43. f8785f7 Remove API specification PDFs from the implementation repository by Gilles Peskine · 7 years ago
  44. ec07950 Exclude ECDH and FFDH key agreement algorithms for now by Darryl Green · 7 years ago
  45. 95ab71a test_psa_constant_names: make tmp files easier to recognize by Gilles Peskine · 7 years ago
  46. 1754208 Recognize kdf_alg as KDF algorithm parameter name by Gilles Peskine · 7 years ago
  47. 6d194bd Read constant names from crypto_extra.h as well as crypto_values.h by Gilles Peskine · 7 years ago
  48. 6a78573 CMake: psa_constant_names and test_psa_constant_names by Gilles Peskine · 7 years ago
  49. f31dbb7 CMake: build and install key_ladder_demo by Gilles Peskine · 7 years ago
  50. 738f017 Fix the build of key_ladder_demo under Clang by Gilles Peskine · 7 years ago
  51. 451e24c Fix out-of-tree builds that use the PSA crypto API headers by Gilles Peskine · 7 years ago
  52. 265a171 Error out if a value is out of range by Gilles Peskine · 7 years ago
  53. 182c2e9 psa_constant_names: fix display for truncated unknown MAC/AEAD algorithm by Gilles Peskine · 7 years ago
  54. c68ce96 Exclude full-length-algorithm macros from testing by Gilles Peskine · 7 years ago
  55. 434899f Test truncated MAC and AEAD algorithms by Gilles Peskine · 7 years ago
  56. f96ed66 Fix bug in distribute_arguments for multi-argument macros by Gilles Peskine · 7 years ago
  57. cf9c18e Add option to keep the temporary C files by Gilles Peskine · 7 years ago
  58. a0a315c Add location information to input processing exceptions by Gilles Peskine · 7 years ago
  59. 377c683 Test psa_constant_names in all.sh by Gilles Peskine · 7 years ago
  60. 2482702 Test program for psa_constant_names by Gilles Peskine · 7 years ago
  61. 567840e Support multiple values on the command line by Gilles Peskine · 7 years ago
  62. 472c20b Merge pull request #28 from hanno-arm/ec_pubkey_fmt_adapt_ecdsa_verify_wrap by Jaeden Amero · 7 years ago
  63. d288494 Fix outdated comment in ecdsa_verify_wrap() by Hanno Becker · 7 years ago
  64. 6b156df Don't consider RIPEMD160 a PSA_ALG_ANY_HASH candidate by Gilles Peskine · 7 years ago
  65. 8c1247f Add psa_copy_key tests with policy constraints by Gilles Peskine · 7 years ago
  66. 57ab721 Test psa_copy_key by Gilles Peskine · 7 years ago
  67. fa6f146 Merge pull request #30 from orenc17/its_update by Jaeden Amero · 7 years ago
  68. 122d002 Fix memory leak in psa_copy_key by Gilles Peskine · 7 years ago
  69. f603c71 New function psa_copy_key by Gilles Peskine · 7 years ago
  70. 43bafcc Merge pull request #15 from gilles-peskine-arm/psa-signature_policy_wildcard by Jaeden Amero · 7 years ago
  71. 231bf5b Use new ITS uid type by Oren Cohen · 7 years ago
  72. 763fb9a Improve the description of PSA_ALG_ANY_HASH by Gilles Peskine · 7 years ago
  73. d46548c Merge pull request #23 from orenc17/its_update by Jaeden Amero · 7 years ago
  74. 5d5e90a Adapt ecdsa_verify_wrap() to new EC public key format by Hanno Becker · 7 years ago
  75. 37a8c0c Merge pull request #27 from hanno-arm/crypto_submodule_update_prs_6_18_19_sibling by Jaeden Amero · 7 years ago
  76. 23a6784 Update usage of PSA ITS to comply with v1.0 by Oren Cohen · 7 years ago
  77. 2169a5e PSA: Adapt pk.c, pk_wrap.c, cipher.c to new key policy init API by Hanno Becker · 7 years ago
  78. 242da1e PSA: Adapt cipher.c, pk.c, pk_wrap.c to new key slot allocation API by Hanno Becker · 7 years ago
  79. 330b9a4 PSA: Adapt ssl_server2 to modified key allocation API by Hanno Becker · 7 years ago
  80. f3adecf PSA: Adapt ssl_server2 to hew key policy initialization API by Hanno Becker · 7 years ago
  81. 2261a0f PSA: Adapt ssl_client2 to new key policy initialization API by Hanno Becker · 7 years ago
  82. d74dfc2 PSA: Adapt ssl_client2 to modified key slot allocation API by Hanno Becker · 7 years ago
  83. a814ae6 PSA: Adapt PK test suite to new key policy initialization API by Hanno Becker · 7 years ago
  84. fcf659b PSA: Adapt PK test suite to modified key slot allocation mechanism by Hanno Becker · 7 years ago
  85. 4d69cf1 Merge pull request #13 from Patater/pubkey-format by Jaeden Amero · 7 years ago
  86. eb2d4b9 Test that HASH_ANY is not meaningful for OAEP by Gilles Peskine · 7 years ago
  87. 21fec0c psa: Expand documentation for psa_key_agreement() by Jaeden Amero · 7 years ago
  88. c67200d psa: Remove extra status handling from import by Jaeden Amero · 7 years ago
  89. cd09d8c psa: Refactor psa_import_rsa_key() pk-using code by Jaeden Amero · 7 years ago
  90. ccdce90 psa: Simplify EC public key format by Jaeden Amero · 7 years ago
  91. 97271b3 psa: Use psa_status_t in psa_key_agreement_ecdh() by Jaeden Amero · 7 years ago
  92. 25384a2 psa: Simplify RSA public key format by Jaeden Amero · 7 years ago
  93. 0b6b871 Merge pull request #22 from ARMmbed/iotssl-2697-psa-key-allocation-crypto by Jaeden Amero · 7 years ago
  94. cfb7ae9 Merge pull request #16 from itayzafrir/spm-support-crypto-handles-api by Jaeden Amero · 7 years ago
  95. 54c139f Remove unnecessary "#" sign from PSA macros by Andrzej Kurek · 7 years ago
  96. f410a5c Fix indentation of documentation by Andrzej Kurek · 7 years ago
  97. e1a8187 pk_wrap: pass curve size instead of a larger size of the exported key by Andrzej Kurek · 7 years ago
  98. 1ec0fee pk: wrap curve_id before passing it to PSA by Andrzej Kurek · 7 years ago
  99. 08dfcea cipher: fixed key ownership scope by Andrzej Kurek · 7 years ago
  100. c750932 Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago