1. 8a241a5 Replaced entropy driver context with void * to support multiple entropy drivers by Derek Miller · 6 years ago
  2. 6aaa4fd added key_type parameter to asymmetric operations because the accelerator need this info by Derek Miller · 6 years ago
  3. 34b33f1 Changed psa_drv_se_cipher_t.size to context_size to be consistent by Derek Miller · 6 years ago
  4. 6211726 Removed key deriv. context struct, replaced with void* and a context_size by Derek Miller · 6 years ago
  5. 0b3098a added generate key. Removed pubkey export by Derek Miller · 6 years ago
  6. 0972fe5 added lifetime paramter to psa_drv_se_import_key_t as the SE needs to know this by Derek Miller · 6 years ago
  7. ea743cf Removed * from function pointers (as they were already pointers) by Derek Miller · 6 years ago
  8. b2a1cce temporarily changed psa_key_slot_t to psa_key_slot_number_t to avoid naming collision by Derek Miller · 6 years ago
  9. 83d2662 Changed opaque/transparent in functions/structs to se/accel by Derek Miller · 6 years ago
  10. 1fb011f Merge pull request #152 from ARMmbed/psa-test-psa_constant_names by Jaeden Amero · 6 years ago
  11. 2a0f48a Merge pull request #43 from Patater/update-2.16-dev by Jaeden Amero · 6 years ago
  12. 6fd4ee2 Merge pull request #20 from gilles-peskine-arm/psa-copy_key by Jaeden Amero · 6 years ago
  13. 7f04214 psa: Rename PSA_HASH_FINAL_SIZE to PSA_HASH_SIZE by Jaeden Amero · 6 years ago
  14. 6893364 Merge commit '01b34fb316a5' into development by Jaeden Amero · 7 years ago
  15. aec5a7f psa_copy_key: minor documentation clarification by Gilles Peskine · 7 years ago
  16. acdf07c Merge pull request #41 from hanno-arm/ec_pubkey_fmt_fixes by Jaeden Amero · 7 years ago
  17. 9acfd73 Adapt mbedtls_pk_write_pubkey_der() to the new PSA public key format by Hanno Becker · 7 years ago
  18. 69777ca Add function to find OID for PSA ECC curve identifiers by Hanno Becker · 7 years ago
  19. 451e24c Fix out-of-tree builds that use the PSA crypto API headers by Gilles Peskine · 7 years ago
  20. 434899f Test truncated MAC and AEAD algorithms by Gilles Peskine · 7 years ago
  21. f603c71 New function psa_copy_key by Gilles Peskine · 7 years ago
  22. 43bafcc Merge pull request #15 from gilles-peskine-arm/psa-signature_policy_wildcard by Jaeden Amero · 7 years ago
  23. 763fb9a Improve the description of PSA_ALG_ANY_HASH by Gilles Peskine · 7 years ago
  24. 4d69cf1 Merge pull request #13 from Patater/pubkey-format by Jaeden Amero · 7 years ago
  25. 21fec0c psa: Expand documentation for psa_key_agreement() by Jaeden Amero · 7 years ago
  26. ccdce90 psa: Simplify EC public key format by Jaeden Amero · 7 years ago
  27. 25384a2 psa: Simplify RSA public key format by Jaeden Amero · 7 years ago
  28. 0b6b871 Merge pull request #22 from ARMmbed/iotssl-2697-psa-key-allocation-crypto by Jaeden Amero · 7 years ago
  29. 54c139f Remove unnecessary "#" sign from PSA macros by Andrzej Kurek · 7 years ago
  30. e1a8187 pk_wrap: pass curve size instead of a larger size of the exported key by Andrzej Kurek · 7 years ago
  31. 1ec0fee pk: wrap curve_id before passing it to PSA by Andrzej Kurek · 7 years ago
  32. c750932 Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  33. 494624d Merge pull request #18 from gilles-peskine-arm/psa-hash_clone by Jaeden Amero · 7 years ago
  34. e43aa39 hash_clone: Fix copypasta and add a functional description by Gilles Peskine · 7 years ago
  35. d40c1fb Don't require a type and size when creating a key slot by Gilles Peskine · 7 years ago
  36. ebb2c3e New function psa_hash_clone by Gilles Peskine · 7 years ago
  37. 30f77cd Add a hash wildcard value for hash-and-sign algorithm by Gilles Peskine · 7 years ago
  38. d35b489 New macro PSA_ALG_IS_HASH_AND_SIGN by Gilles Peskine · 7 years ago
  39. d3a0c2c psa: Document requirements for psa_export_public_key() by Jaeden Amero · 7 years ago
  40. 9e919c6 psa: Document generator requirements consistently by Jaeden Amero · 7 years ago
  41. 5bae227 psa: Add initializers for cipher operation objects by Jaeden Amero · 7 years ago
  42. 5a5dc77 psa: Enable easier initialization of cipher operations by Jaeden Amero · 7 years ago
  43. 769ce27 psa: Add initializers for MAC operation objects by Jaeden Amero · 7 years ago
  44. 6a25b41 psa: Add initializers for hash operation objects by Jaeden Amero · 7 years ago
  45. 70261c5 psa: Add initializers for key policies by Jaeden Amero · 7 years ago
  46. 7597689 Split crypto_driver.h into one for each driver type by Gilles Peskine · 7 years ago
  47. 5e9c9cc Document macros that were referenced by Gilles Peskine · 7 years ago
  48. 2d59b2c crypto_driver.h: get type definitions from crypto_enum.h by Gilles Peskine · 7 years ago
  49. a7c26db Move remaining size macros from crypto.h to crypto_sizes.h by Gilles Peskine · 7 years ago
  50. f3b731e Move integral types and associated macros to their own header by Gilles Peskine · 7 years ago
  51. 0344d81 Simplify the SPM compatibility hack by Gilles Peskine · 7 years ago
  52. 23fd2bd Update some documentation related to key slots by Gilles Peskine · 7 years ago
  53. b77a6b2 Remove psa_set_key_lifetime by Gilles Peskine · 7 years ago
  54. f6cc435 Remove psa_key_slot_t from public headers by Gilles Peskine · 7 years ago
  55. ae32aac Switch function declarations from key slots to key handles by Gilles Peskine · 7 years ago
  56. 644cd5f Linkify some macros that were just typeset as text by Gilles Peskine · 7 years ago
  57. f535eb2 Declare the new slot management functions in crypto.h by Gilles Peskine · 7 years ago
  58. 01b34fb Merge remote-tracking branch 'upstream-public/pr/2267' into development by Jaeden Amero · 7 years ago
  59. 52ed0b9 Merge remote-tracking branch 'upstream-public/pr/2101' into development by Jaeden Amero · 7 years ago
  60. 172ba63 Add guard for MBEDTLS_ECP_INTERNAL_ALT by Janos Follath · 7 years ago
  61. d2af46f Fix typo in ECP alternative documentation by Janos Follath · 7 years ago
  62. 083681c Merge remote-tracking branch 'upstream-public/pr/2039' into development by Jaeden Amero · 7 years ago
  63. 833c053 Merge remote-tracking branch 'upstream-public/pr/1982' into development by Jaeden Amero · 7 years ago
  64. 41722ec Merge remote-tracking branch 'upstream-public/pr/1958' into development by Jaeden Amero · 7 years ago
  65. c3b680b Clarify requirements on handling ECP group IDs by Janos Follath · 7 years ago
  66. 948f4be Debug: Add functions for ECDH contexts by Janos Follath · 7 years ago
  67. 3cac8c4 Move declarations related to lifetimes further up in crypto.h by Gilles Peskine · 7 years ago
  68. c9c32f3 ECDH: Add flexible context and legacy flag by Janos Follath · 7 years ago
  69. f61e486 ECDH: Add mbedtls_ecdh_setup() by Janos Follath · 7 years ago
  70. 89ac8c9 ECP: Add mbedtls_ecp_tls_read_group_id() by Janos Follath · 7 years ago
  71. c4a8017 mbedtls_ctr_drbg_update_ret: correct doc for input length limit by Gilles Peskine · 7 years ago
  72. e0e9c57 HMAC_DRBG: deprecate mbedtls_hmac_drbg_update because it ignores errors by Gilles Peskine · 7 years ago
  73. d919993 CTR_DRBG: deprecate mbedtls_ctr_drbg_update because it ignores errors by Gilles Peskine · 7 years ago
  74. 6b01a9f Merge branch 'psa_cipher_CRYPTO' into feature-psa-tls-integration-proposed by Hanno Becker · 7 years ago
  75. e322d3e Merge branch 'opaque_psk_implementation_CRYPTO' into feature-psa-tls-integration-proposed by Hanno Becker · 7 years ago
  76. 7fde035 Merge branch 'iotssl-2580-pk-opaque-psa_CRYPTO' into feature-psa-tls-integration-proposed by Hanno Becker · 7 years ago
  77. 565e0bf Merge pull request #212 from ARMmbed/psa-integration-utilities_CRYPTO by Jaeden Amero · 7 years ago
  78. 596e65e Fix indentation by Netanel Gonen · 7 years ago
  79. 2614562 Add test utility function: wrap_as_opaque() by Manuel Pégourié-Gonnard · 7 years ago
  80. fe86073 Add new macro to detemine ECDSA signature length by Manuel Pégourié-Gonnard · 7 years ago
  81. 35a7ff9 Improve documentation of mbedtls_pk_setup_opaque() by Manuel Pégourié-Gonnard · 7 years ago
  82. 276cb64 Align names to use "opaque" only everywhere by Manuel Pégourié-Gonnard · 7 years ago
  83. 07b103f Implement can_do for opaque ECC keypairs by Manuel Pégourié-Gonnard · 7 years ago
  84. 06c6318 Add key generation to opaque test function by Manuel Pégourié-Gonnard · 7 years ago
  85. 3bc2029 Clarify return value of pk_check_pair() by Manuel Pégourié-Gonnard · 7 years ago
  86. 1ecf92c3 Skeleton for PK_OPAQUE_PSA by Manuel Pégourié-Gonnard · 7 years ago
  87. 432084d Improve doc wording of PSA status field of mbedtls_cipher_context_t by Hanno Becker · 7 years ago
  88. 9de97d7 Don't use multiline comments in enums to silence check-names.sh by Hanno Becker · 7 years ago
  89. fea4915 Minor rewording in documentation of PSA-based cipher context by Hanno Becker · 7 years ago
  90. 1908655 Use enum for slot state in PSA-based cipher context by Hanno Becker · 7 years ago
  91. 20120b3 Add AEAD tag length to new mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  92. edda8b8 Implement mbedtls_cipher_setkey() for PSA-based cipher contexts by Hanno Becker · 7 years ago
  93. 6118e43 Add PSA-specific cipher context by Hanno Becker · 7 years ago
  94. ce1ddee Add `psa_enabled` field to cipher ctx and add dummy implementations by Hanno Becker · 7 years ago
  95. 4ccfc40 Add declaration and dummy-definition of mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  96. 73907f8 Improve wording in documentation of mbedtls_cipher_setup() by Hanno Becker · 7 years ago
  97. f28d344 Expand documentation of mbedtls_cipher_list() by Hanno Becker · 7 years ago
  98. c8b699d Fix style in cipher.h by Hanno Becker · 7 years ago
  99. 2e009fe Fix style in definition of `mbedtls_cipher_mode_t` by Hanno Becker · 7 years ago
  100. ed437a6 Fix typo in documentation of mbedtls_ssl_conf_psk() by Hanno Becker · 7 years ago