1. 33783b4 Manually fix two remaining instances of old macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  2. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  3. 5b98d73 Linewrap for the benefit of Uncrustify by David Horstmann · 2 years, 9 months ago
  4. 6d576c9 Call setbuf when reading or writing files: programs by Gilles Peskine · 3 years, 1 month ago
  5. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  6. ec174e2 Update all uses of old AEAD output size macros by Bence Szépkúti · 4 years, 5 months ago
  7. 77c89f5 Fix several typos by Ronald Cron · 4 years, 9 months ago
  8. adc2ff2 Adapt programs to PSA openless APIs by Ronald Cron · 4 years, 11 months ago
  9. 91e9515 Introduce PSA_KEY_HANDLE_INIT macro by Ronald Cron · 5 years ago
  10. ef94c4f Merge pull request #3474 from ronald-cron-arm/common-mbedtls_param_failed by Gilles Peskine · 4 years, 10 months ago
  11. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  12. a123614 tests: Move mbedtls_param_failed() to test common code by Ronald Cron · 5 years ago
  13. 8697465 Add Apache-2.0 headers to all source files by Bence Szépkúti · 5 years ago
  14. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
  15. 012dcc4 Remove PSA_PRE_1_0_KEY_DERIVATION and the corresponding code by k-stachowiak · 6 years ago
  16. 2a38e24 Slightly simplify derive_wrapping_key by Gilles Peskine · 6 years ago
  17. 4e2cc53 Update key_ladder_demo to the current key derivation API by Gilles Peskine · 6 years ago
  18. 71a4c91 Add flag for removing deprecated API by Janos Follath · 6 years ago
  19. 5163a92 Remove spurious obsolete function call by Gilles Peskine · 6 years ago
  20. 35ef36b Rename psa_generate_random_key back to psa_generate_key by Gilles Peskine · 6 years ago
  21. a99d3fb Rename generator functions to psa_key_derivation_xxx by Gilles Peskine · 6 years ago
  22. 73676cb Put handle parameter last: psa_import_key by Gilles Peskine · 6 years ago
  23. 98dd779 Put handle parameter last: psa_generate_derived_key by Gilles Peskine · 6 years ago
  24. 5a5a79a Rename psa_generate_key() and psa_generator_import_key() by Adrian L. Shaw · 6 years ago
  25. e56e878 Remove `extra` parameter from psa_generate_key by Gilles Peskine · 6 years ago
  26. 3a4f1f8 Set the key size as an attribute by Gilles Peskine · 6 years ago
  27. dfea0a25 Use the attribute-based key creation interface in sample programs by Gilles Peskine · 6 years ago
  28. 87a5e56 Rename functions that inject key material to an allocated handle by Gilles Peskine · 6 years ago
  29. fa30c33 programs: psa: Remove dependency on platform.h by Jaeden Amero · 7 years ago
  30. db29ab5 psa: Fix builds without MBEDTLS_PLATFORM_C by Jaeden Amero · 6 years ago
  31. 44a59ab psa: Enable use of PSA examples with CHECK_PARAMS by Jaeden Amero · 6 years ago
  32. 738f017 Fix the build of key_ladder_demo under Clang by Gilles Peskine · 7 years ago
  33. d40c1fb Don't require a type and size when creating a key slot by Gilles Peskine · 7 years ago
  34. 70261c5 psa: Add initializers for key policies by Jaeden Amero · 7 years ago
  35. 5e09bc7 Fix maybe-uninitialized warning by Gilles Peskine · 7 years ago
  36. b0edfb5 Convert the PSA example programs to the new handle API by Gilles Peskine · 7 years ago
  37. f0fa436 New sample program key_ladder_demo by Gilles Peskine · 7 years ago