1. 4dfa368 Fix demo scripts for out-of-tree builds by David Horstmann · 3 years, 8 months ago
  2. 33783b4 Manually fix two remaining instances of old macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  3. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  4. 1a100b6 Merge pull request #6705 from davidhorstmann-arm/code-style-script-non-corrected by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  5. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  6. 5b98d73 Linewrap for the benefit of Uncrustify by David Horstmann · 2 years, 9 months ago
  7. 7adb8cb Revert "Add generated files for 3.2.0 release" by Paul Elliott · 3 years, 1 month ago
  8. cb21f2e Add generated files for 3.2.0 release by Paul Elliott · 3 years, 1 month ago
  9. 41aa808 Merge pull request #952 from gilles-peskine-arm/stdio_buffering-setbuf by Paul Elliott · 3 years, 1 month ago
  10. 6d576c9 Call setbuf when reading or writing files: programs by Gilles Peskine · 3 years, 1 month ago
  11. 5c65c57 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
  12. 017a199 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
  13. 64754e1 Wrap long lines by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  14. 340808c Add comments on error codes by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  15. 48bae02 Avoid hardcoding a size by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  16. cf99beb Improve naming consistency by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  17. f6ea19c Work around bug in PSA_MAC_LENGTH() by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  18. 29088a4 Avoid duplicate program names by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  19. 6fdc9e8 Move aead_non_psa out of the psa/ directory by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  20. 69bb3f5 Move hmac_non_psa out of psa/ directory by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  21. 248b385 Add comments to AEAD (non-PSA) examples by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  22. 6349794 Demonstrate better practices in HMAC examples by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  23. f392a02 Add comments to the HMAC (non-)PSA examples by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  24. fd1d13c Avoid requiring too much C99 support by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  25. 7d5ef17 Split aead_cipher_psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  26. edf6e83 Split hmac_md_psa.c by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  27. 1a45c71 Fix cleanup code by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  28. 3aae30c Use PSA macros for buffer sizes by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  29. beef9c2 Use better names for dummy data by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  30. 428a97e Improve option names by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  31. 0e725c3 Improve introductory comments. by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  32. aab5258 Avoid using %zu, not supported everywhere yet. by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  33. 24e82de Fix type of temporary variable by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  34. 763641a Rm use of non-standard __func__ in example programs by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  35. 9efbf53 Declare incompatibility in new programs by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  36. ecffd96 Silence compiler warning in example program by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  37. 398d459 Add example program psa/aead_cipher_psa by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  38. 667b556 Add example program psa/hmac_md_psa by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  39. a8d1406 Rename DEV_MODE to GEN_FILES by David Horstmann · 3 years, 10 months ago
  40. 3e30ad9 Use MBEDTLS_PYTHON_EXECUTABLE by David Horstmann · 3 years, 10 months ago
  41. e90e405 Introduce "Dev mode" option by Manuel Pégourié-Gonnard · 4 years ago
  42. 15a42c3 Allow CMake to generate psa_constant_names_generated.c by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  43. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  44. 9c58274 Remove automatically generated source files by Gilles Peskine · 4 years, 3 months ago
  45. 4a21019 Implement psa_sign_message and psa_verify_message functions by gabor-mezei-arm · 4 years, 4 months ago
  46. 5d1f747d Merge pull request #4377 from mpg/psa-pbkdf2-api by Gilles Peskine · 4 years, 3 months ago
  47. f0c28ef Avoid introducing PSA_ALG_NONE for now by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  48. 71d955a Introduce PSA_ALG_NONE by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  49. c149e1d Remove duplicated definition of PSA_ALG_GET_HASH() by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  50. c7f8dbe Update generated files by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  51. aa923b9 Update generated files by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  52. ec174e2 Update all uses of old AEAD output size macros by Bence Szépkúti · 4 years, 5 months ago
  53. 2735469 Use a bit-size in the algorithm name by Gilles Peskine · 4 years, 5 months ago
  54. 3a1101a Define algorithms for EdDSA by Gilles Peskine · 4 years, 5 months ago
  55. 6754680 New elliptic curve family: twisted Edwards by Gilles Peskine · 4 years, 5 months ago
  56. 947bb0b Code readability improvements by Steven Cooreman · 4 years, 5 months ago
  57. d927ed7 Rename _MINIMUM_LENGTH flags to _AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 5 months ago
  58. 4400c3a Add _AT_LEAST_THIS_LENGTH_ macros to PSA constants test by Steven Cooreman · 4 years, 5 months ago
  59. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  60. 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
  61. cbcec21 Rename output buffer size macros by gabor-mezei-arm · 4 years, 8 months ago
  62. 1de907d Introduce PSA_ALG_STREAM_CIPHER by Bence Szépkúti · 4 years, 8 months ago
  63. fe30924 Use PSA_ERROR_DATA_INVALID error code by gabor-mezei-arm · 4 years, 9 months ago
  64. 3d8b4f5 Add missing error code documentation by gabor-mezei-arm · 4 years, 9 months ago
  65. 77c89f5 Fix several typos by Ronald Cron · 4 years, 9 months ago
  66. adc2ff2 Adapt programs to PSA openless APIs by Ronald Cron · 4 years, 11 months ago
  67. 91e9515 Introduce PSA_KEY_HANDLE_INIT macro by Ronald Cron · 5 years ago
  68. 995c66f Build: Add MBEDTLS_TARGET_PREFIX by Raef Coles · 4 years, 10 months ago
  69. ef94c4f Merge pull request #3474 from ronald-cron-arm/common-mbedtls_param_failed by Gilles Peskine · 4 years, 10 months ago
  70. e18d09d fix(programs/psa): commit python3 generated file by Cameron Nemo · 4 years, 11 months ago
  71. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  72. 75e2703 Rename DH Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  73. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  74. a123614 tests: Move mbedtls_param_failed() to test common code by Ronald Cron · 5 years ago
  75. 00890e3 programs: psa: Link against mbedcrypto not mbedtls by Ronald Cron · 5 years ago
  76. 8dc0af2 programs: Link to tests common code by Ronald Cron · 5 years ago
  77. bfd45f1 programs: cmake: Use list of executables by Ronald Cron · 5 years ago
  78. 8697465 Add Apache-2.0 headers to all source files by Bence Szépkúti · 5 years ago
  79. c7da1fe Add Apache-2.0 headers to all scripts by Bence Szépkúti · 5 years ago
  80. 700ee44 Add missing copyright dates to scripts and sources by Bence Szépkúti · 5 years ago
  81. 3c1b090 Use FindPython3 when cmake version >= 3.15.0 by okhowang(王沛文) · 5 years ago
  82. 235c72d Generate PSA constant names in CMake build dir by Hugues de Valon · 5 years ago
  83. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
  84. 4fa9f9f Revert "programs, tests: Depend only on libmbedcrypto" by Gilles Peskine · 5 years ago
  85. f65ed6f Change key types to a 16-bit encoding by Gilles Peskine · 6 years ago
  86. 012dcc4 Remove PSA_PRE_1_0_KEY_DERIVATION and the corresponding code by k-stachowiak · 6 years ago
  87. 2a38e24 Slightly simplify derive_wrapping_key by Gilles Peskine · 6 years ago
  88. 4e2cc53 Update key_ladder_demo to the current key derivation API by Gilles Peskine · 6 years ago
  89. 71a4c91 Add flag for removing deprecated API by Janos Follath · 6 years ago
  90. 5163a92 Remove spurious obsolete function call by Gilles Peskine · 6 years ago
  91. 2938268 Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190524 by Gilles Peskine · 6 years ago
  92. 35ef36b Rename psa_generate_random_key back to psa_generate_key by Gilles Peskine · 6 years ago
  93. dcaefae Parametrize Diffie-Hellman keys by a group identifier by Gilles Peskine · 6 years ago
  94. a99d3fb Rename generator functions to psa_key_derivation_xxx by Gilles Peskine · 6 years ago
  95. 73676cb Put handle parameter last: psa_import_key by Gilles Peskine · 6 years ago
  96. 98dd779 Put handle parameter last: psa_generate_derived_key by Gilles Peskine · 6 years ago
  97. 5a5a79a Rename psa_generate_key() and psa_generator_import_key() by Adrian L. Shaw · 6 years ago
  98. e56e878 Remove `extra` parameter from psa_generate_key by Gilles Peskine · 6 years ago
  99. 3a4f1f8 Set the key size as an attribute by Gilles Peskine · 6 years ago
  100. 986a151 programs, tests: Depend only on libmbedcrypto by Jaeden Amero · 7 years ago