1. 7587ae4 Miscellaneous documentation improvements by Ronald Cron · 4 years, 9 months ago
  2. 19daca9 Prefer persistent over permanent by Ronald Cron · 4 years, 9 months ago
  3. f291111 psa: Do not reset a key slot under access by Ronald Cron · 4 years, 9 months ago
  4. ddd3d05 psa: Add access counter check in slot wipe by Ronald Cron · 4 years, 9 months ago
  5. f95a2b1 psa: mgmt: Add key slot access counter by Ronald Cron · 4 years, 10 months ago
  6. 54b9008 psa: Forbid creation/registration of keys in vendor range by Ronald Cron · 4 years, 9 months ago
  7. 65f38a3 Add key id check when creating a volatile key by Ronald Cron · 4 years, 10 months ago
  8. d98059d psa: Fix tests/handling of lifetime incompatible with location by Ronald Cron · 4 years, 10 months ago
  9. 3c76a42 Improve psa_key_start_creation description by Ronald Cron · 4 years, 10 months ago
  10. fc9c556 Forbid volatile key identifiers for non volatile keys by Ronald Cron · 4 years, 10 months ago
  11. cf56a0a psa: Move from key handle to key identifier by Ronald Cron · 5 years ago
  12. c4d1b51 Define handles as key identifiers by Ronald Cron · 5 years ago
  13. c26f8d4 Introduce psa_key_handle_is_null inline function by Ronald Cron · 5 years ago
  14. 91e9515 Introduce PSA_KEY_HANDLE_INIT macro by Ronald Cron · 5 years ago
  15. 2a99315 Add volatile key identifiers by Ronald Cron · 5 years ago
  16. d2ed481 Split persistence and key id validation by Ronald Cron · 5 years ago
  17. a455e71 Merge pull request #3780 from stevew817/feature/validate_key_in_driver by Gilles Peskine · 4 years, 9 months ago
  18. 40120f6 Address review comments by Steven Cooreman · 4 years, 9 months ago
  19. 162ec87 Detecting bit size is no longer required by Steven Cooreman · 4 years, 10 months ago
  20. 2d0b723 Merge pull request #3712 from jdurkop/psa-crypto-config-ecdsa-3670 by Gilles Peskine · 4 years, 9 months ago
  21. f87e3ae Update guards in PSA crypto library for ECDSA and DETERMINISTIC support by John Durkop · 4 years, 9 months ago
  22. 3ea0ce4 Separate 'import' from 'load into slot' by Steven Cooreman · 4 years, 10 months ago
  23. f7cebd4 Add internal helper function to load prevalidated key material by Steven Cooreman · 4 years, 10 months ago
  24. 0452476 Implement, plug in and test validate_key driver entry point by Steven Cooreman · 4 years, 10 months ago
  25. 398aee5 Rework psa_copy_key_material by Steven Cooreman · 4 years, 10 months ago
  26. 01fc209 Merge pull request #3748 from torstenes/3740_PSA_key_storage_systematically_store_bits by Gilles Peskine · 4 years, 9 months ago
  27. b7eaa77 Merge pull request #3743 from stevew817/bugfix/use_ecdh_key_in_streamlined_derivation by Gilles Peskine · 4 years, 10 months ago
  28. 60ca77c Merge pull request #3730 from gilles-peskine-arm/psa_generate_key-curve25519 by Ronald Cron · 4 years, 10 months ago
  29. fa5e631 Apply review feedback by Steven Cooreman · 4 years, 10 months ago
  30. 0ea39e0 Correct use of MBEDTLS_PSA_BUILTIN_ALG_xxx in crypto library by John Durkop · 4 years, 10 months ago
  31. 162a110 Changes PSA key storage format to include key bits by Torstein Nesse · 4 years, 10 months ago
  32. 0ee0d52 Fix PSA crypto inconsistencies in agreement+derivation by Steven Cooreman · 4 years, 10 months ago
  33. ce48e85 Fix PSA crypto inconsistencies in agreement+derivation by Steven Cooreman · 4 years, 10 months ago
  34. 2acbed3 psa_generate_key: remove the bit-size sanity check by Gilles Peskine · 4 years, 10 months ago
  35. f90e301 Use PSA_ERROR_INVALID_ARGUMENT for invalid cipher input sizes by Fredrik Strupe · 4 years, 10 months ago
  36. d895939 Add ECDSA support to PSA crypto configuration by John Durkop · 4 years, 11 months ago
  37. 6d81f7e Final feedback from @ronald-cron-arm by Steven Cooreman · 4 years, 11 months ago
  38. ef8575e Apply review feedback by Steven Cooreman · 5 years ago
  39. a07b997 Update semantics around driver context use in psa_cipher_setup by Steven Cooreman · 5 years ago
  40. e55f3e8 Make sure to not call mbedtls_cipher_free on an uninitialised context by Steven Cooreman · 5 years ago
  41. b5e52f2 Remove superfluous call in PSA cipher setup by Steven Cooreman · 5 years ago
  42. 7df0292 Check & set operation flags for both driver and software in the core by Steven Cooreman · 5 years ago
  43. fb81aa5 Only pass the driver-relevant portion of the context struct by Steven Cooreman · 5 years ago
  44. 5240e8b Style and language fixes from review by Steven Cooreman · 5 years ago
  45. 8b12225 Add a working implementation of a multipart AES-CTR test driver by Steven Cooreman · 5 years ago
  46. d3feccd Restructure cipher context object to contain driver switch by Steven Cooreman · 5 years ago
  47. 37941cb Add initial pass on a multi-part test driver by Steven Cooreman · 5 years ago
  48. b1d3f27 Merge pull request #3480 from stevew817/feature/aes-ecb by Gilles Peskine · 4 years, 11 months ago
  49. 177deba Fix style and pull out ECB processing in separate function by Steven Cooreman · 5 years ago
  50. 8d2bde7 Make sure software fallback isn't tried on opaque keys by Steven Cooreman · 5 years ago
  51. 2a1664c Add & splice in test driver for ECC keygen by Steven Cooreman · 5 years ago
  52. 0116416 Expose mbedtls_error_to_psa_status for use in test drivers by Steven Cooreman · 5 years ago
  53. 55ae217 Add and splice in signature verification through driver by Steven Cooreman · 5 years ago
  54. 7a25057 Move handling of 'SE' drivers into driver wrappers by Steven Cooreman · 5 years ago
  55. cd84cb4 Add a handcrafted first version of the driver wrapper code by Steven Cooreman · 5 years ago
  56. ffecb7b Implement support for multipart ECB and add tests by Steven Cooreman · 5 years ago
  57. a6033e9 Style and language fixes by Steven Cooreman · 5 years ago
  58. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  59. d486787 Initialize key pointer in ecdh to NULL by Steven Cooreman · 5 years ago
  60. b7f6dea Add buffer zeroization when ecp_write_key fails by Steven Cooreman · 5 years ago
  61. fd4d69a Simplified key slot deletion by Steven Cooreman · 5 years ago
  62. 2914986 Style fixes by Steven Cooreman · 5 years ago
  63. 4fed455 Apply review feedback by Steven Cooreman · 5 years ago
  64. 3fa684e Allow importing Montgomery public keys in PSA Crypto by Steven Cooreman · 5 years ago
  65. 7f39187 Convert load_xxx_representation to take buffers instead of a whole slot by Steven Cooreman · 5 years ago
  66. 6d839f0 Cleanup by Steven Cooreman · 5 years ago
  67. a2371e5 Update after feedback from #3492 by Steven Cooreman · 5 years ago
  68. 75b7436 Update after feedback on #3492 by Steven Cooreman · 5 years ago
  69. 19fd574 Disconnect knowing about a PSA key type from knowing the mbedTLS API by Steven Cooreman · 5 years ago
  70. 560c28a Unify key handling logic by Steven Cooreman · 5 years ago
  71. acda834 Remove ECP internal representation from key slot by Steven Cooreman · 5 years ago
  72. a01795d Remove RSA internal representation from key slot by Steven Cooreman · 5 years ago
  73. 81be2fa Pull apart slot memory allocation from key validation. by Steven Cooreman · 5 years ago
  74. 71fd80d Re-define members of psa_key_slot_t by Steven Cooreman · 5 years ago
  75. aec44e9 Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clarification by Steven Cooreman · 5 years ago
  76. 0024df6 Remove superfluous argument to ecp_write_key by Steven Cooreman · 5 years ago
  77. fafe855 Merge pull request #3392 from paul-elliott-arm/psa_ecc_dh_macros by Manuel Pégourié-Gonnard · 5 years ago
  78. ed3c9ec Added support for AES-ECB to the PSA Crypto implementation by Steven Cooreman · 5 years ago
  79. c9b7f78 Rework mbedtls_ecp_write_key to remove unnecessary output parameter by Steven Cooreman · 5 years ago
  80. e3fd392 Fix endianness and masking for Curve25519 keys handled by PSA by Steven Cooreman · 5 years ago
  81. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  82. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  83. 961914d Merge pull request #3382 from stevew817/feature/volatile-keys-in-SE by Gilles Peskine · 5 years ago
  84. 8c1e759 Documentation and new function signature update by Steven Cooreman · 5 years ago
  85. 81fe7c3 Split 'validate persistent key parameters' into independent validation by Steven Cooreman · 5 years ago
  86. 8697465 Add Apache-2.0 headers to all source files by Bence Szépkúti · 5 years ago
  87. bbeaf18 Do not persist transactions on volatile external keys by Steven Cooreman · 5 years ago
  88. c59de6a Refactor lifetime checking to reflect split in location and persistence by Steven Cooreman · 5 years ago
  89. 2f0eb51 psa: Define mbedtls_ecc_group_to_psa() inline by Darryl Green · 5 years ago
  90. 1bde9cd psa: Clear bits in mbedtls_ecc_group_to_psa() by Jaeden Amero · 5 years ago
  91. b7000d4 Merge pull request #345 from gilles-peskine-arm/psa_mac_verify_finish-status by Janos Follath · 6 years ago
  92. 3e819b7 psa_key_agreement_ecdh: zeroize output on failure by Gilles Peskine · 6 years ago
  93. f65ed6f Change key types to a 16-bit encoding by Gilles Peskine · 6 years ago
  94. b87b719 Remove old values of curve encodings by Gilles Peskine · 6 years ago
  95. 228abc5 Define EC curve family constants by Gilles Peskine · 6 years ago
  96. 025fccd Change the encoding of EC curves and DH groups to include the size by Gilles Peskine · 6 years ago
  97. 5055b23 Expose mbedtls/psa curve identifier conversions from psa_crypto.c by Gilles Peskine · 6 years ago
  98. 4295e8b Rework PSA curve to mbedlts group id conversion by Gilles Peskine · 6 years ago
  99. c7ef5b3 Rework mbedlts group id to PSA curve conversion by Gilles Peskine · 6 years ago
  100. 84b8fc8 Use psa_hash_compute in psa_hmac_setup_internal by Gilles Peskine · 6 years ago