1. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  2. 9c58274 Remove automatically generated source files by Gilles Peskine · 4 years, 3 months ago
  3. 4a21019 Implement psa_sign_message and psa_verify_message functions by gabor-mezei-arm · 4 years, 4 months ago
  4. 5d1f747d Merge pull request #4377 from mpg/psa-pbkdf2-api by Gilles Peskine · 4 years, 3 months ago
  5. f0c28ef Avoid introducing PSA_ALG_NONE for now by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  6. 71d955a Introduce PSA_ALG_NONE by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  7. c149e1d Remove duplicated definition of PSA_ALG_GET_HASH() by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  8. c7f8dbe Update generated files by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  9. aa923b9 Update generated files by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  10. ec174e2 Update all uses of old AEAD output size macros by Bence Szépkúti · 4 years, 5 months ago
  11. 2735469 Use a bit-size in the algorithm name by Gilles Peskine · 4 years, 5 months ago
  12. 3a1101a Define algorithms for EdDSA by Gilles Peskine · 4 years, 5 months ago
  13. 6754680 New elliptic curve family: twisted Edwards by Gilles Peskine · 4 years, 5 months ago
  14. 947bb0b Code readability improvements by Steven Cooreman · 4 years, 5 months ago
  15. d927ed7 Rename _MINIMUM_LENGTH flags to _AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 5 months ago
  16. 4400c3a Add _AT_LEAST_THIS_LENGTH_ macros to PSA constants test by Steven Cooreman · 4 years, 5 months ago
  17. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  18. 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
  19. cbcec21 Rename output buffer size macros by gabor-mezei-arm · 4 years, 8 months ago
  20. 1de907d Introduce PSA_ALG_STREAM_CIPHER by Bence Szépkúti · 4 years, 8 months ago
  21. fe30924 Use PSA_ERROR_DATA_INVALID error code by gabor-mezei-arm · 4 years, 9 months ago
  22. 3d8b4f5 Add missing error code documentation by gabor-mezei-arm · 4 years, 9 months ago
  23. 77c89f5 Fix several typos by Ronald Cron · 4 years, 9 months ago
  24. adc2ff2 Adapt programs to PSA openless APIs by Ronald Cron · 4 years, 11 months ago
  25. 91e9515 Introduce PSA_KEY_HANDLE_INIT macro by Ronald Cron · 5 years ago
  26. 995c66f Build: Add MBEDTLS_TARGET_PREFIX by Raef Coles · 4 years, 10 months ago
  27. ef94c4f Merge pull request #3474 from ronald-cron-arm/common-mbedtls_param_failed by Gilles Peskine · 4 years, 10 months ago
  28. e18d09d fix(programs/psa): commit python3 generated file by Cameron Nemo · 4 years, 11 months ago
  29. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  30. 75e2703 Rename DH Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  31. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  32. a123614 tests: Move mbedtls_param_failed() to test common code by Ronald Cron · 5 years ago
  33. 00890e3 programs: psa: Link against mbedcrypto not mbedtls by Ronald Cron · 5 years ago
  34. 8dc0af2 programs: Link to tests common code by Ronald Cron · 5 years ago
  35. bfd45f1 programs: cmake: Use list of executables by Ronald Cron · 5 years ago
  36. 8697465 Add Apache-2.0 headers to all source files by Bence Szépkúti · 5 years ago
  37. c7da1fe Add Apache-2.0 headers to all scripts by Bence Szépkúti · 5 years ago
  38. 700ee44 Add missing copyright dates to scripts and sources by Bence Szépkúti · 5 years ago
  39. 3c1b090 Use FindPython3 when cmake version >= 3.15.0 by okhowang(王沛文) · 5 years ago
  40. 235c72d Generate PSA constant names in CMake build dir by Hugues de Valon · 5 years ago
  41. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
  42. 4fa9f9f Revert "programs, tests: Depend only on libmbedcrypto" by Gilles Peskine · 5 years ago
  43. f65ed6f Change key types to a 16-bit encoding by Gilles Peskine · 6 years ago
  44. 012dcc4 Remove PSA_PRE_1_0_KEY_DERIVATION and the corresponding code by k-stachowiak · 6 years ago
  45. 2a38e24 Slightly simplify derive_wrapping_key by Gilles Peskine · 6 years ago
  46. 4e2cc53 Update key_ladder_demo to the current key derivation API by Gilles Peskine · 6 years ago
  47. 71a4c91 Add flag for removing deprecated API by Janos Follath · 6 years ago
  48. 5163a92 Remove spurious obsolete function call by Gilles Peskine · 6 years ago
  49. 2938268 Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190524 by Gilles Peskine · 6 years ago
  50. 35ef36b Rename psa_generate_random_key back to psa_generate_key by Gilles Peskine · 6 years ago
  51. dcaefae Parametrize Diffie-Hellman keys by a group identifier by Gilles Peskine · 6 years ago
  52. a99d3fb Rename generator functions to psa_key_derivation_xxx by Gilles Peskine · 6 years ago
  53. 73676cb Put handle parameter last: psa_import_key by Gilles Peskine · 6 years ago
  54. 98dd779 Put handle parameter last: psa_generate_derived_key by Gilles Peskine · 6 years ago
  55. 5a5a79a Rename psa_generate_key() and psa_generator_import_key() by Adrian L. Shaw · 6 years ago
  56. e56e878 Remove `extra` parameter from psa_generate_key by Gilles Peskine · 6 years ago
  57. 3a4f1f8 Set the key size as an attribute by Gilles Peskine · 6 years ago
  58. 986a151 programs, tests: Depend only on libmbedcrypto by Jaeden Amero · 7 years ago
  59. dfea0a25 Use the attribute-based key creation interface in sample programs by Gilles Peskine · 6 years ago
  60. 87a5e56 Rename functions that inject key material to an allocated handle by Gilles Peskine · 6 years ago
  61. 882e57e psa_constant_names: support key agreement algorithms by Gilles Peskine · 6 years ago
  62. fa30c33 programs: psa: Remove dependency on platform.h by Jaeden Amero · 7 years ago
  63. b281f74 psa: example: Initialize operation contexts by Jaeden Amero · 6 years ago
  64. 0574e6a Merge pull request #51 from Patater/update-dev-tls-dev-crypto-merge by Jaeden Amero · 6 years ago
  65. db29ab5 psa: Fix builds without MBEDTLS_PLATFORM_C by Jaeden Amero · 6 years ago
  66. 44a59ab psa: Enable use of PSA examples with CHECK_PARAMS by Jaeden Amero · 6 years ago
  67. 3f77526 psa_constant_names: adding support for signed types by Gilles Peskine · 6 years ago
  68. 1b87984 psa_constant_names: factor unsigned support into its own function by Gilles Peskine · 6 years ago
  69. 21b33b0 Run generate_psa_constants.py before building psa_constant_names with cmake by Darryl Green · 6 years ago
  70. d519583 Run generate_psa_constants.py in cmake builds by Darryl Green · 6 years ago
  71. 6a78573 CMake: psa_constant_names and test_psa_constant_names by Gilles Peskine · 7 years ago
  72. f31dbb7 CMake: build and install key_ladder_demo by Gilles Peskine · 7 years ago
  73. 738f017 Fix the build of key_ladder_demo under Clang by Gilles Peskine · 7 years ago
  74. 265a171 Error out if a value is out of range by Gilles Peskine · 7 years ago
  75. 567840e Support multiple values on the command line by Gilles Peskine · 7 years ago
  76. d40c1fb Don't require a type and size when creating a key slot by Gilles Peskine · 7 years ago
  77. 70261c5 psa: Add initializers for key policies by Jaeden Amero · 7 years ago
  78. 5e09bc7 Fix maybe-uninitialized warning by Gilles Peskine · 7 years ago
  79. b0edfb5 Convert the PSA example programs to the new handle API by Gilles Peskine · 7 years ago
  80. 608e091 Add pre Visual Studio 2015 support to psa_constant_names by Darryl Green · 7 years ago
  81. 1824696 Fix integer conversion warnings in psa_constant_names by Darryl Green · 7 years ago
  82. 38808fa psa_constant_names: fix some copypasta by Gilles Peskine · 7 years ago
  83. 0deaf3d psa_constant_names: new function append_integer by Gilles Peskine · 7 years ago
  84. daea26f Correct and simplify block-based cipher modes by Gilles Peskine · 7 years ago
  85. 18ac331 psa: programs: Add cipher example fallback main by itayzafrir · 7 years ago
  86. 44b09d2 psa: programs: Add cipher AES CTR multipart by itayzafrir · 7 years ago
  87. a2d0804 psa: programs: Add cipher AES CBC PKCS7 multipart by itayzafrir · 7 years ago
  88. 1036670 psa: programs: Add cipher AES CBC no padding by itayzafrir · 7 years ago
  89. a3ff8a6 psa: programs: Add cipher example by itayzafrir · 7 years ago
  90. f0fa436 New sample program key_ladder_demo by Gilles Peskine · 7 years ago
  91. 029b5d6 New utility program psa/psa_constant_names by Gilles Peskine · 7 years ago