1. d6ec303 psa: Move ECP key import to psa_crypto_ecp.c by Ronald Cron · 4 years, 8 months ago
  2. b14dbbe psa: Rename ECP key import function by Ronald Cron · 4 years, 9 months ago
  3. 79cc548 psa: Change psa_import_ecp_key() signature by Ronald Cron · 4 years, 9 months ago
  4. 13f8b09 psa: ecp: import: Move key buffer allocation by Ronald Cron · 4 years, 8 months ago
  5. abf2aef psa: Move RSA key import to psa_crypto_rsa.c by Ronald Cron · 4 years, 8 months ago
  6. b6420e3 psa: Rename psa_import_rsa_key to mbedtls_psa_rsa_import_key by Ronald Cron · 4 years, 9 months ago
  7. 4f2a7f0 psa: Change psa_import_rsa_key() signature by Ronald Cron · 4 years, 9 months ago
  8. 8f813ee psa: rsa: import: Move key buffer allocation by Ronald Cron · 4 years, 9 months ago
  9. e5ca3d8 psa: Move RSA/ECP export code to RSA/ECP specific C file by Ronald Cron · 4 years, 8 months ago
  10. 152e3f8 psa: export: Move registered SE support to the driver wrapper by Ronald Cron · 4 years, 8 months ago
  11. 6722798 psa: Call export software implementation as a driver by Ronald Cron · 4 years, 8 months ago
  12. 7285cda psa: Export internally psa_export_(public_)key_internal by Ronald Cron · 4 years, 8 months ago
  13. d18b5f8 psa: Change psa_export_(public_)key_internal signature by Ronald Cron · 4 years, 8 months ago
  14. 9486f9d psa: Disentangle public export and export code by Ronald Cron · 4 years, 8 months ago
  15. 200a52c psa: Align naming of export internal functions by Ronald Cron · 4 years, 8 months ago
  16. 00b7bfc psa: Move xxx_load_representation functions to RSA/ECP specific modules by Ronald Cron · 4 years, 8 months ago
  17. 3c8ca3a psa: Rename psa_export_rsa/ecp_key to mbedtls_psa_rsa/ecp_export_key by Ronald Cron · 4 years, 8 months ago
  18. 9085708 psa: Rename psa_load_rsa/ecp_representation by Ronald Cron · 4 years, 8 months ago
  19. 84cc994 psa: Change psa_driver_wrapper_export_public_key() signature by Ronald Cron · 4 years, 8 months ago
  20. 8328287 psa: Move from validate_key to import_key entry point by Ronald Cron · 4 years, 9 months ago
  21. ea0f8a6 psa: se: Create key context in SE key slots by Ronald Cron · 4 years, 8 months ago
  22. a209f34 Merge pull request #3996 from stevew817/feature/allow_reading_external_keys by Janos Follath · 4 years, 6 months ago
  23. 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
  24. cbcec21 Rename output buffer size macros by gabor-mezei-arm · 4 years, 8 months ago
  25. ac3434f Apply review feedback by Steven Cooreman · 4 years, 7 months ago
  26. 98435dd Allow loading wrapped keys even when SE support is compiled in by Steven Cooreman · 4 years, 7 months ago
  27. dbf6896 mbedtls_to_psa_error: prefer dispatching on the low-level error by Gilles Peskine · 4 years, 7 months ago
  28. 40d8160 mbedtls_to_psa_error: fix a copypasta and a missing translation by Gilles Peskine · 4 years, 8 months ago
  29. a51e1db Merge pull request #3895 from gilles-peskine-arm/psa-external-random by Gilles Peskine · 4 years, 7 months ago
  30. 73d7832 Merge pull request #3969 from frestr/bugfix/psa_close_key_leak by Gilles Peskine · 4 years, 7 months ago
  31. 9c3e060 Explain the design of mbedtls_psa_get_random better by Gilles Peskine · 4 years, 7 months ago
  32. 0c59ba8 Fix the error detection in psa_generate_random by Gilles Peskine · 4 years, 7 months ago
  33. 71ddab9 Simplify the chunk loop in psa_generate_random by Gilles Peskine · 4 years, 7 months ago
  34. 462aa57 PSA Crypto: Don't skip key data removal when SE driver is not in use by Fredrik Strupe · 4 years, 8 months ago
  35. b2b64d3 Rename psa_crypto_random.h to psa_crypto_random_impl.h by Gilles Peskine · 4 years, 8 months ago
  36. 8814fc4 Make mbedtls_psa_get_random more usable outside psa_crypto.c by Gilles Peskine · 4 years, 8 months ago
  37. 5894e8e Replace mbedtls_psa_random_state( ... ) by MBEDTLS_PSA_RANDOM_STATE by Gilles Peskine · 4 years, 8 months ago
  38. 2b75962 Merge pull request #3948 from bensze01/update_psa_values by Gilles Peskine · 4 years, 8 months ago
  39. cbe3953 Substitute PSA_ALG_STREAM_CIPHER into all files by Bence Szépkúti · 4 years, 8 months ago
  40. 1de907d Introduce PSA_ALG_STREAM_CIPHER by Bence Szépkúti · 4 years, 8 months ago
  41. 6ca2327 Update guards for ALG_SHA_224 and ALG_SHA_384 in crypto library by John Durkop · 4 years, 8 months ago
  42. d62b678 Minor updates to address review comments by John Durkop · 4 years, 8 months ago
  43. ee4e660 Use new MBEDTLS_PSA_BUILTIN_ macros for hashes in crypto library by John Durkop · 4 years, 8 months ago
  44. bee96c8 Explain the conditions for checking DRBG error codes by Gilles Peskine · 4 years, 8 months ago
  45. 82e57d1 PSA: support HMAC_DRBG by Gilles Peskine · 4 years, 9 months ago
  46. 4fc21fd Implement MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG by Gilles Peskine · 4 years, 9 months ago
  47. 1c49f1a Include headers in psa_crypto.h for mbedtls_to_psa_error by Gilles Peskine · 4 years, 9 months ago
  48. 30524eb psa_crypto: create random and drbg abstraction by Gilles Peskine · 4 years, 9 months ago
  49. 90edc99 Create a header file for PSA crypto random generator abstraction by Gilles Peskine · 4 years, 9 months ago
  50. 9aaa3e1 Merge pull request #3786 from stevew817/feature/generate_pubkey_in_driver 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. b9b8442 Plug in the entry point for public key export through driver by Steven Cooreman · 4 years, 10 months ago
  53. 5c52292 psa: Rename functions to get a key slot by Ronald Cron · 4 years, 9 months ago
  54. 81709fc psa: Move key identifier return to psa_finish_key_creation() by Ronald Cron · 4 years, 9 months ago
  55. 5097294 psa: Decrement slot access count when finalizing key creation by Ronald Cron · 4 years, 9 months ago
  56. 4640c15 psa: Remove error message output by Ronald Cron · 4 years, 9 months ago
  57. cbd7bea psa: slot mgmt: Simplify psa_validate_key_id by Ronald Cron · 4 years, 9 months ago
  58. 07cc04a Updates to PSA crypto library based on review comments by John Durkop · 4 years, 9 months ago
  59. 5cc8dfb Removed final MBEDLTS_MD_C guard in PSA crypto library by John Durkop · 4 years, 9 months ago
  60. 7587ae4 Miscellaneous documentation improvements by Ronald Cron · 4 years, 9 months ago
  61. 6ba40d1 Corrected guards in PSA library based on review comments by John Durkop · 4 years, 9 months ago
  62. 19daca9 Prefer persistent over permanent by Ronald Cron · 4 years, 9 months ago
  63. f291111 psa: Do not reset a key slot under access by Ronald Cron · 4 years, 9 months ago
  64. ddd3d05 psa: Add access counter check in slot wipe by Ronald Cron · 4 years, 9 months ago
  65. f95a2b1 psa: mgmt: Add key slot access counter by Ronald Cron · 4 years, 10 months ago
  66. 54b9008 psa: Forbid creation/registration of keys in vendor range by Ronald Cron · 4 years, 9 months ago
  67. 65f38a3 Add key id check when creating a volatile key by Ronald Cron · 4 years, 10 months ago
  68. d98059d psa: Fix tests/handling of lifetime incompatible with location by Ronald Cron · 4 years, 10 months ago
  69. 3c76a42 Improve psa_key_start_creation description by Ronald Cron · 4 years, 10 months ago
  70. fc9c556 Forbid volatile key identifiers for non volatile keys by Ronald Cron · 4 years, 10 months ago
  71. cf56a0a psa: Move from key handle to key identifier by Ronald Cron · 5 years ago
  72. c4d1b51 Define handles as key identifiers by Ronald Cron · 5 years ago
  73. c26f8d4 Introduce psa_key_handle_is_null inline function by Ronald Cron · 5 years ago
  74. 91e9515 Introduce PSA_KEY_HANDLE_INIT macro by Ronald Cron · 5 years ago
  75. 2a99315 Add volatile key identifiers by Ronald Cron · 5 years ago
  76. 9814fa2 Minor updates from review comments by John Durkop · 4 years, 9 months ago
  77. 0e00519 Add feature support for RSA for PSA crypto config by John Durkop · 4 years, 9 months ago
  78. f4c4cb0 Added additional support for ECP for PSA_CRYPTO_CONFIG by John Durkop · 4 years, 9 months ago
  79. d032195 Phase 2 support for MBEDTLS_PSA_CRYPTO_CONFIG by John Durkop · 4 years, 9 months ago
  80. d2ed481 Split persistence and key id validation by Ronald Cron · 5 years ago
  81. a455e71 Merge pull request #3780 from stevew817/feature/validate_key_in_driver by Gilles Peskine · 4 years, 9 months ago
  82. 40120f6 Address review comments by Steven Cooreman · 4 years, 9 months ago
  83. 162ec87 Detecting bit size is no longer required by Steven Cooreman · 4 years, 10 months ago
  84. 2d0b723 Merge pull request #3712 from jdurkop/psa-crypto-config-ecdsa-3670 by Gilles Peskine · 4 years, 9 months ago
  85. f87e3ae Update guards in PSA crypto library for ECDSA and DETERMINISTIC support by John Durkop · 4 years, 9 months ago
  86. 3ea0ce4 Separate 'import' from 'load into slot' by Steven Cooreman · 4 years, 10 months ago
  87. f7cebd4 Add internal helper function to load prevalidated key material by Steven Cooreman · 4 years, 10 months ago
  88. 0452476 Implement, plug in and test validate_key driver entry point by Steven Cooreman · 4 years, 10 months ago
  89. 398aee5 Rework psa_copy_key_material by Steven Cooreman · 4 years, 10 months ago
  90. 01fc209 Merge pull request #3748 from torstenes/3740_PSA_key_storage_systematically_store_bits by Gilles Peskine · 4 years, 9 months ago
  91. b7eaa77 Merge pull request #3743 from stevew817/bugfix/use_ecdh_key_in_streamlined_derivation by Gilles Peskine · 4 years, 10 months ago
  92. 60ca77c Merge pull request #3730 from gilles-peskine-arm/psa_generate_key-curve25519 by Ronald Cron · 4 years, 10 months ago
  93. fa5e631 Apply review feedback by Steven Cooreman · 4 years, 10 months ago
  94. 0ea39e0 Correct use of MBEDTLS_PSA_BUILTIN_ALG_xxx in crypto library by John Durkop · 4 years, 10 months ago
  95. 162a110 Changes PSA key storage format to include key bits by Torstein Nesse · 4 years, 10 months ago
  96. 0ee0d52 Fix PSA crypto inconsistencies in agreement+derivation by Steven Cooreman · 4 years, 10 months ago
  97. ce48e85 Fix PSA crypto inconsistencies in agreement+derivation by Steven Cooreman · 4 years, 10 months ago
  98. 2acbed3 psa_generate_key: remove the bit-size sanity check by Gilles Peskine · 4 years, 10 months ago
  99. f90e301 Use PSA_ERROR_INVALID_ARGUMENT for invalid cipher input sizes by Fredrik Strupe · 4 years, 10 months ago
  100. d895939 Add ECDSA support to PSA crypto configuration by John Durkop · 4 years, 11 months ago