1. 52d18cd Remove trailing space by Andrew Thoelke · 4 years, 1 month ago
  2. a0f4b59 Fixes for PBKDF2 documentation by Andrew Thoelke · 4 years, 1 month ago
  3. 91466c8 Hopefully clarify the example by Gilles Peskine · 4 years, 2 months ago
  4. 52bb83e Fix mbedtls_svc_key_id_is_null when KEY_ID_ENCODES_OWNER by Gilles Peskine · 4 years, 2 months ago
  5. d133bb2 New macro PSA_KEY_LIFETIME_IS_READ_ONLY by Gilles Peskine · 4 years, 3 months ago
  6. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  7. 363eb29 Fix MBEDTLS_PRIVATE wrapping in the library's headers. by Mateusz Starzyk · 4 years, 2 months ago
  8. 4a6fcda Typo by gabor-mezei-arm · 4 years, 3 months ago
  9. 36658e4 Update PSA_ALG_IS_SIGN_MESSAGE by gabor-mezei-arm · 4 years, 3 months ago
  10. 4a21019 Implement psa_sign_message and psa_verify_message functions by gabor-mezei-arm · 4 years, 4 months ago
  11. 5d1f747d Merge pull request #4377 from mpg/psa-pbkdf2-api by Gilles Peskine · 4 years, 3 months ago
  12. f0c28ef Avoid introducing PSA_ALG_NONE for now by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  13. f9a68ad Fix typos by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  14. 730f62a Clarify the case of direct inputs by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  15. 5b79ee2 Fix typo in doxygen reference by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  16. 71d955a Introduce PSA_ALG_NONE by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  17. 06638ae Update "key stretching" flag by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  18. 40b81bf Introduce PSA_ALG_GET_HASH() by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  19. 6983b4f Add identifier for PBKDF2 with AES-CMAC-PRF-128 by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  20. 2171e42 Add new key type PASSWORD_HASH by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  21. 9023cac Merge verification policies together by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  22. d307f63 Rename verify_output_xxx() to verify_xxx() by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  23. 3d72267 Specify the order of PBKDF2 inputs by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  24. c16033e Fix the encodings of the new key types by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  25. ffc86ce Improve or expand several descriptions. by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  26. dc1b4e4 Fix a few typos by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  27. b639d43 Move and rename PSA_ALG_AEAD_IS_BASE_EQUAL by Bence Szépkúti · 4 years, 3 months ago
  28. 234b1ec PSA PBKDF2: add "stretching" sub-category of key derivation by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  29. 7da5791 PSA PBKDF2: add algorithm macros + description by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  30. 22f08bc PSA PBKDF2: add new input function by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  31. 5a67992 PSA PBKDF2: add/update input types by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  32. 759438c PSA PBKDF2: add new policies by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  33. 31cbbef PSA PBKDF2: add new key types by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  34. 359411f Adjust documentation of PSA_ALG_AEAD_IS_BASE_EQUAL by Bence Szépkúti · 4 years, 4 months ago
  35. 7e31009 Further reduce macro expansion by Bence Szépkúti · 4 years, 4 months ago
  36. e5fde54 Remove incorrect definitions of the dom2() and dom4() prefixes by Gilles Peskine · 4 years, 5 months ago
  37. a00abc6 Consistently describe Ed25519 as a 255-bit curve by Gilles Peskine · 4 years, 5 months ago
  38. 7e54a29 Express DES key sizes in bits by Gilles Peskine · 4 years, 5 months ago
  39. 6a427bf Document the general definition of bit sizes for asymmetric keys by Gilles Peskine · 4 years, 5 months ago
  40. 2735469 Use a bit-size in the algorithm name by Gilles Peskine · 4 years, 5 months ago
  41. da7305e Avoid collision with SM3 in API specification 1.0.1 by Gilles Peskine · 4 years, 5 months ago
  42. b13ead8 Make the hash-and-sign nature of Ed25519ph and Ed448ph explicit by Gilles Peskine · 4 years, 5 months ago
  43. e36f8aa Fix copypasta by Gilles Peskine · 4 years, 5 months ago
  44. 3a1101a Define algorithms for EdDSA by Gilles Peskine · 4 years, 5 months ago
  45. 6754680 New elliptic curve family: twisted Edwards by Gilles Peskine · 4 years, 5 months ago
  46. 6d40085 Don't duplicate the definition of PSA_ALG_IS_HASH_AND_SIGN by Gilles Peskine · 4 years, 5 months ago
  47. 7ef23be Documentation: fix \p names that diverged from the code by Gilles Peskine · 4 years, 5 months ago
  48. 8735343 Fix copypasta in documentation of an error case by Gilles Peskine · 4 years, 5 months ago
  49. 328f11c Language & readability touchups by Steven Cooreman · 4 years, 5 months ago
  50. a1d8322 Fix typos & copy-paste errors by Steven Cooreman · 4 years, 5 months ago
  51. d927ed7 Rename _MINIMUM_LENGTH flags to _AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 5 months ago
  52. 5d81481 Rename AEAD WITH_MINIMUM_LENGTH to AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 5 months ago
  53. caad493 rename MAC_WITH_MINIMUM_LENGTH_TAG to AT_LEAST_THIS_LENGTH_MAC by Steven Cooreman · 4 years, 5 months ago
  54. 37389c7 Update validity domain of min_tag_length / min_mac_length by Steven Cooreman · 4 years, 5 months ago
  55. ee18b1f Style and language updates after review by Steven Cooreman · 4 years, 6 months ago
  56. b3ce815 Add support for minimum-tag-length AEAD and MAC policies by Steven Cooreman · 4 years, 5 months ago
  57. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  58. 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
  59. cbcec21 Rename output buffer size macros by gabor-mezei-arm · 4 years, 7 months ago
  60. 575ece0 Merge pull request #3576 from gilles-peskine-arm/psa-lifetime-persistence-indicator-tweaks by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  61. 99ffb2b Simplify description of PSA_ALG_STREAM_CIPHER by Bence Szépkúti · 4 years, 8 months ago
  62. a294551 Update PSA Crypto macro values to version 1.0.0 by Bence Szépkúti · 4 years, 8 months ago
  63. 1de907d Introduce PSA_ALG_STREAM_CIPHER by Bence Szépkúti · 4 years, 8 months ago
  64. fe30924 Use PSA_ERROR_DATA_INVALID error code by gabor-mezei-arm · 4 years, 9 months ago
  65. 3d8b4f5 Add missing error code documentation by gabor-mezei-arm · 4 years, 9 months ago
  66. 9678355 psa: Fix references to macros in comments by Ronald Cron · 4 years, 9 months ago
  67. cf56a0a psa: Move from key handle to key identifier by Ronald Cron · 5 years ago
  68. c4d1b51 Define handles as key identifiers by Ronald Cron · 5 years ago
  69. dc57c25 Merge pull request #3527 from ronald-cron-arm/key-extended-id by Gilles Peskine · 4 years, 11 months ago
  70. 7424f0d psa: Move key identifier related macros and functions by Ronald Cron · 4 years, 11 months ago
  71. b1d3f27 Merge pull request #3480 from stevew817/feature/aes-ecb by Gilles Peskine · 4 years, 11 months ago
  72. 039a98b Define always psa_key_id_t as defined in PSA crypto spec by Ronald Cron · 5 years ago
  73. a6033e9 Style and language fixes by Steven Cooreman · 5 years ago
  74. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  75. d0107b9 Replace spec language by Mbed TLS documentation: lifetimes by Gilles Peskine · 5 years ago
  76. ed3c9ec Added support for AES-ECB to the PSA Crypto implementation by Steven Cooreman · 5 years ago
  77. 75e2703 Rename DH Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  78. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  79. db06445 Fix typo in currently unused macro constant by Steven Cooreman · 5 years ago
  80. 0af1560 Merge pull request #3305 from gilles-peskine-arm/psa-asymmetric-adjectives by Janos Follath · 5 years ago
  81. 4eb05a4 Fix article in documentation by Gilles Peskine · 5 years ago
  82. 4cfa443 Fix macros by Gilles Peskine · 5 years ago
  83. c4ee2f3 Define a macro to construct a lifetime from persistence and location by Gilles Peskine · 5 years ago
  84. aff1181 Document PSA_KEY_PERSISTENCE_xxx and PSA_KEY_LOCATION_xxx by Gilles Peskine · 5 years ago
  85. ee04e69 Rename and clarify the default persistent location and persistence by Gilles Peskine · 5 years ago
  86. 5dcb74f PSA_KEY_LIFETIME_PERSISTENT is a lifetime, not just a storage area by Gilles Peskine · 5 years ago
  87. bbb3c18 Shorten type and value names for lifetime parts by Gilles Peskine · 5 years ago
  88. 2d2bb1d Define some structure for lifetime values by Gilles Peskine · 5 years ago
  89. 6cc0a20 Terminology: prefer "asymmetric" to "public-key" by Gilles Peskine · 5 years ago
  90. 9ff8d1f Fix copypasta: signature -> encryption by Gilles Peskine · 5 years ago
  91. 7cfcb3f Change the encoding of key types to have a parity bit by Gilles Peskine · 6 years ago
  92. f65ed6f Change key types to a 16-bit encoding by Gilles Peskine · 6 years ago
  93. 45c29ce Move size-specific curve/group constants to crypto_compat.h by Gilles Peskine · 6 years ago
  94. 228abc5 Define EC curve family constants by Gilles Peskine · 6 years ago
  95. 025fccd Change the encoding of EC curves and DH groups to include the size by Gilles Peskine · 6 years ago
  96. 2eea95c Extract the block size from the key type encoding by Gilles Peskine · 6 years ago
  97. 7bfcfac Change key type encodings to avoid bit 16 by Gilles Peskine · 6 years ago
  98. 8fe6e0d Symmetric key types only use the upper 16 bits of psa_key_type_t by Gilles Peskine · 6 years ago
  99. f8210f2 Test the block size for symmetric keys by Gilles Peskine · 6 years ago
  100. 81f7909 Merge pull request #325 from gilles-peskine-arm/psa-sign_hash by Gilles Peskine · 6 years ago