1. e86bdca Fix size macros and its documentation by gabor-mezei-arm · 4 years, 7 months ago
  2. fbd9f1e Add and update macros for output buffer sizes by gabor-mezei-arm · 5 years ago
  3. ee6bb56 Remove out of scope macros by gabor-mezei-arm · 5 years ago
  4. 8809fb6 Add and update size macros for ciphers and keys by gabor-mezei-arm · 5 years ago
  5. 0687b2b Add macros for output buffer sizes by gabor-mezei-arm · 5 years ago
  6. a200ee6 Move AEAD macros next to each other by gabor-mezei-arm · 4 years, 8 months ago
  7. 60b29fe Define WANT symbols for always-supported key types by Gilles Peskine · 4 years, 6 months ago
  8. 9a594e8 Update psa crypto_config to include recent configs by David Brown · 4 years, 6 months ago
  9. db003f3 Remove unused definition by David Brown · 4 years, 7 months ago
  10. a9f1d83 Add symmetric ciphers and block modes by David Brown · 4 years, 7 months ago
  11. bb86d0c Merge pull request #3995 from stevew817/feature/psa_configurable_static_ram_usage by Gilles Peskine · 4 years, 6 months ago
  12. 863470a Rename PSA_KEY_SLOT_COUNT to MBEDTLS_PSA_KEY_SLOT_COUNT by Steven Cooreman · 4 years, 6 months ago
  13. 1f968fd Define the user-configurable PSA config flag in config.h by Steven Cooreman · 4 years, 6 months ago
  14. 5cd00d2 Merge pull request #4092 from ronald-cron-arm/psa-crypto-client by Ronald Cron · 4 years, 6 months ago
  15. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  16. 395889f psa: Make sure MBEDTLS_PSA_CRYPTO_CLIENT is defined by Ronald Cron · 4 years, 6 months ago
  17. 2fa6b5f ECC import: more useful choice of INVALID_ARGUMENT vs NOT_SUPPORTED by Gilles Peskine · 4 years, 6 months ago
  18. a0832d4 Merge pull request #3958 from gilles-peskine-arm/fix-tls12-constant-namespace by Ronald Cron · 4 years, 6 months ago
  19. 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
  20. 51b8bb0 PSA_KEY_TYPE_DERIVE is always available by Gilles Peskine · 4 years, 7 months ago
  21. 47a8933 Declare PSA_KEY_TYPE_HMAC as well by Gilles Peskine · 4 years, 7 months ago
  22. 318515b Merge pull request #3984 from gabor-mezei-arm/3268_update_macros_for_ouput_buffer_size_renames by Ronald Cron · 4 years, 6 months ago
  23. bdae918 Fix documentation by gabor-mezei-arm · 4 years, 6 months ago
  24. 86326a9 Fix possible error codes in the documentation by gabor-mezei-arm · 4 years, 8 months ago
  25. d25ea72 Fix rename of output buffer size macros by gabor-mezei-arm · 4 years, 7 months ago
  26. cbcec21 Rename output buffer size macros by gabor-mezei-arm · 4 years, 8 months ago
  27. 43f958b Rename unnamespaced identifiers by Gilles Peskine · 4 years, 8 months ago
  28. a51e1db Merge pull request #3895 from gilles-peskine-arm/psa-external-random by Gilles Peskine · 4 years, 7 months ago
  29. 88fa5c4 Minor documentation improvements by Gilles Peskine · 4 years, 7 months ago
  30. 575ece0 Merge pull request #3576 from gilles-peskine-arm/psa-lifetime-persistence-indicator-tweaks by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  31. 0bb2570 Copyediting by Gilles Peskine · 4 years, 8 months ago
  32. e39bdaa Specialize some wording from the specification by Gilles Peskine · 4 years, 8 months ago
  33. 9b3e5a7 Clarify the explanation of locations by Gilles Peskine · 4 years, 8 months ago
  34. a27a4e2 Merge pull request #3929 from gilles-peskine-arm/psa-driver-remove-old-accel by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  35. 2b75962 Merge pull request #3948 from bensze01/update_psa_values by Gilles Peskine · 4 years, 8 months ago
  36. 99ffb2b Simplify description of PSA_ALG_STREAM_CIPHER by Bence Szépkúti · 4 years, 8 months ago
  37. cbe3953 Substitute PSA_ALG_STREAM_CIPHER into all files by Bence Szépkúti · 4 years, 8 months ago
  38. a294551 Update PSA Crypto macro values to version 1.0.0 by Bence Szépkúti · 4 years, 8 months ago
  39. 1de907d Introduce PSA_ALG_STREAM_CIPHER by Bence Szépkúti · 4 years, 8 months ago
  40. e995b9b Clarify statuses from mbedtls_psa_external_get_random by Gilles Peskine · 4 years, 8 months ago
  41. 3a0535b Merge pull request #3916 from jdurkop/psa-crypto-config-hashes-3672 by Gilles Peskine · 4 years, 8 months ago
  42. db6b03b Remove old-style accelerator and entropy driver interfaces by Gilles Peskine · 4 years, 8 months ago
  43. d4585ff Fix removal of deprecated PSA constants by Bence Szépkúti · 4 years, 8 months ago
  44. fb764a6 Add hashes as crypto config by default by John Durkop · 4 years, 8 months ago
  45. 452b0a3 Update documentation by gabor-mezei-arm · 4 years, 9 months ago
  46. fe30924 Use PSA_ERROR_DATA_INVALID error code by gabor-mezei-arm · 4 years, 9 months ago
  47. 3d8b4f5 Add missing error code documentation by gabor-mezei-arm · 4 years, 9 months ago
  48. c096301 Document mbedtls_psa_external_random_context_t by Gilles Peskine · 4 years, 9 months ago
  49. b663a60 Note the expectations on mbedtls_psa_external_get_random() by Gilles Peskine · 4 years, 9 months ago
  50. b8af228 Autonomous random driver: declare the type and function by Gilles Peskine · 4 years, 9 months ago
  51. 662deb3 Merge pull request #3547 from ronald-cron-arm/psa-openless by Gilles Peskine · 4 years, 9 months ago
  52. 1d12d87 Improve/fix documentation by Ronald Cron · 4 years, 9 months ago
  53. 1ad1eee psa stats: Count locked slots instead of unlocked ones by Ronald Cron · 4 years, 9 months ago
  54. 5c52292 psa: Rename functions to get a key slot by Ronald Cron · 4 years, 9 months ago
  55. 9a68810 Merge pull request #3830 from jdurkop/psa-crypto-config-phase2 by Gilles Peskine · 4 years, 9 months ago
  56. 07cc04a Updates to PSA crypto library based on review comments by John Durkop · 4 years, 9 months ago
  57. b6f7afc Move check config feature for PSA_WANT by John Durkop · 4 years, 9 months ago
  58. 0c3752a psa: slot mgmt: Add unaccessed slots counter in stats by Ronald Cron · 4 years, 9 months ago
  59. d98059d psa: Fix tests/handling of lifetime incompatible with location by Ronald Cron · 4 years, 10 months ago
  60. 4067d1c psa: Improve key creation documentation by Ronald Cron · 4 years, 10 months ago
  61. 9678355 psa: Fix references to macros in comments by Ronald Cron · 4 years, 10 months ago
  62. 6b5ff53 Add mbedtls_set_key_owner_id API by Ronald Cron · 4 years, 10 months ago
  63. 5425a21 tests: Adapt PSA tests to openless APIs by Ronald Cron · 5 years ago
  64. 277a85f Add psa_purge_key API by Ronald Cron · 5 years ago
  65. cf56a0a psa: Move from key handle to key identifier by Ronald Cron · 5 years ago
  66. c4d1b51 Define handles as key identifiers by Ronald Cron · 5 years ago
  67. 47a8561 Introduce psa_key_handle_equal inline function by Ronald Cron · 5 years ago
  68. c26f8d4 Introduce psa_key_handle_is_null inline function by Ronald Cron · 5 years ago
  69. 91e9515 Introduce PSA_KEY_HANDLE_INIT macro by Ronald Cron · 5 years ago
  70. 9814fa2 Minor updates from review comments by John Durkop · 4 years, 9 months ago
  71. 7fc75ea Enable all features in crypto_config.h by John Durkop · 4 years, 9 months ago
  72. 0e00519 Add feature support for RSA for PSA crypto config by John Durkop · 4 years, 9 months ago
  73. f4c4cb0 Added additional support for ECP for PSA_CRYPTO_CONFIG by John Durkop · 4 years, 9 months ago
  74. d032195 Phase 2 support for MBEDTLS_PSA_CRYPTO_CONFIG by John Durkop · 4 years, 9 months ago
  75. bce4dc0 Include config_psa.h from psa/crypto.h by Gilles Peskine · 4 years, 9 months ago
  76. 52f32c9 Merge pull request #3787 from bensze01/iv_nonce_size by Gilles Peskine · 4 years, 9 months ago
  77. 423d3e7 Update support macros for IV/nonce sizes by Bence Szépkúti · 4 years, 9 months ago
  78. 0ea39e0 Correct use of MBEDTLS_PSA_BUILTIN_ALG_xxx in crypto library by John Durkop · 4 years, 10 months ago
  79. 7b45313 Updates to fix check-names and all.sh tests after review by John Durkop · 4 years, 10 months ago
  80. c7c03b7 Enhanced documentation for crypto_config.h by John Durkop · 4 years, 10 months ago
  81. 2dfaf9c Update how MBEDTLS_PSA_CRYPTO_CONFIG is handled by John Durkop · 4 years, 11 months ago
  82. 6e33dbe Created infrastructure for MBEDTLS_PSA_CRYPTO_CONFIG by John Durkop · 4 years, 11 months ago
  83. dc57c25 Merge pull request #3527 from ronald-cron-arm/key-extended-id by Gilles Peskine · 4 years, 11 months ago
  84. 7424f0d psa: Move key identifier related macros and functions by Ronald Cron · 5 years ago
  85. 9a2511e Fix key owner identifier documentation by Ronald Cron · 5 years ago
  86. 5eba579 Remove unnecessary inline definition by Ronald Cron · 4 years, 11 months ago
  87. ef8575e Apply review feedback by Steven Cooreman · 5 years ago
  88. a07b997 Update semantics around driver context use in psa_cipher_setup by Steven Cooreman · 5 years ago
  89. fb81aa5 Only pass the driver-relevant portion of the context struct by Steven Cooreman · 5 years ago
  90. 5240e8b Style and language fixes from review by Steven Cooreman · 5 years ago
  91. d3feccd Restructure cipher context object to contain driver switch by Steven Cooreman · 5 years ago
  92. 37941cb Add initial pass on a multi-part test driver by Steven Cooreman · 5 years ago
  93. b1d3f27 Merge pull request #3480 from stevew817/feature/aes-ecb by Gilles Peskine · 5 years ago
  94. ecfb237 Fix PSA code and unit tests by Ronald Cron · 5 years ago
  95. 71016a9 psa: Rename psa_key_file_id_t to mbedtls_svc_key_id_t by Ronald Cron · 5 years ago
  96. 72f65fc psa: Rename pss_key_owner_id_t to mbedtls_key_owner_id_t by Ronald Cron · 5 years ago
  97. fa7d7af psa: Don't reset the key owner id in psa_set_key_lifetime by Ronald Cron · 5 years ago
  98. 039a98b Define always psa_key_id_t as defined in PSA crypto spec by Ronald Cron · 5 years ago
  99. 27238fc psa: Use psa_key_file_id_t as the key id type by Ronald Cron · 5 years ago
  100. 80b9510 psa: Move psa_key_file_id_t definition to crypto_types.h by Ronald Cron · 5 years ago