1. 14b87f6 Match spacing in pointer types in documentation with the code style by Gilles Peskine · 12 months ago
  2. 0d619b2 Documentation improvements by Gilles Peskine · 1 year ago
  3. 14134e7 Remove some tests of psa_generate_key_ext by Gilles Peskine · 1 year, 2 months ago
  4. f36d785 Implement psa_generate_key_custom by Gilles Peskine · 1 year, 2 months ago
  5. 0eb4e7f Fix code style by Gilles Peskine · 1 year, 5 months ago
  6. e92796e Get rid of flags in attributes by Gilles Peskine · 1 year, 5 months ago
  7. 972539c In attributes, keep track of slot number through a dedicated field by Gilles Peskine · 1 year, 5 months ago
  8. 2dc2bd7 Get rid of psa_core_key_attributes_t by Gilles Peskine · 1 year, 5 months ago
  9. 2f107ae Don't access psa_key_attributes_t.core by Gilles Peskine · 1 year, 5 months ago
  10. 7fad3ef Switch key slots to psa_key_attributes_t by Gilles Peskine · 1 year, 5 months ago
  11. 0f40a41 psa_key_attributes_t: move slot_number to core structure by Gilles Peskine · 1 year, 5 months ago
  12. 97c0b2f Remove domain parameters from psa_key_attributes_t by Gilles Peskine · 1 year, 5 months ago
  13. ae5eb64 Remove domain parameters from the public API by Gilles Peskine · 1 year, 5 months ago
  14. 092ce51 Rename "key generation method" to "key production parameters" by Gilles Peskine · 1 year, 5 months ago
  15. e7a7013 Remove initialization function for variable-length struct by Gilles Peskine · 1 year, 5 months ago
  16. c81393b generate/derive key ext: pass method_data_length rather than method_length by Gilles Peskine · 1 year, 5 months ago
  17. 6d81cbc Document new functions psa_generate_key_ext, psa_key_derivation_output_key_ext by Gilles Peskine · 1 year, 5 months ago
  18. 8bdd8cd Merge pull request #8729 from adeaarm/crypto_struct_client_view by Gilles Peskine · 1 year, 6 months ago
  19. 6932e29 Correct the ENCODES_OWNER macro name in comment by Antonio de Angelis · 1 year, 6 months ago
  20. 4380a33 Add a client view layout for interruptible hash and pake by Antonio de Angelis · 1 year, 6 months ago
  21. 6fb1be6 Add comments in psa/crypto_struct.h for id layout by Antonio de Angelis · 1 year, 6 months ago
  22. 667cad5 Put the id field at the end of the psa_key_attributes_s structure by Antonio de Angelis · 1 year, 6 months ago
  23. 90d1834 Update the initialization macros by Antonio de Angelis · 1 year, 6 months ago
  24. 6425a18 Add a client view of the multipart contexts by Antonio de Angelis · 1 year, 6 months ago
  25. 1cc90a1 Merge pull request #8517 from mschulz-at-hilscher/fixes/issue-6910 by Dave Rodgman · 1 year, 7 months ago
  26. 1a9e05b Note that domain parameters are not supported with drivers by Gilles Peskine · 1 year, 7 months ago
  27. 9deb549 Document the domain_parameters_size==SIZE_MAX hack by Gilles Peskine · 1 year, 7 months ago
  28. 5a39c4e Fixes https://github.com/Mbed-TLS/mbedtls/issues/6910 as proposed in https://github.com/Mbed-TLS/mbedtls/issues/6910#issuecomment-1573301661 by Matthias Schulz · 1 year, 9 months ago
  29. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  30. 7871cb1 Include psa/build_info.h instead of mbedtls/build_info.h by Ronald Cron · 1 year, 10 months ago
  31. cc207bc Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  32. 2f10fce psa: include: Move key derivation builtin and driver contexts by Ronald Cron · 2 years, 7 months ago
  33. e7cde18 psa: include: Move some Mbed TLS headers by Ronald Cron · 2 years, 7 months ago
  34. c977441 Ensure that operation is put into error state if error occurs by Paul Elliott · 2 years, 6 months ago
  35. 4ca521f Remove obsolete comments by Paul Elliott · 2 years, 6 months ago
  36. 296ede9 Fix issues with get_{sign/verify}_num_ops by Paul Elliott · 2 years, 7 months ago
  37. 588f8ed Add internal implementation by Paul Elliott · 2 years, 8 months ago
  38. 2d24792 Initial empty driver wrapper implementation by Paul Elliott · 2 years, 8 months ago
  39. 1265f00 First draft of PSA interruptible ECC signing design by Paul Elliott · 2 years, 11 months ago
  40. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  41. 08d34b8 Add an EC J-PAKE KDF to transform K -> SHA256(K.X) for TLS 1.2 by Andrzej Kurek · 3 years ago
  42. 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 1 month ago
  43. 3e8249c Add PSA_WANT_ALG_HKDF_EXPAND, PSA_WANT_ALG_HKDF_EXTRACT, adapt code and dependencies by Przemek Stekiel · 3 years, 2 months ago
  44. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  45. 7f1c89d Provide other_secret, other_secret_length fields if MBEDTLS_PSA_BUILTIN_ALG_TLS12_PSK_TO_MS is defined by Przemek Stekiel · 3 years, 3 months ago
  46. c4b814a psa_tls12_prf_key_derivation_state_t: add optional step to set other key by Przemek Stekiel · 3 years, 4 months ago
  47. f4e8f01 psa_tls12_prf_key_derivation_t: add other_secret and other_secret_length fields to handle mixed PSK by Przemek Stekiel · 3 years, 4 months ago
  48. e3d9c9d PSA operation structures: move less-used fields to the end by Gilles Peskine · 3 years, 9 months ago
  49. 09c02ee Make PSA headers more self-contained by Gilles Peskine · 3 years, 8 months ago
  50. c7e7fe5 Add missing MBEDTLS_PRIVATE by Paul Elliott · 3 years, 10 months ago
  51. 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 10 months ago
  52. 43110b6 Do key usage policy extension when loading keys by gabor-mezei-arm · 4 years, 1 month ago
  53. 86bf008 Extend PSA_USAGE_SIGN/VERIFY_HASH key policies by gabor-mezei-arm · 4 years, 3 months ago
  54. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  55. 7220cae Ensure generate nonce unavailable in decrypt by Paul Elliott · 4 years, 1 month ago
  56. c4c761e Merge remote-tracking branch 'mbedtls/development' into mbedtls_private_with_python by Ronald Cron · 4 years, 1 month ago
  57. 0dcda95 Make check-names.sh happy by Janos Follath · 4 years, 2 months ago
  58. 33434a9 Fix parenthesis spacing in crypto_struct.h by Janos Follath · 4 years, 2 months ago
  59. 702cf09 PSA PAKE: move the API to crypto_extra.h by Janos Follath · 4 years, 2 months ago
  60. ef816f3 Fix precedence in psa_pake_cs_set_primitive() by Janos Follath · 4 years, 2 months ago
  61. 78b9e40 PSA PAKE: reintroduce psa_pake_primitive_t by Janos Follath · 4 years, 3 months ago
  62. f53c7af PSA PAKE: introduce psa_pake_family_t by Janos Follath · 4 years, 3 months ago
  63. cd56ff9 PSA PAKE: make cipher suite opaque by Janos Follath · 4 years, 3 months ago
  64. 8a09ca9 PSA PAKE: Add dummy operation context by Janos Follath · 4 years, 4 months ago
  65. 508afec PSA PAKE: Add cipher suite structure by Janos Follath · 4 years, 4 months ago
  66. 363eb29 Fix MBEDTLS_PRIVATE wrapping in the library's headers. by Mateusz Starzyk · 4 years, 2 months ago
  67. 846f021 Run MBEDTLS_PRIVATE wrapping script on the library. by Mateusz Starzyk · 4 years, 2 months ago
  68. ee4ffe0 Move AEAD length checks to PSA core by Paul Elliott · 4 years, 2 months ago
  69. a559b3c Remove key_set and use id instead by Paul Elliott · 4 years, 3 months ago
  70. cbbde5f Split multipart AEAD contexts into two parts by Paul Elliott · 4 years, 3 months ago
  71. d4e99ed Fix mistyped buffer size variable by Paul Elliott · 4 years, 3 months ago
  72. fd3ca24 Move CCM ouput to update step. by Paul Elliott · 4 years, 3 months ago
  73. 6504aa6 First pass addition of driver wrappers by Paul Elliott · 4 years, 3 months ago
  74. adb8b16 Add internal implementation of multipart AEAD by Paul Elliott · 4 years, 3 months ago
  75. 07a30c4 Convert oneshot AEAD over to multipart struct by Paul Elliott · 4 years, 3 months ago
  76. 72f736a Move is_sign and mac_size checking back to PSA core scope by Steven Cooreman · 4 years, 3 months ago
  77. a6df604 Base the PSA implementation of TLS 1.2 PRF on the MAC API by Steven Cooreman · 4 years, 3 months ago
  78. d1ed1d9 Make HKDF use the generic MAC API by Steven Cooreman · 4 years, 3 months ago
  79. ac8d82a Use the correct guards on the context structures for MAC/HKDF/PRF by Steven Cooreman · 4 years, 3 months ago
  80. dd1a915 Rename HMAC operation structure by Steven Cooreman · 4 years, 3 months ago
  81. d1955af Rename internal HMAC structure type to match convention by Steven Cooreman · 4 years, 4 months ago
  82. 77e2cc5 Move the MAC operation structure into the driver headers by Steven Cooreman · 4 years, 4 months ago
  83. d13a70f Add boilerplate for dispatching MAC operations by Steven Cooreman · 4 years, 4 months ago
  84. 3c8dd63 Add include headers for composite operation contexts and move hmac by Steven Cooreman · 4 years, 3 months ago
  85. 61398ec Move the cipher operation structure declaration for grouping by Steven Cooreman · 4 years, 3 months ago
  86. 675501d Rename the PSA driver context structure headers to _primitives by Steven Cooreman · 4 years, 3 months ago
  87. 980230e psa: include: Update and improve multipart-op struct design notes by Ronald Cron · 4 years, 4 months ago
  88. 5618a39 psa: cipher: Remove cipher_generate_iv driver entry point by Ronald Cron · 4 years, 4 months ago
  89. 7cb9c3d psa: cipher: Move to driver operation context application allocation by Ronald Cron · 4 years, 5 months ago
  90. 937dfee psa: cipher: Re-organize multi-part operation context by Ronald Cron · 4 years, 5 months ago
  91. 49fafa9 psa: cipher: Dispatch based on driver identifier by Ronald Cron · 4 years, 5 months ago
  92. 06aa442 psa: cipher: Remove unused `key_set` operation field by Ronald Cron · 4 years, 5 months ago
  93. 830aff2 Restructure the way driver contexts are declared by Steven Cooreman · 4 years, 5 months ago
  94. b177731 Make the driver context union a defined type by Steven Cooreman · 4 years, 5 months ago
  95. dbf8ced Change the way driver context structures are used by Steven Cooreman · 4 years, 5 months ago
  96. 0e30764 Split hashing operations out into an mbedTLS hash driver by Steven Cooreman · 4 years, 5 months ago
  97. 43f958b Rename unnamespaced identifiers by Gilles Peskine · 4 years, 8 months ago
  98. d98059d psa: Fix tests/handling of lifetime incompatible with location by Ronald Cron · 4 years, 9 months ago
  99. 6b5ff53 Add mbedtls_set_key_owner_id API by Ronald Cron · 4 years, 9 months ago
  100. dc57c25 Merge pull request #3527 from ronald-cron-arm/key-extended-id by Gilles Peskine · 4 years, 11 months ago