1. ab0af45 Merge pull request #9464 from gilles-peskine-arm/psa-keystore-dynamic-development by Gilles Peskine · 11 months ago gh-readonly-queue/development/pr-9464-805ac15e2d77c00d41edea336c8fb33e28322ff5
  2. 4c9fccf Simplify and explain the overflow check for maximum slice length by Gilles Peskine · 12 months ago
  3. d65f4b8 Merge pull request #9485 from sergio-nsk/sergio-nsk/lean_and_mean/1 by minosgalanakis · 12 months ago
  4. 0b2bd07 Add overflow check for maximum key slot length by David Horstmann · 12 months ago
  5. 68a4b74 Tweak macro check to allow 3 extra key slices by David Horstmann · 12 months ago
  6. fdcc47c Fix incorrect comments on slice numbering by David Horstmann · 12 months ago
  7. e25cb1b Fix formatting issue in psa_key_agreement() documentation by Waleed Elmelegy · 12 months ago
  8. d156240 Fix possible issues in testing and implementation of psa_key_agreement() by Waleed Elmelegy · 12 months ago
  9. 8faeee2 Improve documentation of psa_key_agreement() by Waleed Elmelegy · 12 months ago
  10. bdf2c98 Add psa_key_agreement() API by Waleed Elmelegy · 12 months ago
  11. 9e08884 Clarify IOP key generation restriction by Janos Follath · 12 months ago
  12. 9f48917 Improve IOP documentation by Janos Follath · 12 months ago
  13. 7311600 Constrain interruptible key generation to key-pairs by Janos Follath · 12 months ago
  14. 211ebb5 Don't return success on a stub by Janos Follath · 12 months ago
  15. 0c1aa4a Add psa_generate_key_iop_abort() documentation by Paul Elliott · 1 year, 1 month ago
  16. 08afb00 Add psa_generate_key_iop_complete() documentation by Paul Elliott · 1 year, 1 month ago
  17. 6044f3e Add psa_generate_key_iop_setup() documentation by Paul Elliott · 1 year, 1 month ago
  18. f712452 Add psa_generate_key_iop_get_num_ops() docs by Paul Elliott · 1 year, 1 month ago
  19. 9e143a7 Add psa_generate_key_iop_t structs and docs by Paul Elliott · 1 year, 1 month ago
  20. 4ed0fde Fix Mbed-TLS build when WIN32_LEAN_AND_MEAN macro is defined globally by Sergey Markelov · 12 months ago
  21. 1176e6f Merge pull request #9410 from paul-elliott-arm/add_docs_iop_key_agreement by Janos Follath · 12 months ago
  22. b8457ff Merge pull request #9353 from eleuzi01/replace-ecp-have-secp384r1 by Gilles Peskine · 12 months ago
  23. 0858fdc Merge pull request #9189 from misch7/fix-v3.6-issues-9186-and-9188 by Gilles Peskine · 12 months ago
  24. 88f3dd9 Merge pull request #9402 from tom-daubney-arm/remove_function_level_alt_interface by Bence Szépkúti · 12 months ago
  25. d339aef Clarify some internal documentation by Gilles Peskine · 12 months ago
  26. 5abeb8c Make integer downsizing explicit by Gilles Peskine · 1 year, 2 months ago
  27. 7507106 Dynamic key store: make full-key-store tests work effectively by Gilles Peskine · 1 year, 2 months ago
  28. aadeeb3 Microoptimizations when MBEDTLS_PSA_KEY_STORE_DYNAMIC is disabled by Gilles Peskine · 1 year, 2 months ago
  29. eab36d1 Dynamic key store: implementation by Gilles Peskine · 1 year, 2 months ago
  30. dc41fff psa_key_slot_t: different fields in free vs occupied slots by Gilles Peskine · 1 year, 2 months ago
  31. 5c81b94 Dynamic key store: disable full-key-store tests by Gilles Peskine · 1 year, 1 month ago
  32. 54ee98c Dynamic key store: preparatory refactoring by Gilles Peskine · 1 year, 2 months ago
  33. 9e9e1f6 Dynamic key store: new compilation option by Gilles Peskine · 1 year, 2 months ago
  34. f828f04 Fix Uncrustify errors in modified tests/suites to satisfy check_code_style test by Michael Schuster · 1 year, 2 months ago
  35. a3cc463 Use correct test case conditionals for helper functions in tests/suites by Michael Schuster · 1 year, 2 months ago
  36. bd89b79 Adjust spacing in tests/suites function sources by Michael Schuster · 1 year, 2 months ago
  37. 54300d4 Fix missing-prototype errors in tests/suites by Michael Schuster · 1 year, 2 months ago
  38. 87825ab Fix unused-function error for ecjpake_operation_setup in test_suite_psa_crypto.function by Michael Schuster · 1 year, 2 months ago
  39. 6b4cd48 Replace MBEDTLS_ECP_HAVE_SECP384R1 with PSA_WANT_ECC_SECP_R1_384 by Elena Uziunaite · 1 year, 1 month ago
  40. aacbc62 Merge pull request #9453 from gilles-peskine-arm/psa-keystore-dynamic-prep-4.0 by Gilles Peskine · 12 months ago
  41. c51fddb Improve documentation in some tests by Gilles Peskine · 12 months ago
  42. ec377b1 Fix inverted assertion message by Gilles Peskine · 12 months ago
  43. 9e54a4f Merge pull request #9369 from eleuzi01/replace-ecc-keys by Gilles Peskine · 12 months ago
  44. 1eaea51 Fix copypasta by Gilles Peskine · 1 year, 1 month ago
  45. 35f0573 Keep track of PSA keys used interally by Gilles Peskine · 1 year, 1 month ago
  46. faa9092 Fix spurious test case failure with accelerated AES by Gilles Peskine · 1 year, 2 months ago
  47. c0bdb08 Improve full-key-store tests by Gilles Peskine · 1 year, 2 months ago
  48. ab89fcf Update invalid key id in a test case by Gilles Peskine · 1 year, 1 month ago
  49. 1e65e64 Fix overlap between volatile keys and built-in keys by Gilles Peskine · 1 year, 1 month ago
  50. 7a0adff Assert that the key ID range for volatile keys is large enough by Gilles Peskine · 1 year, 1 month ago
  51. 3710e72 Assert that key ID ranges don't overlap by Gilles Peskine · 1 year, 2 months ago
  52. 2ff81bf Add a test for the built-in key range by Gilles Peskine · 1 year, 2 months ago
  53. b0b1b32 Prevent mbedtls_psa_register_se_key with volatile keys by Gilles Peskine · 1 year, 2 months ago
  54. 0e3704f Reorder blocks to avoid double negations by Gilles Peskine · 1 year, 2 months ago
  55. bdd16d4 Make it possible to enable CTR_DRBG/PSA without a PSA AES driver by Gilles Peskine · 1 year, 2 months ago
  56. dc10825 MBEDTLS_STATIC_ASSERT: make it work outside of a function by Gilles Peskine · 1 year, 2 months ago
  57. 1512919 Fix code stlye by Thomas Daubney · 1 year ago
  58. eb97f2a Make missed SHA internal functions static by Thomas Daubney · 1 year ago
  59. 38e64fb Merge if blocks in SHA256/512 code by Thomas Daubney · 1 year ago
  60. 7070d26 Make mbedtls_internal_sha512_process static by Thomas Daubney · 1 year ago
  61. bfe1b67 Make mbedtls_internal_sha256_process static by Thomas Daubney · 1 year ago
  62. d4c886e Revert to original guarding for mbedtls_internal_aes_encrypt/decrypt by Thomas Daubney · 1 year ago
  63. 8ac215e Correct code style by Thomas Daubney · 1 year ago
  64. ae5f8cc Restore SHA256 & SHA512 prototypes by Thomas Daubney · 1 year ago
  65. 3e0273f Internalise functions flagged as internal by Thomas Daubney · 1 year ago
  66. c65eefa Remove superfluous guard by Thomas Daubney · 1 year ago
  67. b59c0ba Alter guarding in aes.c by Thomas Daubney · 1 year ago
  68. 2dd830d Remove superflous comment by Thomas Daubney · 1 year ago
  69. 28647d8 Remove MBEDTLS_ECDSA_GENKEY_ALT by Thomas Daubney · 1 year, 1 month ago
  70. 4864424 Remove MBEDTLS_ECDSA_SIGN_ALT by Thomas Daubney · 1 year, 1 month ago
  71. e3013da Remove MBEDTLS_ECDSA_VERIFY_ALT by Thomas Daubney · 1 year, 1 month ago
  72. ce5ed85 Remove MBEDTLS_ECDH_COMPUTE_SHARED_ALT by Thomas Daubney · 1 year, 1 month ago
  73. 51b90fb Remove MBEDTLS_ECDH_GEN_PUBLIC_ALT by Thomas Daubney · 1 year, 1 month ago
  74. 7c0b4ad Remove MBEDTLS_AES_DECRYPT_ALT by Thomas Daubney · 1 year, 1 month ago
  75. 6cf05f9 Remove MBEDTLS_AES_ENCRYPT_ALT by Thomas Daubney · 1 year, 1 month ago
  76. 955ce58 Remove MBEDTLS_AES_SETKEY_DEC_ALT by Thomas Daubney · 1 year, 1 month ago
  77. 742a2e3 Remove MBEDTLS_AES_SETKEY_ENC_ALT by Thomas Daubney · 1 year, 1 month ago
  78. 2bcf805 Remove MBEDTLS_DES3_CRYPT_ECB_ALT by Thomas Daubney · 1 year, 1 month ago
  79. 29561ec Remove MBEDTLS_DES_CRYPT_ECB_ALT by Thomas Daubney · 1 year, 1 month ago
  80. 43874e0 Remove MBEDTLS_DES_SETKEY_ALT by Thomas Daubney · 1 year, 1 month ago
  81. 3ab1b2d Remove MBEDTLS_SHA512_PROCESS_ALT by Thomas Daubney · 1 year, 1 month ago
  82. 297b026 Remove MBEDTLS_SHA256_PROCESS_ALT by Thomas Daubney · 1 year, 1 month ago
  83. 2106f79 Remove MBEDTLS_SHA1_PROCESS_ALT by Thomas Daubney · 1 year, 1 month ago
  84. 6498868 Remove MBEDTLS_RIPEMD160_PROCESS_ALT by Thomas Daubney · 1 year, 1 month ago
  85. 72a88e7 Remove MBEDTLS_MD5_PROCESS_ALT by Thomas Daubney · 1 year, 1 month ago
  86. 8dde3b3 Replace MBEDTLS_PK_HAVE_ECC_KEYS with PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY by Elena Uziunaite · 1 year, 1 month ago
  87. 3077f2f Remove experimental, superseded function psa_generate_key_ext by Gilles Peskine · 1 year ago
  88. d5d69bb Match spacing in pointer types in documentation with the code style by Gilles Peskine · 1 year ago
  89. 63d06ef Rename one more deprecated identifier by Gilles Peskine · 1 year, 1 month ago
  90. 6b2709b Documentation improvements by Gilles Peskine · 1 year, 1 month ago
  91. ae8fa71 Rename internal function psa_key_production_parameters_are_default by Gilles Peskine · 1 year, 2 months ago
  92. ae1da98 Remove some tests of psa_generate_key_ext by Gilles Peskine · 1 year, 2 months ago
  93. 8ae5028 Document the key_ext functions as deprecated by Gilles Peskine · 1 year, 2 months ago
  94. e863f86 Documentation: point to key_custom instead of key_ext by Gilles Peskine · 1 year, 2 months ago
  95. f940828 Implement psa_generate_key_custom by Gilles Peskine · 1 year, 2 months ago
  96. 26561b7 Fix typos by Janos Follath · 1 year ago
  97. e50edc0 Add warning about not using keys directly by Paul Elliott · 1 year ago
  98. 327da47 Clarify key type support by Paul Elliott · 1 year ago
  99. 623c09a Change over to psa_raw_key_agreement by Paul Elliott · 1 year ago
  100. 5238475 Update key attribute documentation inline with PSA by Paul Elliott · 1 year ago