1. d58a00d psa: Avoid use of relative include paths by Jaeden Amero · 6 years ago
  2. 549ea86 Minor documentation improvements by Gilles Peskine · 6 years ago
  3. 536e205 New macro to get the bit size of an elliptic curve by Gilles Peskine · 6 years ago
  4. d6f371b Keys may allow a second algorithm by Gilles Peskine · 6 years ago
  5. e3dbdd8 Gate entropy injection through a dedicated configuration option by Gilles Peskine · 6 years ago
  6. 6bf4bae Remove compilation option MBEDTLS_PSA_HAS_ITS_IO by Gilles Peskine · 6 years ago
  7. 03a6030 Merge pull request #248 from ARMmbed/dreemkiller_rename_driver by Jaeden Amero · 6 years ago
  8. 32668ce Pacify check-names.sh by Gilles Peskine · 6 years ago
  9. c079f56 Pass check-files.py by Gilles Peskine · 6 years ago
  10. e5c025c Fix Doxygen warnings by Gilles Peskine · 6 years ago
  11. c3044a6 Remove trailing whitespace by Gilles Peskine · 6 years ago
  12. 81cefed psa: Explicitly include platform_util.h by Jaeden Amero · 6 years ago
  13. 5e6d24c psa: Add backwards compatible error codes by Jaeden Amero · 6 years ago
  14. 72f40c6 Merge pull request #59 from gilles-peskine-arm/psa-its-64_bit_internal_key_id by Jaeden Amero · 6 years ago
  15. 572f067 PSA crypto service: encode the key owner (ITS backend only) by Gilles Peskine · 6 years ago
  16. 69d7c8b Declare a psa_key_file_id_t layout with an owner field by Gilles Peskine · 6 years ago
  17. 5b229a0 Support encoding an owner in key file IDs by Gilles Peskine · 6 years ago
  18. 7e2cda1 Merge pull request #11 from gilles-peskine-arm/psa-setup_bad_state-document by Jaeden Amero · 6 years ago
  19. a2523b2 Replace ITS specific types with more generic PSA storage types by David Saada · 6 years ago
  20. b4ecc27 Replace PSA error code definitions with the ones defined in PSA spec by David Saada · 6 years ago
  21. f0c1d0d Doxygen changes to match the code changes. clarifications. by Derek Miller · 6 years ago
  22. 28d483e removed * from entropy function pointers as they are already pointers by Derek Miller · 6 years ago
  23. 8a241a5 Replaced entropy driver context with void * to support multiple entropy drivers by Derek Miller · 6 years ago
  24. 6aaa4fd added key_type parameter to asymmetric operations because the accelerator need this info by Derek Miller · 6 years ago
  25. 34b33f1 Changed psa_drv_se_cipher_t.size to context_size to be consistent by Derek Miller · 6 years ago
  26. 6211726 Removed key deriv. context struct, replaced with void* and a context_size by Derek Miller · 6 years ago
  27. 0b3098a added generate key. Removed pubkey export by Derek Miller · 6 years ago
  28. 0972fe5 added lifetime paramter to psa_drv_se_import_key_t as the SE needs to know this by Derek Miller · 6 years ago
  29. ea743cf Removed * from function pointers (as they were already pointers) by Derek Miller · 6 years ago
  30. b2a1cce temporarily changed psa_key_slot_t to psa_key_slot_number_t to avoid naming collision by Derek Miller · 6 years ago
  31. 83d2662 Changed opaque/transparent in functions/structs to se/accel by Derek Miller · 6 years ago
  32. 1fb011f Merge pull request #152 from ARMmbed/psa-test-psa_constant_names by Jaeden Amero · 6 years ago
  33. 2a0f48a Merge pull request #43 from Patater/update-2.16-dev by Jaeden Amero · 6 years ago
  34. 7f04214 psa: Rename PSA_HASH_FINAL_SIZE to PSA_HASH_SIZE by Jaeden Amero · 6 years ago
  35. aec5a7f psa_copy_key: minor documentation clarification by Gilles Peskine · 6 years ago
  36. 434899f Test truncated MAC and AEAD algorithms by Gilles Peskine · 7 years ago
  37. f603c71 New function psa_copy_key by Gilles Peskine · 7 years ago
  38. 43bafcc Merge pull request #15 from gilles-peskine-arm/psa-signature_policy_wildcard by Jaeden Amero · 7 years ago
  39. 763fb9a Improve the description of PSA_ALG_ANY_HASH by Gilles Peskine · 7 years ago
  40. 4d69cf1 Merge pull request #13 from Patater/pubkey-format by Jaeden Amero · 7 years ago mbedcrypto-1.0.0d1
  41. 21fec0c psa: Expand documentation for psa_key_agreement() by Jaeden Amero · 7 years ago
  42. ccdce90 psa: Simplify EC public key format by Jaeden Amero · 7 years ago
  43. 25384a2 psa: Simplify RSA public key format by Jaeden Amero · 7 years ago
  44. 494624d Merge pull request #18 from gilles-peskine-arm/psa-hash_clone by Jaeden Amero · 7 years ago mbedcrypto-1.0.0d0
  45. e43aa39 hash_clone: Fix copypasta and add a functional description by Gilles Peskine · 7 years ago
  46. d40c1fb Don't require a type and size when creating a key slot by Gilles Peskine · 7 years ago
  47. ebb2c3e New function psa_hash_clone by Gilles Peskine · 7 years ago
  48. 30f77cd Add a hash wildcard value for hash-and-sign algorithm by Gilles Peskine · 7 years ago
  49. d35b489 New macro PSA_ALG_IS_HASH_AND_SIGN by Gilles Peskine · 7 years ago
  50. d3a0c2c psa: Document requirements for psa_export_public_key() by Jaeden Amero · 7 years ago
  51. 8e1addc Document BAD_STATE errors for multipart operation setup functions by Gilles Peskine · 7 years ago
  52. 76d7bfe Terminology: consistently use "set up" for multipart operations by Gilles Peskine · 7 years ago
  53. 9e919c6 psa: Document generator requirements consistently by Jaeden Amero · 7 years ago
  54. 5bae227 psa: Add initializers for cipher operation objects by Jaeden Amero · 7 years ago
  55. 5a5dc77 psa: Enable easier initialization of cipher operations by Jaeden Amero · 7 years ago
  56. 769ce27 psa: Add initializers for MAC operation objects by Jaeden Amero · 7 years ago
  57. 6a25b41 psa: Add initializers for hash operation objects by Jaeden Amero · 7 years ago
  58. 70261c5 psa: Add initializers for key policies by Jaeden Amero · 7 years ago
  59. 7597689 Split crypto_driver.h into one for each driver type by Gilles Peskine · 7 years ago
  60. 5e9c9cc Document macros that were referenced by Gilles Peskine · 7 years ago
  61. 2d59b2c crypto_driver.h: get type definitions from crypto_enum.h by Gilles Peskine · 7 years ago
  62. a7c26db Move remaining size macros from crypto.h to crypto_sizes.h by Gilles Peskine · 7 years ago
  63. f3b731e Move integral types and associated macros to their own header by Gilles Peskine · 7 years ago
  64. 0344d81 Simplify the SPM compatibility hack by Gilles Peskine · 7 years ago
  65. 23fd2bd Update some documentation related to key slots by Gilles Peskine · 7 years ago
  66. b77a6b2 Remove psa_set_key_lifetime by Gilles Peskine · 7 years ago
  67. f6cc435 Remove psa_key_slot_t from public headers by Gilles Peskine · 7 years ago
  68. ae32aac Switch function declarations from key slots to key handles by Gilles Peskine · 7 years ago
  69. 644cd5f Linkify some macros that were just typeset as text by Gilles Peskine · 7 years ago
  70. f535eb2 Declare the new slot management functions in crypto.h by Gilles Peskine · 7 years ago
  71. 3cac8c4 Move declarations related to lifetimes further up in crypto.h by Gilles Peskine · 7 years ago
  72. 596e65e Fix indentation by Netanel Gonen · 7 years ago
  73. 0cfaed1 fix doxigen issue by Gilles Peskine · 7 years ago
  74. 1d7195f always compile mbedtls_psa_inject_entropy by Netanel Gonen · 7 years ago
  75. 0d2c266 change MBEDTLS_RANDOM_SEED_ITS define to be PSA_CRYPTO_ITS_RANDOM_SEED_UID by avolinski · 7 years ago
  76. 7cc8229 Replace MBED_RANDOM_SEED_ITS_UID with MBEDTLS_RANDOM_SEED_ITS_UID by avolinski · 7 years ago
  77. 21f37cb Add Tests for psa crypto entropy incjection by Netanel Gonen · 7 years ago
  78. ee2ffd3 Document the maximum seed size as well as the minimum by Gilles Peskine · 7 years ago
  79. 0338ded Improve documentation of mbedtls_psa_inject_entropy by Gilles Peskine · 7 years ago
  80. 2bcd312 Add entropy injection function to psa cripto APIs by Netanel Gonen · 7 years ago
  81. d49a499 psa: Implement persistent keys by Darryl Green · 7 years ago
  82. 2255a36 Improve documentation of TLS-1.2 PRF and PSK-to-MS KDF by Hanno Becker · 7 years ago
  83. 8dbfca4 Add TLS-1.2 PSK-to-MS key derivation algorithm identifier to PSA API by Hanno Becker · 7 years ago
  84. 19643c5 Fix typo in documentation by Gilles Peskine · 7 years ago
  85. a05219c Add some missing compilation guards by Gilles Peskine · 7 years ago
  86. 580fba1 Dynamically allocate `A(i) + seed` buffer for TLS-1.2 PRF by Hanno Becker · 7 years ago
  87. c8a41d7 Add implementation of TLS-1.2 PRF by Hanno Becker · 7 years ago
  88. 79250c2 Add identifiers for TLS-1.2 PRF by Hanno Becker · 7 years ago
  89. 99d0259 Improve documentation the shared secret format for FFDH by Gilles Peskine · 7 years ago
  90. d171e78 Document the peer_key format for psa_key_agreement by Gilles Peskine · 7 years ago
  91. 6c6a023 More tweaks on EC-related wording by Gilles Peskine · 7 years ago
  92. 7b5b4a0 Correct description of the ECDH shared secret by Gilles Peskine · 7 years ago
  93. f5f442a More accurate description of the shared secret for ECDH by Gilles Peskine · 7 years ago
  94. 211a436 Document that key agreement produces a maximum-capacity generator by Gilles Peskine · 7 years ago
  95. 79dd622 Clarify the format of the (EC)DH shared secret by Gilles Peskine · 7 years ago
  96. 2607bca Give "DH" and "DHM" as alternative names by Gilles Peskine · 7 years ago
  97. 01d718c New API function: psa_key_agreement by Gilles Peskine · 7 years ago
  98. 8feb3a8 Support key derivation with non-predefined capacity by Gilles Peskine · 7 years ago
  99. 93098fd Key agreement: macros for finite-field Diffie-Hellman, ECDH by Gilles Peskine · 7 years ago
  100. e8f0e3d New algorithm category: key selection by Gilles Peskine · 7 years ago