1. d895939 Add ECDSA support to PSA crypto configuration by John Durkop · 4 years, 11 months ago
  2. 6d81f7e Final feedback from @ronald-cron-arm by Steven Cooreman · 4 years, 11 months ago
  3. ef8575e Apply review feedback by Steven Cooreman · 5 years ago
  4. a07b997 Update semantics around driver context use in psa_cipher_setup by Steven Cooreman · 5 years ago
  5. e55f3e8 Make sure to not call mbedtls_cipher_free on an uninitialised context by Steven Cooreman · 5 years ago
  6. b5e52f2 Remove superfluous call in PSA cipher setup by Steven Cooreman · 5 years ago
  7. 7df0292 Check & set operation flags for both driver and software in the core by Steven Cooreman · 5 years ago
  8. fb81aa5 Only pass the driver-relevant portion of the context struct by Steven Cooreman · 5 years ago
  9. 5240e8b Style and language fixes from review by Steven Cooreman · 5 years ago
  10. 8b12225 Add a working implementation of a multipart AES-CTR test driver by Steven Cooreman · 5 years ago
  11. d3feccd Restructure cipher context object to contain driver switch by Steven Cooreman · 5 years ago
  12. 37941cb Add initial pass on a multi-part test driver by Steven Cooreman · 5 years ago
  13. b1d3f27 Merge pull request #3480 from stevew817/feature/aes-ecb by Gilles Peskine · 4 years, 11 months ago
  14. 177deba Fix style and pull out ECB processing in separate function by Steven Cooreman · 5 years ago
  15. 8d2bde7 Make sure software fallback isn't tried on opaque keys by Steven Cooreman · 5 years ago
  16. 2a1664c Add & splice in test driver for ECC keygen by Steven Cooreman · 5 years ago
  17. 0116416 Expose mbedtls_error_to_psa_status for use in test drivers by Steven Cooreman · 5 years ago
  18. 55ae217 Add and splice in signature verification through driver by Steven Cooreman · 5 years ago
  19. 7a25057 Move handling of 'SE' drivers into driver wrappers by Steven Cooreman · 5 years ago
  20. cd84cb4 Add a handcrafted first version of the driver wrapper code by Steven Cooreman · 5 years ago
  21. ffecb7b Implement support for multipart ECB and add tests by Steven Cooreman · 5 years ago
  22. a6033e9 Style and language fixes by Steven Cooreman · 5 years ago
  23. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  24. d486787 Initialize key pointer in ecdh to NULL by Steven Cooreman · 5 years ago
  25. b7f6dea Add buffer zeroization when ecp_write_key fails by Steven Cooreman · 5 years ago
  26. fd4d69a Simplified key slot deletion by Steven Cooreman · 5 years ago
  27. 2914986 Style fixes by Steven Cooreman · 5 years ago
  28. 4fed455 Apply review feedback by Steven Cooreman · 5 years ago
  29. 3fa684e Allow importing Montgomery public keys in PSA Crypto by Steven Cooreman · 5 years ago
  30. 7f39187 Convert load_xxx_representation to take buffers instead of a whole slot by Steven Cooreman · 5 years ago
  31. 6d839f0 Cleanup by Steven Cooreman · 5 years ago
  32. a2371e5 Update after feedback from #3492 by Steven Cooreman · 5 years ago
  33. 75b7436 Update after feedback on #3492 by Steven Cooreman · 5 years ago
  34. 19fd574 Disconnect knowing about a PSA key type from knowing the mbedTLS API by Steven Cooreman · 5 years ago
  35. 560c28a Unify key handling logic by Steven Cooreman · 5 years ago
  36. acda834 Remove ECP internal representation from key slot by Steven Cooreman · 5 years ago
  37. a01795d Remove RSA internal representation from key slot by Steven Cooreman · 5 years ago
  38. 81be2fa Pull apart slot memory allocation from key validation. by Steven Cooreman · 5 years ago
  39. 71fd80d Re-define members of psa_key_slot_t by Steven Cooreman · 5 years ago
  40. aec44e9 Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clarification by Steven Cooreman · 5 years ago
  41. 0024df6 Remove superfluous argument to ecp_write_key by Steven Cooreman · 5 years ago
  42. fafe855 Merge pull request #3392 from paul-elliott-arm/psa_ecc_dh_macros by Manuel Pégourié-Gonnard · 5 years ago
  43. ed3c9ec Added support for AES-ECB to the PSA Crypto implementation by Steven Cooreman · 5 years ago
  44. c9b7f78 Rework mbedtls_ecp_write_key to remove unnecessary output parameter by Steven Cooreman · 5 years ago
  45. e3fd392 Fix endianness and masking for Curve25519 keys handled by PSA by Steven Cooreman · 5 years ago
  46. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  47. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  48. 961914d Merge pull request #3382 from stevew817/feature/volatile-keys-in-SE by Gilles Peskine · 5 years ago
  49. 8c1e759 Documentation and new function signature update by Steven Cooreman · 5 years ago
  50. 81fe7c3 Split 'validate persistent key parameters' into independent validation by Steven Cooreman · 5 years ago
  51. 8697465 Add Apache-2.0 headers to all source files by Bence Szépkúti · 5 years ago
  52. bbeaf18 Do not persist transactions on volatile external keys by Steven Cooreman · 5 years ago
  53. c59de6a Refactor lifetime checking to reflect split in location and persistence by Steven Cooreman · 5 years ago
  54. 2f0eb51 psa: Define mbedtls_ecc_group_to_psa() inline by Darryl Green · 5 years ago
  55. 1bde9cd psa: Clear bits in mbedtls_ecc_group_to_psa() by Jaeden Amero · 5 years ago
  56. b7000d4 Merge pull request #345 from gilles-peskine-arm/psa_mac_verify_finish-status by Janos Follath · 5 years ago
  57. 3e819b7 psa_key_agreement_ecdh: zeroize output on failure by Gilles Peskine · 6 years ago
  58. f65ed6f Change key types to a 16-bit encoding by Gilles Peskine · 6 years ago
  59. b87b719 Remove old values of curve encodings by Gilles Peskine · 6 years ago
  60. 228abc5 Define EC curve family constants by Gilles Peskine · 6 years ago
  61. 025fccd Change the encoding of EC curves and DH groups to include the size by Gilles Peskine · 6 years ago
  62. 5055b23 Expose mbedtls/psa curve identifier conversions from psa_crypto.c by Gilles Peskine · 6 years ago
  63. 4295e8b Rework PSA curve to mbedlts group id conversion by Gilles Peskine · 6 years ago
  64. c7ef5b3 Rework mbedlts group id to PSA curve conversion by Gilles Peskine · 6 years ago
  65. 84b8fc8 Use psa_hash_compute in psa_hmac_setup_internal by Gilles Peskine · 6 years ago
  66. 0a749c8 Implement and test psa_hash_compute, psa_hash_compare by Gilles Peskine · 6 years ago
  67. b7f7092 Remove preprocessor directive for consistency by Manuel Pégourié-Gonnard · 6 years ago
  68. 28cd416 Fix possible error code mangling in psa_mac_verify_finish by Gilles Peskine · 6 years ago
  69. 792b16d Make more code paths conditional in psa_crypto.c by Manuel Pégourié-Gonnard · 6 years ago
  70. d602084 Implement NO_SHA384 in MD layer and PSA by Manuel Pégourié-Gonnard · 6 years ago
  71. 795c6ba Merge pull request #323 from yanesca/iotcrypt-942-initialise-return-values by Jaeden Amero · 6 years ago
  72. 4cd3277 Factor common code of psa_import_ec_{public,private}_key by Gilles Peskine · 6 years ago
  73. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  74. a13b905 Map the new Mbed TLS error value in PSA by Janos Follath · 6 years ago
  75. 89d8c5c Rename some signature-related identifiers by Gilles Peskine · 6 years ago
  76. cb0101f Merge pull request #298 from gilles-peskine-arm/config-symmetric-only by Gilles Peskine · 6 years ago
  77. 150d577 Merge pull request #292 from gilles-peskine-arm/psa-destroy_0 by Gilles Peskine · 6 years ago
  78. b16841e Fixed -Wunused warnings when building without asymmetric crypto by Gilles Peskine · 6 years ago
  79. 1841cf4 Make psa_close_key(0) and psa_destroy_key(0) succeed by Gilles Peskine · 6 years ago
  80. d9348f2 SE driver: call the p_init method during psa_crypto_init() by Gilles Peskine · 6 years ago
  81. 3efcebb SE support: Use a transaction when registering a key by Gilles Peskine · 6 years ago
  82. 178c9aa Key derivation: forbid output_key without input_key by Gilles Peskine · 6 years ago
  83. b896519 Use the constant PSA_KEY_TYPE_NONE rather than 0 by Gilles Peskine · 6 years ago
  84. 46d7faf Don't jump past a variable declaration by Gilles Peskine · 6 years ago
  85. 593773d Consistently abort key derivation operations on input error by Gilles Peskine · 6 years ago
  86. 224b0d6 Key derivation: allow both keys and direct inputs by Gilles Peskine · 6 years ago
  87. a291413 Merge pull request #257 from gilles-peskine-arm/psa-remove_zero_length_keys by Gilles Peskine · 6 years ago
  88. 89cc74f Fix signature size checks in psa_asymmetric_verify for RSA by Gilles Peskine · 6 years ago
  89. 4019f0e Immediately reject 0-size signature buffer when signing by Gilles Peskine · 6 years ago
  90. f916894 Remove special handling for zero-length keys by Gilles Peskine · 6 years ago
  91. 0f84d62 Reject keys of size 0 by Gilles Peskine · 6 years ago
  92. 296eca6 Fix a buffer overflow in hmac_setup_internal by Ron Eldor · 6 years ago
  93. 5e843fa Use safer deterministic function in psa_ecdsa_sign by Darryl Green · 6 years ago
  94. 21db2a9 Merge pull request #229 from k-stachowiak/IOTCRYPT-791-remove-legacy-psa-key-derivation by Jaeden Amero · 6 years ago
  95. 0892d0f Initialize key bits to max size + 1 in psa_import_key by Darryl Green · 6 years ago
  96. 572a16e Merge branch 'psa-api-1.0-beta' into api-to-development by Darryl Green · 6 years ago
  97. 012dcc4 Remove PSA_PRE_1_0_KEY_DERIVATION and the corresponding code by k-stachowiak · 6 years ago
  98. 0b74cf8 Remove psa_key_derivation() and associated static functions by k-stachowiak · 6 years ago
  99. c9d7f94 Add issue numbers for some missing parts of secure element support by Gilles Peskine · 6 years ago
  100. 4b7f340 Clean up status code handling inside psa_destroy_key by Gilles Peskine · 6 years ago