1. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  2. aec44e9 Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clarification by Steven Cooreman · 5 years ago
  3. 6f5cc71 Document masking of Montgomery private keys in psa_export_key by Steven Cooreman · 5 years ago
  4. 75e2703 Rename DH Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  5. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  6. db06445 Fix typo in currently unused macro constant by Steven Cooreman · 5 years ago
  7. 0af1560 Merge pull request #3305 from gilles-peskine-arm/psa-asymmetric-adjectives by Janos Follath · 5 years ago
  8. 4eb05a4 Fix article in documentation by Gilles Peskine · 5 years ago
  9. 5eae4dd Merge pull request #3301 from Patater/inline-mbedtls_ecc_group_to_psa by Manuel Pégourié-Gonnard · 5 years ago
  10. 344e15b Update SE support to pass a location when registering a driver by Gilles Peskine · 5 years ago
  11. 52ac958 Update the SE interface to pass a location when registering a driver by Gilles Peskine · 5 years ago
  12. 4cfa443 Fix macros by Gilles Peskine · 5 years ago
  13. e3871f8 Missing word by Gilles Peskine · 5 years ago
  14. c4ee2f3 Define a macro to construct a lifetime from persistence and location by Gilles Peskine · 5 years ago
  15. aff1181 Document PSA_KEY_PERSISTENCE_xxx and PSA_KEY_LOCATION_xxx by Gilles Peskine · 5 years ago
  16. ee04e69 Rename and clarify the default persistent location and persistence by Gilles Peskine · 5 years ago
  17. 5dcb74f PSA_KEY_LIFETIME_PERSISTENT is a lifetime, not just a storage area by Gilles Peskine · 5 years ago
  18. bbb3c18 Shorten type and value names for lifetime parts by Gilles Peskine · 5 years ago
  19. 2d2bb1d Define some structure for lifetime values by Gilles Peskine · 5 years ago
  20. 6cc0a20 Terminology: prefer "asymmetric" to "public-key" by Gilles Peskine · 5 years ago
  21. 7668960 Fix copypasta: ciphertext -> plaintext by Gilles Peskine · 5 years ago
  22. 9ff8d1f Fix copypasta: signature -> encryption by Gilles Peskine · 5 years ago
  23. 2f0eb51 psa: Define mbedtls_ecc_group_to_psa() inline by Darryl Green · 5 years ago
  24. 0a4270d Change the compatibility API to inline functions by Soby Mathew · 5 years ago
  25. 7cfcb3f Change the encoding of key types to have a parity bit by Gilles Peskine · 6 years ago
  26. 46e6f9d Document the vendor range for EC curve and DH group families by Gilles Peskine · 6 years ago
  27. f65ed6f Change key types to a 16-bit encoding by Gilles Peskine · 6 years ago
  28. b87b719 Remove old values of curve encodings by Gilles Peskine · 6 years ago
  29. 45c29ce Move size-specific curve/group constants to crypto_compat.h by Gilles Peskine · 6 years ago
  30. 228abc5 Define EC curve family constants by Gilles Peskine · 6 years ago
  31. 025fccd Change the encoding of EC curves and DH groups to include the size by Gilles Peskine · 6 years ago
  32. 5055b23 Expose mbedtls/psa curve identifier conversions from psa_crypto.c by Gilles Peskine · 6 years ago
  33. 2eea95c Extract the block size from the key type encoding by Gilles Peskine · 6 years ago
  34. 7bfcfac Change key type encodings to avoid bit 16 by Gilles Peskine · 6 years ago
  35. 8fe6e0d Symmetric key types only use the upper 16 bits of psa_key_type_t by Gilles Peskine · 6 years ago
  36. 13faa2d Don't declare a parameter as const by Gilles Peskine · 6 years ago
  37. fa710f5 Don't declare a parameter as const by Gilles Peskine · 6 years ago
  38. f8210f2 Test the block size for symmetric keys by Gilles Peskine · 6 years ago
  39. 81f7909 Merge pull request #325 from gilles-peskine-arm/psa-sign_hash by Gilles Peskine · 6 years ago
  40. 0168f2f Better documentation in crypto_compat.h by Gilles Peskine · 6 years ago
  41. 972630e Remove dependency of crypto_values.h on crypto_extra.h by Gilles Peskine · 6 years ago
  42. 4151094 Add backward compatibility aliases for signature-related identifiers by Gilles Peskine · 6 years ago
  43. 89d8c5c Rename some signature-related identifiers by Gilles Peskine · 6 years ago
  44. 7b0ab6d Simplify support for deprecated constants of various types by Gilles Peskine · 6 years ago
  45. 7a894f2 Move backward compatibility aliases to their own header by Gilles Peskine · 6 years ago
  46. 2975571 Fix ECDSA case in PSA_ASYMMETRIC_SIGNATURE_MAX_SIZE by Gilles Peskine · 6 years ago
  47. 150d577 Merge pull request #292 from gilles-peskine-arm/psa-destroy_0 by Gilles Peskine · 6 years ago
  48. cb5fa8b Merge pull request #279 from athoelke/at-fix262 by Jaeden Amero · 6 years ago
  49. 3602938 Merge pull request #285 from gilles-peskine-arm/psa-se_driver-validate_save_persistent by Gilles Peskine · 6 years ago
  50. 1bbe284 Merge pull request #272 from adrianlshaw/document_old_algs by Gilles Peskine · 6 years ago
  51. 43326f0 Change PSA_DH_GROUP_CUSTOM to not be in the vendor-defined range by Gilles Peskine · 6 years ago
  52. 2493401 Document that psa_close_key(0) and psa_destroy_key(0) succeed by Gilles Peskine · 6 years ago
  53. 6e59505 Recommend use of GREASE values for vendor defined DH groups by Andrew Thoelke · 6 years ago
  54. 691ec52 Remove over-specific RFC references by Andrew Thoelke · 6 years ago
  55. 02b372b Fix defgroup syntax for API version section by Andrew Thoelke · 6 years ago
  56. 5ec3a30 SE driver: validate_slot_number: support changing persistent data by Gilles Peskine · 6 years ago
  57. 3efcebb SE support: Use a transaction when registering a key by Gilles Peskine · 6 years ago
  58. a990c49 Merge pull request #269 from adrianlshaw/version by Gilles Peskine · 6 years ago
  59. 214064e Xref documentation for ECC curves and DH groups. by Andrew Thoelke · 6 years ago
  60. fd368e5 Support for vendor-defined ECC curves and DH groups by Andrew Thoelke · 6 years ago
  61. c625045 Tighten up language regarding direct use of the IANA registry values by Andrew Thoelke · 6 years ago
  62. 178c9aa Key derivation: forbid output_key without input_key by Gilles Peskine · 6 years ago
  63. 7ebd4dc Key derivation: allow both keys and direct inputs (function doc) by Gilles Peskine · 6 years ago
  64. 224b0d6 Key derivation: allow both keys and direct inputs by Gilles Peskine · 6 years ago
  65. c6f03ef Include IANA reference in the definition of ECC curves and DH groups by Andrew Thoelke · 6 years ago
  66. dd49cf9 Include vendor-defined algorithm macros by Andrew Thoelke · 6 years ago
  67. 38b7c5e Merge pull request #260 from athoelke/at-operations by Gilles Peskine · 6 years ago
  68. 21e7145 Insert doxygen comments on old algorithms so they appear in PSA documentation by Adrian L. Shaw · 6 years ago
  69. c893235 Merge pull request #115 from gilles-peskine-arm/psa-error-compatibility_aliases by Gilles Peskine · 6 years ago
  70. 429fff4 Remove whitespace by Adrian L. Shaw · 6 years ago
  71. d89338a Add API versioning by Adrian L. Shaw · 6 years ago
  72. a291413 Merge pull request #257 from gilles-peskine-arm/psa-remove_zero_length_keys by Gilles Peskine · 6 years ago
  73. 51514f5 Resolve inconsistent descipriton of operation state after exhausting a key derivation operation by Andrew Thoelke · 6 years ago
  74. 4104afb Clarify valid state descriptions by Andrew Thoelke · 6 years ago
  75. beb97ba Update documentation for multipart key derivation operations by Andrew Thoelke · 6 years ago
  76. 414415a Update documentation for multipart aead operations by Andrew Thoelke · 6 years ago
  77. db6f44f Update documentation for multipart cipher operations by Andrew Thoelke · 6 years ago
  78. 9f208cc Update documentation for multipart mac operations by Andrew Thoelke · 6 years ago
  79. 272ba1d Update documentation for multipart hash operations by Andrew Thoelke · 6 years ago
  80. 340984b Fix PSA_ERROR_BAD_STATE messages by Andrew Thoelke · 6 years ago
  81. 05c900b Forbid keys of size 0 by Gilles Peskine · 6 years ago
  82. a170d92 Clarify how key creation functions use attributes and what 0 means by Gilles Peskine · 6 years ago
  83. 5ae24ec Add missing error case to psa_aead_verify by Andrew Thoelke · 6 years ago
  84. 4c61c1a Move psa_destroy_key and psa_copy_key to Key Management section by Adrian L. Shaw · 6 years ago
  85. 4badc92 Merge pull request #117 from gilles-peskine-arm/psa_error_code_coverage by Jaeden Amero · 6 years ago
  86. 4864eb5 Merge pull request #247 from athoelke/at-key-handles by Jaeden Amero · 6 years ago
  87. 970629f Fix grammar. by Andrew Thoelke · 6 years ago
  88. be06133 Document more error codes by Gilles Peskine · 6 years ago
  89. 1983512 Add backward compatibility alias for PSA_ERROR_CORRUPTION_DETECTED by Gilles Peskine · 6 years ago
  90. 7c2cc47 Merge pull request #213 from adrianlshaw/psa-api-1.0-beta by Jaeden Amero · 6 years ago
  91. 8619f8c Remove storage errors from psa_generate_random by Adrian L. Shaw · 6 years ago
  92. de18341 Update the behavior of key handles by Andrew Thoelke · 6 years ago
  93. 3b59756 Fix return code warnings by Adrian L. Shaw · 6 years ago
  94. 8096969 Merge pull request #139 from Patater/des-faster-and-typo-fix by Jaeden Amero · 6 years ago
  95. fa2cefa Fix warnings by Adrian L. Shaw · 6 years ago
  96. f483973 Add PSA_ERROR_STORAGE_FAILURE to psa_cipher_generate_iv by Adrian L. Shaw · 6 years ago
  97. 599c712 Remove errorneous insert by Adrian L. Shaw · 6 years ago
  98. 1505b21 Add STORAGE_FAILURE everywhere + add missing codes by Adrian L. Shaw · 6 years ago
  99. 1f1e1a5 Add storage failure to psa_mac_verify_finish by Adrian L. Shaw · 6 years ago
  100. 56b32b1 Add storage failure to psa_mac_sign_finish by Adrian L. Shaw · 6 years ago