1. 7f36659 Typo by gabor-mezei-arm · 4 years, 3 months ago
  2. 1f8036b Update PSA_ALG_IS_SIGN_MESSAGE by gabor-mezei-arm · 4 years, 3 months ago
  3. e8efa39 Implement psa_sign_message and psa_verify_message functions by gabor-mezei-arm · 4 years, 4 months ago
  4. b639d43 Move and rename PSA_ALG_AEAD_IS_BASE_EQUAL by Bence Szépkúti · 4 years, 3 months ago
  5. 359411f Adjust documentation of PSA_ALG_AEAD_IS_BASE_EQUAL by Bence Szépkúti · 4 years, 4 months ago
  6. 7e31009 Further reduce macro expansion by Bence Szépkúti · 4 years, 4 months ago
  7. e5fde54 Remove incorrect definitions of the dom2() and dom4() prefixes by Gilles Peskine · 4 years, 5 months ago
  8. a00abc6 Consistently describe Ed25519 as a 255-bit curve by Gilles Peskine · 4 years, 5 months ago
  9. 7e54a29 Express DES key sizes in bits by Gilles Peskine · 4 years, 5 months ago
  10. 6a427bf Document the general definition of bit sizes for asymmetric keys by Gilles Peskine · 4 years, 5 months ago
  11. 2735469 Use a bit-size in the algorithm name by Gilles Peskine · 4 years, 5 months ago
  12. da7305e Avoid collision with SM3 in API specification 1.0.1 by Gilles Peskine · 4 years, 5 months ago
  13. b13ead8 Make the hash-and-sign nature of Ed25519ph and Ed448ph explicit by Gilles Peskine · 4 years, 5 months ago
  14. e36f8aa Fix copypasta by Gilles Peskine · 4 years, 5 months ago
  15. 3a1101a Define algorithms for EdDSA by Gilles Peskine · 4 years, 5 months ago
  16. 6754680 New elliptic curve family: twisted Edwards by Gilles Peskine · 4 years, 5 months ago
  17. 6d40085 Don't duplicate the definition of PSA_ALG_IS_HASH_AND_SIGN by Gilles Peskine · 4 years, 5 months ago
  18. 7ef23be Documentation: fix \p names that diverged from the code by Gilles Peskine · 4 years, 5 months ago
  19. 8735343 Fix copypasta in documentation of an error case by Gilles Peskine · 4 years, 5 months ago
  20. 328f11c Language & readability touchups by Steven Cooreman · 4 years, 5 months ago
  21. a1d8322 Fix typos & copy-paste errors by Steven Cooreman · 4 years, 5 months ago
  22. d927ed7 Rename _MINIMUM_LENGTH flags to _AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 5 months ago
  23. 5d81481 Rename AEAD WITH_MINIMUM_LENGTH to AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 5 months ago
  24. caad493 rename MAC_WITH_MINIMUM_LENGTH_TAG to AT_LEAST_THIS_LENGTH_MAC by Steven Cooreman · 4 years, 5 months ago
  25. 37389c7 Update validity domain of min_tag_length / min_mac_length by Steven Cooreman · 4 years, 5 months ago
  26. ee18b1f Style and language updates after review by Steven Cooreman · 4 years, 6 months ago
  27. b3ce815 Add support for minimum-tag-length AEAD and MAC policies by Steven Cooreman · 4 years, 5 months ago
  28. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  29. d945871 Merge pull request #3872 from gabor-mezei-arm/3275_use_PSA_ERROR_DATA_INVALID_where_warranted by Gilles Peskine · 4 years, 6 months ago
  30. cbcec21 Rename output buffer size macros by gabor-mezei-arm · 4 years, 7 months ago
  31. 575ece0 Merge pull request #3576 from gilles-peskine-arm/psa-lifetime-persistence-indicator-tweaks by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  32. 99ffb2b Simplify description of PSA_ALG_STREAM_CIPHER by Bence Szépkúti · 4 years, 8 months ago
  33. a294551 Update PSA Crypto macro values to version 1.0.0 by Bence Szépkúti · 4 years, 8 months ago
  34. 1de907d Introduce PSA_ALG_STREAM_CIPHER by Bence Szépkúti · 4 years, 8 months ago
  35. fe30924 Use PSA_ERROR_DATA_INVALID error code by gabor-mezei-arm · 4 years, 9 months ago
  36. 3d8b4f5 Add missing error code documentation by gabor-mezei-arm · 4 years, 9 months ago
  37. 9678355 psa: Fix references to macros in comments by Ronald Cron · 4 years, 10 months ago
  38. cf56a0a psa: Move from key handle to key identifier by Ronald Cron · 5 years ago
  39. c4d1b51 Define handles as key identifiers by Ronald Cron · 5 years ago
  40. dc57c25 Merge pull request #3527 from ronald-cron-arm/key-extended-id by Gilles Peskine · 4 years, 11 months ago
  41. 7424f0d psa: Move key identifier related macros and functions by Ronald Cron · 4 years, 11 months ago
  42. b1d3f27 Merge pull request #3480 from stevew817/feature/aes-ecb by Gilles Peskine · 4 years, 11 months ago
  43. 039a98b Define always psa_key_id_t as defined in PSA crypto spec by Ronald Cron · 5 years ago
  44. a6033e9 Style and language fixes by Steven Cooreman · 5 years ago
  45. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  46. d0107b9 Replace spec language by Mbed TLS documentation: lifetimes by Gilles Peskine · 5 years ago
  47. ed3c9ec Added support for AES-ECB to the PSA Crypto implementation by Steven Cooreman · 5 years ago
  48. 75e2703 Rename DH Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  49. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  50. db06445 Fix typo in currently unused macro constant by Steven Cooreman · 5 years ago
  51. 0af1560 Merge pull request #3305 from gilles-peskine-arm/psa-asymmetric-adjectives by Janos Follath · 5 years ago
  52. 4eb05a4 Fix article in documentation by Gilles Peskine · 5 years ago
  53. 4cfa443 Fix macros by Gilles Peskine · 5 years ago
  54. c4ee2f3 Define a macro to construct a lifetime from persistence and location by Gilles Peskine · 5 years ago
  55. aff1181 Document PSA_KEY_PERSISTENCE_xxx and PSA_KEY_LOCATION_xxx by Gilles Peskine · 5 years ago
  56. ee04e69 Rename and clarify the default persistent location and persistence by Gilles Peskine · 5 years ago
  57. 5dcb74f PSA_KEY_LIFETIME_PERSISTENT is a lifetime, not just a storage area by Gilles Peskine · 5 years ago
  58. bbb3c18 Shorten type and value names for lifetime parts by Gilles Peskine · 5 years ago
  59. 2d2bb1d Define some structure for lifetime values by Gilles Peskine · 5 years ago
  60. 6cc0a20 Terminology: prefer "asymmetric" to "public-key" by Gilles Peskine · 5 years ago
  61. 9ff8d1f Fix copypasta: signature -> encryption by Gilles Peskine · 5 years ago
  62. 7cfcb3f Change the encoding of key types to have a parity bit by Gilles Peskine · 6 years ago
  63. f65ed6f Change key types to a 16-bit encoding by Gilles Peskine · 6 years ago
  64. 45c29ce Move size-specific curve/group constants to crypto_compat.h by Gilles Peskine · 6 years ago
  65. 228abc5 Define EC curve family constants by Gilles Peskine · 6 years ago
  66. 025fccd Change the encoding of EC curves and DH groups to include the size by Gilles Peskine · 6 years ago
  67. 2eea95c Extract the block size from the key type encoding by Gilles Peskine · 6 years ago
  68. 7bfcfac Change key type encodings to avoid bit 16 by Gilles Peskine · 6 years ago
  69. 8fe6e0d Symmetric key types only use the upper 16 bits of psa_key_type_t by Gilles Peskine · 6 years ago
  70. f8210f2 Test the block size for symmetric keys by Gilles Peskine · 6 years ago
  71. 81f7909 Merge pull request #325 from gilles-peskine-arm/psa-sign_hash by Gilles Peskine · 6 years ago
  72. 972630e Remove dependency of crypto_values.h on crypto_extra.h by Gilles Peskine · 6 years ago
  73. 89d8c5c Rename some signature-related identifiers by Gilles Peskine · 6 years ago
  74. cb5fa8b Merge pull request #279 from athoelke/at-fix262 by Jaeden Amero · 6 years ago
  75. 1bbe284 Merge pull request #272 from adrianlshaw/document_old_algs by Gilles Peskine · 6 years ago
  76. 214064e Xref documentation for ECC curves and DH groups. by Andrew Thoelke · 6 years ago
  77. fd368e5 Support for vendor-defined ECC curves and DH groups by Andrew Thoelke · 6 years ago
  78. 178c9aa Key derivation: forbid output_key without input_key by Gilles Peskine · 6 years ago
  79. 224b0d6 Key derivation: allow both keys and direct inputs by Gilles Peskine · 6 years ago
  80. dd49cf9 Include vendor-defined algorithm macros by Andrew Thoelke · 6 years ago
  81. 21e7145 Insert doxygen comments on old algorithms so they appear in PSA documentation by Adrian L. Shaw · 6 years ago
  82. be06133 Document more error codes by Gilles Peskine · 6 years ago
  83. 98d5685 Merge pull request #232 from Patater/psa-crypto-api-1.0b3 by Jaeden Amero · 6 years ago
  84. 6fa62a5 psa: Use application key ID where necessary by Jaeden Amero · 6 years ago
  85. 3c2b803 Cross reference 'key handles' from INVALID_HANDLE by Andrew Thoelke · 6 years ago
  86. e2e1995 Rename AEAD macro to not use double underscores by Unknown · 6 years ago
  87. 2282cfa Remove GMAC algorithm (for now) by Adrian L. Shaw · 6 years ago
  88. fd2aed4 Document cipher modes by Adrian L. Shaw · 6 years ago
  89. ed87d31 Specify the order of inputs for TLS-1.2 KDFs by Gilles Peskine · 6 years ago
  90. a9b9cf7 Document macros that are referenced by Gilles Peskine · 6 years ago
  91. 737c6be Fix grammar by Gilles Peskine · 6 years ago
  92. 2cb9e39 Convert TLS1.2 KDF descriptions to multistep key derivation by Gilles Peskine · 6 years ago
  93. fba7539 Merge pull request #269 from ARMmbed/psa-slots_to_handles by Jaeden Amero · 6 years ago
  94. eff4942 Merge pull request #268 from ARMmbed/psa-error_tampering_detected by Gilles Peskine · 6 years ago
  95. c93b80c Rename *KEYPAIR* to *KEY_PAIR* by Gilles Peskine · 6 years ago
  96. d56456c Improve descriptions that mention handles and fix incorrect mention of psa_create_key by Adrian L. Shaw · 6 years ago
  97. 67e1c7a Remove remaining mentions of slots by Adrian L. Shaw · 6 years ago
  98. 4b3eb69 Rename PSA_ERROR_TAMPERING_DETECTED to ..._CORRUPTION_DETECTED by Gilles Peskine · 6 years ago
  99. a130219 Move remaining text about DSA out of the specification by Gilles Peskine · 6 years ago
  100. e38ab1a Move DSA definitions out of the specification by Gilles Peskine · 6 years ago