1. 8f7cd1e Added PSA_ERROR_BAD_STATE to functions with operations by Adrian L. Shaw · 6 years ago
  2. 97d3bc3 Added extra bad state case to psa_hash_setup by Adrian L. Shaw · 6 years ago
  3. 2364924 Add missing return codes to psa_generate_key by Adrian L. Shaw · 6 years ago
  4. 1f42a84 Add PSA_ERROR_BUFFER_TOO_SMALL to psa_mac_compute by Adrian L. Shaw · 6 years ago
  5. 650229b Added PSA_ERROR_STORAGE_FAILURE to psa_mac_compute by Adrian L. Shaw · 6 years ago
  6. 2a88978 Add PSA_ERROR_STORAGE_FAILURE to psa_export_public_key by Adrian L. Shaw · 6 years ago
  7. 11638b9 Added PSA_ERROR_INSUFFICIENT_MEMORY to psa_export_public_key by Adrian L. Shaw · 6 years ago
  8. 7f1863c Add PSA_ERROR_INSUFFICIENT_MEMORY to psa_export_key by Adrian L. Shaw · 6 years ago
  9. 15731c1 Added PSA_ERROR_STORAGE_FAILURE to psa_export_key by Adrian L. Shaw · 6 years ago
  10. 23c006f Added missing return codes to get_key_attributes by Adrian L. Shaw · 6 years ago
  11. 39797aa Fix erroneous cut and paste by Adrian L. Shaw · 6 years ago
  12. fbf7f12 Separate return codes for unsupported and invalid algorithms by Adrian L. Shaw · 6 years ago
  13. 66200c4 Add PSA_ERROR_STORAGE_FAILURE to psa_cipher_generate_iv by Adrian L. Shaw · 6 years ago
  14. f97c852 Add CORRUPTION_DETECTED to psa_close_key by Adrian L. Shaw · 6 years ago
  15. 6725757 Remove errorneous insert by Adrian L. Shaw · 6 years ago
  16. 484ba88 Add STORAGE_FAILURE everywhere + add missing codes by Adrian L. Shaw · 6 years ago
  17. dc5bf5c Add storage failure to (encrypt/decrypt)_setup by Adrian L. Shaw · 6 years ago
  18. d9e9024 Add storage failure to psa_mac_verify_finish by Adrian L. Shaw · 6 years ago
  19. 2632236 Add storage failure to psa_mac_sign_finish by Adrian L. Shaw · 6 years ago
  20. 8d0bcf2 Add PSA_ERROR_INVALID_ARGUMENT to psa_hash_compare by Adrian L. Shaw · 6 years ago
  21. df3c7ac Remove trailing whitespace by Adrian L. Shaw · 6 years ago
  22. d789dc1 Added a few more return codes by Adrian L. Shaw · 6 years ago
  23. 3e41249 Add PSA_ERROR_STORAGE_FAILURE to psa_aead_*_setup functions by Adrian L. Shaw · 6 years ago
  24. 71b33ff Add missing error codes to psa_generate_random by Adrian L. Shaw · 6 years ago
  25. 0d280b9 Add missing error codes for psa_raw_key_agreement by Adrian L. Shaw · 6 years ago
  26. a3f6ba5 Added PSA_ERROR_STORAGE_FAILURE to psa_cipher_(encrypt/decrypt) by Adrian L. Shaw · 6 years ago
  27. 320659b Added PSA_ERROR_BAD_STATE to functions with operations by Adrian L. Shaw · 6 years ago
  28. e970d65 Added extra bad state case to psa_hash_setup by Adrian L. Shaw · 6 years ago
  29. 6e758c9 Add missing return codes to psa_asymmetric_verify by Adrian L. Shaw · 6 years ago
  30. 27c1215 Add missing parameters to psa_asymmetric_sign by Adrian L. Shaw · 6 years ago
  31. d21c6e6 Add missing return codes to psa_generate_key by Adrian L. Shaw · 6 years ago
  32. c207ba3 Added missing return codes to psa_aead_decrypt by Adrian L. Shaw · 6 years ago
  33. 96f31ad Add missing return codes to psa_asymmetric_decrypt by Adrian L. Shaw · 6 years ago
  34. f961d5c Add missing return codes to psa_asymmetric_encrypt by Adrian L. Shaw · 6 years ago
  35. 53d90c5 Only return PSA_ERROR_DOES_NOT_EXIST from psa_open_key by Adrian L. Shaw · 6 years ago
  36. 9770d0e Add PSA_ERROR_STORAGE_FAILURE to psa_mac_verify_setup by Adrian L. Shaw · 6 years ago
  37. 2409ba0 Added PSA_ERROR_STORAGE_FAILURE to psa_mac_sign_setup by Adrian L. Shaw · 6 years ago
  38. 7563ed1 Remove PSA_ERROR_DOES_NOT_EXIST from psa_mac_sign_setup by Adrian L. Shaw · 6 years ago
  39. d5ae06b Add PSA_ERROR_BUFFER_TOO_SMALL to psa_mac_compute by Adrian L. Shaw · 6 years ago
  40. dec47b6 Added the possibility of PSA_ERROR_BAD_STATE to all functions by Adrian L. Shaw · 6 years ago
  41. fa591c4 Added PSA_ERROR_STORAGE_FAILURE to psa_mac_compute by Adrian L. Shaw · 6 years ago
  42. f7d852a Added PSA_ERROR_BUFFER_TOO_SMALL to psa_hash_compute by Adrian L. Shaw · 6 years ago
  43. 60b0320 Add PSA_ERROR_STORAGE_FAILURE to psa_copy_key by Adrian L. Shaw · 6 years ago
  44. 398b3c2 Add PSA_ERROR_STORAGE_FAILURE to psa_export_public_key by Adrian L. Shaw · 6 years ago
  45. e926e73 Removed PSA_DOES_NOT_EXIST from psa_export_public_key by Adrian L. Shaw · 6 years ago
  46. 88c51ad Added PSA_ERROR_INSUFFICIENT_MEMORY to psa_export_public_key by Adrian L. Shaw · 6 years ago
  47. 742084e Removed PSA_ERROR_DOES_NOT_EXIST from psa_export_key by Adrian L. Shaw · 6 years ago
  48. 0542d59 Add PSA_ERROR_INSUFFICIENT_MEMORY to psa_export_key by Adrian L. Shaw · 6 years ago
  49. 89b7152 Added PSA_ERROR_STORAGE_FAILURE to psa_export_key by Adrian L. Shaw · 6 years ago
  50. 29b6407 Added missing return codes to get_key_attributes by Adrian L. Shaw · 6 years ago
  51. 98d5685 Merge pull request #232 from Patater/psa-crypto-api-1.0b3 by Jaeden Amero · 6 years ago
  52. 21db2a9 Merge pull request #229 from k-stachowiak/IOTCRYPT-791-remove-legacy-psa-key-derivation by Jaeden Amero · 6 years ago
  53. 6fa62a5 psa: Use application key ID where necessary by Jaeden Amero · 6 years ago
  54. e3cdf28 psa: Adapt set_key_id() for when owner is included by Jaeden Amero · 6 years ago
  55. 39f03fc psa: Add PSA_KEY_ID_INIT by Jaeden Amero · 6 years ago
  56. f89cc69 psa: Don't duplicate policy initializer by Jaeden Amero · 6 years ago
  57. c7529c9 crypto_extra: Use const seed for entropy injection by Jaeden Amero · 6 years ago
  58. 8824dae Editorial fixes. by Andrew Thoelke · 6 years ago
  59. 3c2b803 Cross reference 'key handles' from INVALID_HANDLE by Andrew Thoelke · 6 years ago
  60. 07f16b7 Update documentation for psa_destroy_key by Andrew Thoelke · 6 years ago
  61. 3daba81 Update documentation for psa_close_key by Andrew Thoelke · 6 years ago
  62. 9741b11 Update psa_open_key documentation by Andrew Thoelke · 6 years ago
  63. 203491c Remove duplicated information in psa_open_key by Andrew Thoelke · 6 years ago
  64. 8013f44 Make crypto_struct C++ compatible by Jaeden Amero · 6 years ago
  65. b090d5d Merge pull request #231 from dgreen-arm/api-to-development by Jaeden Amero · 6 years ago
  66. e2e1995 Rename AEAD macro to not use double underscores by Unknown · 6 years ago
  67. b9b4f09 Document new error type returned from the key derivation API by k-stachowiak · 6 years ago
  68. 012dcc4 Remove PSA_PRE_1_0_KEY_DERIVATION and the corresponding code by k-stachowiak · 6 years ago
  69. 0b74cf8 Remove psa_key_derivation() and associated static functions by k-stachowiak · 6 years ago
  70. b4e73e9 Add some design notes about multipart operation structures by Gilles Peskine · 6 years ago
  71. f3801ff Update import_key and generate_key SE methods to the current API by Gilles Peskine · 6 years ago
  72. a5f8749 SE key registration: call p_validate_slot_number by Gilles Peskine · 6 years ago
  73. d772958 New function mbedtls_psa_register_se_key by Gilles Peskine · 6 years ago
  74. e88c2c1 Pass the key creation method to drivers by Gilles Peskine · 6 years ago
  75. 9d75202 Clarify and expand the documentation of the allocate/create sequence by Gilles Peskine · 6 years ago
  76. ae9964d Add validate_slot_number method to SE drivers by Gilles Peskine · 6 years ago
  77. 0a23322 Improve documentation of the allocate method by Gilles Peskine · 6 years ago
  78. 5fe5e27 Test slot_number attribute by Gilles Peskine · 6 years ago
  79. c8000c0 Add slot_number attribute by Gilles Peskine · 6 years ago
  80. 91e8c33 Add infrastructure for key attribute flags by Gilles Peskine · 6 years ago
  81. 0c77b0e Merge pull request #198 from gilles-peskine-arm/psa-api-1.0-beta-merge_development_20190801 by Gilles Peskine · 6 years ago
  82. 72c8c5b Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801 by Gilles Peskine · 6 years ago
  83. 68cc433b Store key sizes in 16 bits in attributes by Gilles Peskine · 6 years ago
  84. c744d99 Limit keys to 65528 bits by Gilles Peskine · 6 years ago
  85. 7e0cff9 Move attribute fields to a substructure by Gilles Peskine · 6 years ago
  86. 1801740 SE driver: report the bit size on key import by Gilles Peskine · 6 years ago
  87. adb1c52 Merge pull request #157 from gilles-peskine-arm/psa-se_driver-create_key by Gilles Peskine · 6 years ago
  88. 0c3ae1f Improve documentation of SE driver persistent state by Gilles Peskine · 6 years ago
  89. 6a3dd89 Improve alignment in comments by Gilles Peskine · 6 years ago
  90. 105f67f Move the definition of psa_key_attributes_t to crypto_types.h by Gilles Peskine · 6 years ago
  91. 9dd125d Fix overly complex Doxygen markup by Gilles Peskine · 6 years ago
  92. 6032673 Fix Doxygen reference by Gilles Peskine · 6 years ago
  93. c11c4dc Favor stdint.h types in internal types by Gilles Peskine · 6 years ago
  94. 7228da2 Favor stdint.h types in implementation-specific API by Gilles Peskine · 6 years ago
  95. f82088a Favor stdint.h types in example code by Gilles Peskine · 6 years ago
  96. d16bdac Use stdint.h types in multipart AEAD functions by Andrew Thoelke · 6 years ago
  97. 47629d0 Use stdint.h types by Andrew Thoelke · 6 years ago
  98. 94cc42c Pass a writable pointer to the persistent data when needed by Gilles Peskine · 6 years ago
  99. f2223c8 New driver method: allocate by Gilles Peskine · 6 years ago
  100. 8597bc1 Pass the driver context to most driver methods by Gilles Peskine · 6 years ago