1. 6aceb51 Support set *_drbg reseed interval before seed by Gavin Acquroff · 5 years ago
  2. 662deb3 Merge pull request #3547 from ronald-cron-arm/psa-openless by Gilles Peskine · 4 years, 9 months ago
  3. cb0a9ee Merge pull request #3868 from gilles-peskine-arm/cscope-make-development by Ronald Cron · 4 years, 9 months ago
  4. 651a8fc Merge pull request #3844 from oesh/add_cscope_to_gitignore by Ronald Cron · 4 years, 9 months ago
  5. 3a4f0e3 tests: psa: Reset key attributes where needed by Ronald Cron · 4 years, 9 months ago
  6. 1d12d87 Improve/fix documentation by Ronald Cron · 4 years, 9 months ago
  7. 8346c7a Add abstract target names for index generation by Gilles Peskine · 4 years, 9 months ago
  8. a3d9dac Add change log by Ronald Cron · 4 years, 9 months ago
  9. 1ad1eee psa stats: Count locked slots instead of unlocked ones by Ronald Cron · 4 years, 9 months ago
  10. 5c52292 psa: Rename functions to get a key slot by Ronald Cron · 4 years, 9 months ago
  11. ab79bd2 tests: slot mgmt: Improve key_slot_eviction_to_import_new_key test by Ronald Cron · 4 years, 9 months ago
  12. 81709fc psa: Move key identifier return to psa_finish_key_creation() by Ronald Cron · 4 years, 9 months ago
  13. 5097294 psa: Decrement slot access count when finalizing key creation by Ronald Cron · 4 years, 9 months ago
  14. cbf6a1d psa: slot mgmt: Add access counter overflow check by Ronald Cron · 4 years, 9 months ago
  15. 4640c15 psa: Remove error message output by Ronald Cron · 4 years, 9 months ago
  16. c985114 programs: ssl: Fix printf parameter type cast by Ronald Cron · 4 years, 9 months ago
  17. 9e12f8f tests: psa crypto: Fix lifetime_is_secure_element() by Ronald Cron · 4 years, 9 months ago
  18. cbd7bea psa: slot mgmt: Simplify psa_validate_key_id by Ronald Cron · 4 years, 9 months ago
  19. f473d8b psa: slot mgmt: Improve psa_search_key_in_slots implementation by Ronald Cron · 4 years, 9 months ago
  20. 406a5da Merge pull request #3697 from gilles-peskine-arm/psa-conditional-inclusion-c-project by Gilles Peskine · 4 years, 9 months ago
  21. 43818f8 Copyediting by Gilles Peskine · 4 years, 9 months ago
  22. 9a68810 Merge pull request #3830 from jdurkop/psa-crypto-config-phase2 by Gilles Peskine · 4 years, 9 months ago
  23. 11ead84 Merge pull request #3876 from maroneze/development by Gilles Peskine · 4 years, 9 months ago
  24. 07cc04a Updates to PSA crypto library based on review comments by John Durkop · 4 years, 9 months ago
  25. 7953329 Fix another use of uinitialized memory in ssl_parse_encrypted_pms by André Maroneze · 4 years, 9 months ago
  26. c704314 Merge pull request #3867 from gilles-peskine-arm/error-include-string by Gilles Peskine · 4 years, 9 months ago
  27. d8c27cc Fix copypasta; minor wording improvements by Gilles Peskine · 4 years, 9 months ago
  28. 67aed9a Simplify conditional guards in error.c by Gilles Peskine · 4 years, 9 months ago
  29. bb483f6 Improve explanations around config_psa.h by Gilles Peskine · 4 years, 9 months ago
  30. 198024c Note that application code needs PSA_WANT_xxx too by Gilles Peskine · 4 years, 9 months ago
  31. 1b1f3fb Minor clarifications by Gilles Peskine · 4 years, 9 months ago
  32. 9e06907 Fix typos by Gilles Peskine · 4 years, 9 months ago
  33. 993c249 Add a section explaining the uses of PSA_WANT_xxx by Gilles Peskine · 4 years, 9 months ago
  34. b267998 Note that crypto_sizes.h needs config_psa.h as well by Gilles Peskine · 4 years, 9 months ago
  35. 5cc8dfb Removed final MBEDLTS_MD_C guard in PSA crypto library by John Durkop · 4 years, 9 months ago
  36. 7d54f66 Miscellaneous coding style fixes by Ronald Cron · 4 years, 9 months ago
  37. 7587ae4 Miscellaneous documentation improvements by Ronald Cron · 4 years, 9 months ago
  38. b6f7afc Move check config feature for PSA_WANT by John Durkop · 4 years, 9 months ago
  39. 6ba40d1 Corrected guards in PSA library based on review comments by John Durkop · 4 years, 9 months ago
  40. 9f4a01c Merge pull request #3571 from gufe44/arc4random_buf-implicit by Gilles Peskine · 4 years, 9 months ago
  41. a577c18 [minor] Added Cscope to .gitignore by Omer Shapira · 4 years, 9 months ago
  42. 19daca9 Prefer persistent over permanent by Ronald Cron · 4 years, 9 months ago
  43. 77c89f5 Fix several typos by Ronald Cron · 4 years, 9 months ago
  44. a5b894f psa: mgmt: Add key slot reuse by Ronald Cron · 4 years, 10 months ago
  45. f291111 psa: Do not reset a key slot under access by Ronald Cron · 4 years, 9 months ago
  46. ddd3d05 psa: Add access counter check in slot wipe by Ronald Cron · 4 years, 9 months ago
  47. 0c3752a psa: slot mgmt: Add unaccessed slots counter in stats by Ronald Cron · 4 years, 9 months ago
  48. f95a2b1 psa: mgmt: Add key slot access counter by Ronald Cron · 4 years, 10 months ago
  49. 54b9008 psa: Forbid creation/registration of keys in vendor range by Ronald Cron · 4 years, 9 months ago
  50. 65f38a3 Add key id check when creating a volatile key by Ronald Cron · 4 years, 10 months ago
  51. d98059d psa: Fix tests/handling of lifetime incompatible with location by Ronald Cron · 4 years, 10 months ago
  52. 4067d1c psa: Improve key creation documentation by Ronald Cron · 4 years, 10 months ago
  53. 9678355 psa: Fix references to macros in comments by Ronald Cron · 4 years, 10 months ago
  54. f1ff9a8 tests: psa: Use PSA_KEY_LIFETIME_IS_VOLATILE where it should by Ronald Cron · 4 years, 10 months ago
  55. 390f607 Add tests checking owner of volatile keys by Ronald Cron · 4 years, 10 months ago
  56. 6b5ff53 Add mbedtls_set_key_owner_id API by Ronald Cron · 4 years, 10 months ago
  57. 3c76a42 Improve psa_key_start_creation description by Ronald Cron · 4 years, 10 months ago
  58. 5134519 Fix close/purge of a key by Ronald Cron · 4 years, 10 months ago
  59. 97c8ad5 Merge search of loaded volatile and persistent keys by Ronald Cron · 4 years, 10 months ago
  60. fc9c556 Forbid volatile key identifiers for non volatile keys by Ronald Cron · 4 years, 10 months ago
  61. f67aefe tests: slot mgmt: Add psa_purge_key testing by Ronald Cron · 4 years, 10 months ago
  62. 994b805 tests: slot mgmt: Fix test data by Ronald Cron · 4 years, 10 months ago
  63. e7e86cf tests: slot mgmt: Rename ways of invalidating keys by Ronald Cron · 4 years, 10 months ago
  64. 3930997 tests: slot mgmt: Add purge checks in volatile key lifecycle test by Ronald Cron · 4 years, 10 months ago
  65. 5425a21 tests: Adapt PSA tests to openless APIs by Ronald Cron · 5 years ago
  66. adc2ff2 Adapt programs to PSA openless APIs by Ronald Cron · 4 years, 11 months ago
  67. c3623db State PSA_CRYPTO_KEY_ID_ENCODES_OWNER and USE_PSA_CRYPTO incompatibility by Ronald Cron · 4 years, 9 months ago
  68. 277a85f Add psa_purge_key API by Ronald Cron · 5 years ago
  69. cf56a0a psa: Move from key handle to key identifier by Ronald Cron · 5 years ago
  70. e4f6d5c tests: Fix persistent slot lifecycle tests by Ronald Cron · 4 years, 9 months ago
  71. 4184107 tests: Fix checks of volatile key identifier by Ronald Cron · 4 years, 11 months ago
  72. 432e19c tests: Fix error codes when using "invalid" handles by Ronald Cron · 4 years, 11 months ago
  73. 2d52eb2 tests: Fix invalid key identifier error code by Ronald Cron · 4 years, 11 months ago
  74. c4d1b51 Define handles as key identifiers by Ronald Cron · 5 years ago
  75. 47a8561 Introduce psa_key_handle_equal inline function by Ronald Cron · 5 years ago
  76. c26f8d4 Introduce psa_key_handle_is_null inline function by Ronald Cron · 5 years ago
  77. 91e9515 Introduce PSA_KEY_HANDLE_INIT macro by Ronald Cron · 5 years ago
  78. 98a54dd psa: slot mgmt: Don't use handles to loop through slot array by Ronald Cron · 5 years ago
  79. 2a99315 Add volatile key identifiers by Ronald Cron · 5 years ago
  80. 9814fa2 Minor updates from review comments by John Durkop · 4 years, 9 months ago
  81. 7fc75ea Enable all features in crypto_config.h by John Durkop · 4 years, 9 months ago
  82. d8b83ea Update symmetric only reference config to include config_psa.h by John Durkop · 4 years, 9 months ago
  83. bd069d3 Enhanced testing for PSA crypto config features by John Durkop · 4 years, 9 months ago
  84. 0e00519 Add feature support for RSA for PSA crypto config by John Durkop · 4 years, 9 months ago
  85. f4c4cb0 Added additional support for ECP for PSA_CRYPTO_CONFIG by John Durkop · 4 years, 9 months ago
  86. d032195 Phase 2 support for MBEDTLS_PSA_CRYPTO_CONFIG by John Durkop · 4 years, 9 months ago
  87. d0c7801 Add a target for the cscope index by Gilles Peskine · 4 years, 9 months ago
  88. 646ad22 Update the list of directories containing source files by Gilles Peskine · 4 years, 9 months ago
  89. cac5536 Merge pull request #3823 from gabor-mezei-arm/3818_MBEDTLS_AES_SETKEY_DEC_ALT_excludes_MBEDTLS_CIPHER_MODE_XTS by Gilles Peskine · 4 years, 9 months ago
  90. 3809f5f Add a build with MBEDTLS_ERROR_STRERROR_DUMMY by Gilles Peskine · 4 years, 9 months ago
  91. 58858b7 Document that MBEDTLS_PSA_CRYPTO_CONFIG requires config_psa.h by Gilles Peskine · 4 years, 9 months ago
  92. a26b3e5 Only include config_psa.h from config.h with new-style PSA configuration by Gilles Peskine · 4 years, 9 months ago
  93. 25fdebf Add missing configs from test-ref-configs.pl by Gilles Peskine · 4 years, 9 months ago
  94. 7a78a1f Sort entries to make it easier to eyeball the list by Gilles Peskine · 4 years, 9 months ago
  95. b64e0fe Fix conditions for including string.h in error.c by Gilles Peskine · 4 years, 9 months ago
  96. bce4dc0 Include config_psa.h from psa/crypto.h by Gilles Peskine · 4 years, 9 months ago
  97. f4a6a05 ssl_context_info: fix config requirements by Gilles Peskine · 4 years, 9 months ago
  98. d2ed481 Split persistence and key id validation by Ronald Cron · 5 years ago
  99. e3994d7 Merge pull request #3836 from bensze01/ecb_iv_fix by Gilles Peskine · 4 years, 9 months ago
  100. a8e40dd Do not set IV size for ECB mode ciphers by Bence Szépkúti · 4 years, 9 months ago