1. 97d3bc3 Added extra bad state case to psa_hash_setup by Adrian L. Shaw · 6 years ago
  2. 2364924 Add missing return codes to psa_generate_key by Adrian L. Shaw · 6 years ago
  3. 1f42a84 Add PSA_ERROR_BUFFER_TOO_SMALL to psa_mac_compute by Adrian L. Shaw · 6 years ago
  4. 650229b Added PSA_ERROR_STORAGE_FAILURE to psa_mac_compute by Adrian L. Shaw · 6 years ago
  5. 2a88978 Add PSA_ERROR_STORAGE_FAILURE to psa_export_public_key by Adrian L. Shaw · 6 years ago
  6. 11638b9 Added PSA_ERROR_INSUFFICIENT_MEMORY to psa_export_public_key by Adrian L. Shaw · 6 years ago
  7. 7f1863c Add PSA_ERROR_INSUFFICIENT_MEMORY to psa_export_key by Adrian L. Shaw · 6 years ago
  8. 15731c1 Added PSA_ERROR_STORAGE_FAILURE to psa_export_key by Adrian L. Shaw · 6 years ago
  9. 23c006f Added missing return codes to get_key_attributes by Adrian L. Shaw · 6 years ago
  10. 39797aa Fix erroneous cut and paste by Adrian L. Shaw · 6 years ago
  11. fbf7f12 Separate return codes for unsupported and invalid algorithms by Adrian L. Shaw · 6 years ago
  12. 66200c4 Add PSA_ERROR_STORAGE_FAILURE to psa_cipher_generate_iv by Adrian L. Shaw · 6 years ago
  13. f97c852 Add CORRUPTION_DETECTED to psa_close_key by Adrian L. Shaw · 6 years ago
  14. 6725757 Remove errorneous insert by Adrian L. Shaw · 6 years ago
  15. 484ba88 Add STORAGE_FAILURE everywhere + add missing codes by Adrian L. Shaw · 6 years ago
  16. dc5bf5c Add storage failure to (encrypt/decrypt)_setup by Adrian L. Shaw · 6 years ago
  17. d9e9024 Add storage failure to psa_mac_verify_finish by Adrian L. Shaw · 6 years ago
  18. 2632236 Add storage failure to psa_mac_sign_finish by Adrian L. Shaw · 6 years ago
  19. 8d0bcf2 Add PSA_ERROR_INVALID_ARGUMENT to psa_hash_compare by Adrian L. Shaw · 6 years ago
  20. df3c7ac Remove trailing whitespace by Adrian L. Shaw · 6 years ago
  21. d789dc1 Added a few more return codes by Adrian L. Shaw · 6 years ago
  22. 3e41249 Add PSA_ERROR_STORAGE_FAILURE to psa_aead_*_setup functions by Adrian L. Shaw · 6 years ago
  23. 71b33ff Add missing error codes to psa_generate_random by Adrian L. Shaw · 6 years ago
  24. 0d280b9 Add missing error codes for psa_raw_key_agreement by Adrian L. Shaw · 6 years ago
  25. a3f6ba5 Added PSA_ERROR_STORAGE_FAILURE to psa_cipher_(encrypt/decrypt) by Adrian L. Shaw · 6 years ago
  26. 320659b Added PSA_ERROR_BAD_STATE to functions with operations by Adrian L. Shaw · 6 years ago
  27. e970d65 Added extra bad state case to psa_hash_setup by Adrian L. Shaw · 6 years ago
  28. 6e758c9 Add missing return codes to psa_asymmetric_verify by Adrian L. Shaw · 6 years ago
  29. 27c1215 Add missing parameters to psa_asymmetric_sign by Adrian L. Shaw · 6 years ago
  30. d21c6e6 Add missing return codes to psa_generate_key by Adrian L. Shaw · 6 years ago
  31. c207ba3 Added missing return codes to psa_aead_decrypt by Adrian L. Shaw · 6 years ago
  32. 96f31ad Add missing return codes to psa_asymmetric_decrypt by Adrian L. Shaw · 6 years ago
  33. f961d5c Add missing return codes to psa_asymmetric_encrypt by Adrian L. Shaw · 6 years ago
  34. 53d90c5 Only return PSA_ERROR_DOES_NOT_EXIST from psa_open_key by Adrian L. Shaw · 6 years ago
  35. 9770d0e Add PSA_ERROR_STORAGE_FAILURE to psa_mac_verify_setup by Adrian L. Shaw · 6 years ago
  36. 2409ba0 Added PSA_ERROR_STORAGE_FAILURE to psa_mac_sign_setup by Adrian L. Shaw · 6 years ago
  37. 7563ed1 Remove PSA_ERROR_DOES_NOT_EXIST from psa_mac_sign_setup by Adrian L. Shaw · 6 years ago
  38. d5ae06b Add PSA_ERROR_BUFFER_TOO_SMALL to psa_mac_compute by Adrian L. Shaw · 6 years ago
  39. dec47b6 Added the possibility of PSA_ERROR_BAD_STATE to all functions by Adrian L. Shaw · 6 years ago
  40. fa591c4 Added PSA_ERROR_STORAGE_FAILURE to psa_mac_compute by Adrian L. Shaw · 6 years ago
  41. f7d852a Added PSA_ERROR_BUFFER_TOO_SMALL to psa_hash_compute by Adrian L. Shaw · 6 years ago
  42. 60b0320 Add PSA_ERROR_STORAGE_FAILURE to psa_copy_key by Adrian L. Shaw · 6 years ago
  43. 398b3c2 Add PSA_ERROR_STORAGE_FAILURE to psa_export_public_key by Adrian L. Shaw · 6 years ago
  44. e926e73 Removed PSA_DOES_NOT_EXIST from psa_export_public_key by Adrian L. Shaw · 6 years ago
  45. 88c51ad Added PSA_ERROR_INSUFFICIENT_MEMORY to psa_export_public_key by Adrian L. Shaw · 6 years ago
  46. 742084e Removed PSA_ERROR_DOES_NOT_EXIST from psa_export_key by Adrian L. Shaw · 6 years ago
  47. 0542d59 Add PSA_ERROR_INSUFFICIENT_MEMORY to psa_export_key by Adrian L. Shaw · 6 years ago
  48. 89b7152 Added PSA_ERROR_STORAGE_FAILURE to psa_export_key by Adrian L. Shaw · 6 years ago
  49. 29b6407 Added missing return codes to get_key_attributes by Adrian L. Shaw · 6 years ago
  50. 21db2a9 Merge pull request #229 from k-stachowiak/IOTCRYPT-791-remove-legacy-psa-key-derivation by Jaeden Amero · 6 years ago
  51. 8824dae Editorial fixes. by Andrew Thoelke · 6 years ago
  52. 07f16b7 Update documentation for psa_destroy_key by Andrew Thoelke · 6 years ago
  53. 3daba81 Update documentation for psa_close_key by Andrew Thoelke · 6 years ago
  54. 9741b11 Update psa_open_key documentation by Andrew Thoelke · 6 years ago
  55. 203491c Remove duplicated information in psa_open_key by Andrew Thoelke · 6 years ago
  56. b9b4f09 Document new error type returned from the key derivation API by k-stachowiak · 6 years ago
  57. adb1c52 Merge pull request #157 from gilles-peskine-arm/psa-se_driver-create_key by Gilles Peskine · 6 years ago
  58. 105f67f Move the definition of psa_key_attributes_t to crypto_types.h by Gilles Peskine · 6 years ago
  59. d16bdac Use stdint.h types in multipart AEAD functions by Andrew Thoelke · 6 years ago
  60. 47629d0 Use stdint.h types by Andrew Thoelke · 6 years ago
  61. 6a21123 Remove obsolete mentions of PSA_ERROR_EMPTY_SLOT by Gilles Peskine · 6 years ago
  62. 4754cde Improve description of psa_open_key() by Gilles Peskine · 6 years ago
  63. a0c0655 Add missing declarations to the API document by Gilles Peskine · 6 years ago
  64. fba7539 Merge pull request #269 from ARMmbed/psa-slots_to_handles by Jaeden Amero · 6 years ago
  65. eff4942 Merge pull request #268 from ARMmbed/psa-error_tampering_detected by Gilles Peskine · 6 years ago
  66. 35ef36b Rename psa_generate_random_key back to psa_generate_key by Gilles Peskine · 6 years ago
  67. c93b80c Rename *KEYPAIR* to *KEY_PAIR* by Gilles Peskine · 6 years ago
  68. 0a695bd Simplify description of psa_copy_key by Adrian L. Shaw · 6 years ago
  69. 52d83da Mention psa_close_key in the description of psa_open_key by Adrian L. Shaw · 6 years ago
  70. d56456c Improve descriptions that mention handles and fix incorrect mention of psa_create_key by Adrian L. Shaw · 6 years ago
  71. 67e1c7a Remove remaining mentions of slots by Adrian L. Shaw · 6 years ago
  72. 4b3eb69 Rename PSA_ERROR_TAMPERING_DETECTED to ..._CORRUPTION_DETECTED by Gilles Peskine · 6 years ago
  73. 20a77ae RSA key generation: require e=65537 by Gilles Peskine · 6 years ago
  74. a130219 Move remaining text about DSA out of the specification by Gilles Peskine · 6 years ago
  75. dcaefae Parametrize Diffie-Hellman keys by a group identifier by Gilles Peskine · 6 years ago
  76. 24f10f8 Remove domain parameters from the official API by Gilles Peskine · 6 years ago
  77. 58fe9e8 Correct the description of psa_raw_key_agreement by Gilles Peskine · 6 years ago
  78. be697d8 Shorten the name of psa_key_agreement_raw_shared_secret by Gilles Peskine · 6 years ago
  79. 1cb9a08 Reorder key derivation functions in the header file by Gilles Peskine · 6 years ago
  80. cf7292e Wrap and reindent some lines by Gilles Peskine · 6 years ago
  81. 35675b6 Terminology: say "key derivation operation", not "generator" by Gilles Peskine · 6 years ago
  82. cbe6650 Rename generator-related internal identifiers by Gilles Peskine · 6 years ago
  83. a99d3fb Rename generator functions to psa_key_derivation_xxx by Gilles Peskine · 6 years ago
  84. d35249e Merge pull request #109 from gilles-peskine-arm/psa-key_attributes-set_persistent by Jaeden Amero · 6 years ago
  85. 99e8d26 Merge pull request #104 from gilles-peskine-arm/psa-global_key_id by Jaeden Amero · 6 years ago
  86. f1b7694 Minor documentation improvements by Gilles Peskine · 6 years ago
  87. 16ab391 Merge pull request #102 from gilles-peskine-arm/psa-aead_multipart-delay by Jaeden Amero · 6 years ago
  88. 76be7f9 Merge pull request #108 from gilles-peskine-arm/psa-copy_key-policy by Jaeden Amero · 6 years ago
  89. 73676cb Put handle parameter last: psa_import_key by Gilles Peskine · 6 years ago
  90. 806051f Update an obsolete use of psa_import_key in documentation by Gilles Peskine · 6 years ago
  91. 98dd779 Put handle parameter last: psa_generate_derived_key by Gilles Peskine · 6 years ago
  92. dc8219a Replace psa_make_key_persistent by id/lifetime setters by Gilles Peskine · 6 years ago
  93. d6a8f5f Improve description of PSA_KEY_USAGE_COPY by Gilles Peskine · 6 years ago
  94. ac99e32 Documentation improvements by Gilles Peskine · 6 years ago
  95. 8e0206a New usage flag PSA_KEY_USAGE_COPY by Gilles Peskine · 6 years ago
  96. 4318dfc psa_export_key, psa_export_public_key: document the EXPORT flag by Gilles Peskine · 6 years ago
  97. 1fe90fa Merge pull request #101 from gilles-peskine-arm/psa-key_attributes-verify_attributes by Jaeden Amero · 6 years ago
  98. 4a231b8 Break up key identifiers into user, vendor and reserved ranges by Gilles Peskine · 6 years ago
  99. 225010f Remove lifetime parameter from psa_open_key by Gilles Peskine · 6 years ago
  100. f02aec9 Allow AEAD update output to be delayed by Gilles Peskine · 6 years ago