1. efb2598 Defer static keystore to 3.6.3 by David Horstmann · 10 months ago mbedtls-3.6.2-ci-testing-2
  2. 39c2272 The fully static key store will miss the 3.6.1 release by Gilles Peskine · 12 months ago
  3. fc1b6f5 Mention the option name for the dynamic key store by Gilles Peskine · 12 months ago
  4. 603b5b8 Documentation: point to key_custom instead of key_ext by Gilles Peskine · 1 year, 2 months ago
  5. b49e884 Merge pull request #9309 from gilles-peskine-arm/psa-keystore-design-doc-3.6 by Gilles Peskine · 12 months ago
  6. fd01bec Miscellaneous clarifications by Gilles Peskine · 12 months ago
  7. f13fdf8 Expand on performance by Gilles Peskine · 12 months ago
  8. 1a0107b Discuss why we have so many variants by Gilles Peskine · 12 months ago
  9. dbd726b Link to issue about freeing empty slices by Gilles Peskine · 1 year ago
  10. ac6b610 Improve and fix explanation of next_free by Gilles Peskine · 1 year ago
  11. 7d8abab Update macro name about the static key store by Gilles Peskine · 1 year ago
  12. 47f3fcd Typos and minor clarifications by Gilles Peskine · 1 year ago
  13. 4e7ca64 Upgrade python dependencies in requirements file by David Horstmann · 1 year, 1 month ago
  14. c7d9b2b psa_open_key does not lock the key in memory by Gilles Peskine · 1 year, 1 month ago
  15. 3343e78 Document the key store design by Gilles Peskine · 1 year, 1 month ago
  16. ea09152 Update file paths for moved files by David Horstmann · 1 year, 2 months ago
  17. 29c4017 Merge pull request #9131 from davidhorstmann-arm/move-mbedtls-dev-to-framework-3.6 by Bence Szépkúti · 1 year, 2 months ago
  18. 89ef2fa Driver-only FFDH is not good enough for DHE support in TLS 1.2 by Gilles Peskine · 1 year, 3 months ago
  19. 9638ca3 Update references to mbedtls_dev by David Horstmann · 1 year, 3 months ago
  20. 320180f pk: add check_pair info to mbedtls_pk_setup_opaque() documentation by Valerio Setti · 1 year, 4 months ago
  21. b70f0fd Merge branch 'development' into 'development-restricted' by Minos Galanakis · 1 year, 4 months ago
  22. 3147034 Mention MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS by David Horstmann · 1 year, 4 months ago
  23. 0ea8071 Remove 'Question' line around testing by David Horstmann · 1 year, 4 months ago
  24. 4d01066 Mention metatest.c by David Horstmann · 1 year, 4 months ago
  25. 872ee6e Mention MBEDTLS_TEST_MEMORY_CAN_POISON by David Horstmann · 1 year, 4 months ago
  26. 12b35bf Discuss test wrappers and updating them by David Horstmann · 1 year, 4 months ago
  27. 5ea99af Add discussion of copying conveience macros by David Horstmann · 1 year, 4 months ago
  28. 1c3b227 Abstractify example in design exploration by David Horstmann · 1 year, 4 months ago
  29. 3f2dcdd Rename mbedtls_psa_core_poison_memory() by David Horstmann · 1 year, 4 months ago
  30. 331b2cf Clarify design decision in light of actions by David Horstmann · 1 year, 4 months ago
  31. 5ce1577 Merge pull request #8928 from Ryan-Everett-arm/update-psa-thread-safety-docs by Dave Rodgman · 1 year, 4 months ago gh-readonly-queue/development/pr-8928-47f8d0e840a5ab0179c5b90fbecf4609ef896268
  32. 765b75f Update docs/architecture/psa-thread-safety/psa-thread-safety.md by Ryan Everett · 1 year, 4 months ago
  33. f266b51 Respond to feedback on psa-thread-safety.md by Ryan Everett · 1 year, 5 months ago
  34. c408ef4 Update slot transition diagram by Ryan Everett · 1 year, 5 months ago
  35. a9bdc8f Improve tls13-support.md by Ronald Cron · 1 year, 5 months ago
  36. d514d9c tls13-early-data.md: Fix reading early data documentation by Ronald Cron · 1 year, 5 months ago
  37. 0fce958 tls13-early-data.md: Adapt code examples to new coding style by Ronald Cron · 1 year, 5 months ago
  38. b372b2e docs: Move TLS 1.3 early data doc to a dedicated file by Ronald Cron · 1 year, 5 months ago
  39. d76a2d8 tls13-support.md: Stop referring to the prototype by Ronald Cron · 1 year, 5 months ago
  40. 1b606d8 tls13-support.md: Early data supported now by Ronald Cron · 1 year, 5 months ago
  41. 124ed8a tls13-support.md: Some fixes by Ronald Cron · 1 year, 5 months ago
  42. 24c269f Rewrite section on PSA copy functions by David Horstmann · 1 year, 5 months ago
  43. d4d6a7a Rework and update psa-thread-safety.md by Ryan Everett · 1 year, 5 months ago
  44. c951560 Fix state transition diagram by Ryan Everett · 1 year, 5 months ago
  45. fb84c76 Merge pull request #8889 from gilles-peskine-arm/pk-psa-bridge-3.6-doc by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  46. e29b4b4 Fix copypasta by Gilles Peskine · 1 year, 5 months ago
  47. 93fa4e1 Merge branch 'development' into buffer-sharing-merge by David Horstmann · 1 year, 5 months ago
  48. e4220fe MBEDTLS_USE_PSA_CRYPTO: most pk bridge functions don't require it by Gilles Peskine · 1 year, 5 months ago
  49. 0cff111 Remind the reader that PK doesn't support DH by Gilles Peskine · 1 year, 5 months ago
  50. 7caf2dc Discuss mbedtls_pk_copy_public_from_psa by Gilles Peskine · 1 year, 5 months ago
  51. 8462146 Merge pull request #8867 from gilles-peskine-arm/psa_key_attributes-remove_core by Gilles Peskine · 1 year, 5 months ago
  52. 634d60c List ECDSA signature conversion functions by Gilles Peskine · 1 year, 5 months ago
  53. 0612adc Document mbedtls_pk_setup_opaque and mbedtls_pk_copy_from_psa by Gilles Peskine · 1 year, 5 months ago
  54. 9d04f08 Document mbedtls_pk_import_into_psa by Gilles Peskine · 1 year, 5 months ago
  55. 492d4a8 Mention psa_generate_key_ext() by Gilles Peskine · 1 year, 5 months ago
  56. acdc52e mbedtls_ecp_write_key_ext(): recommend over the old function in documentation by Gilles Peskine · 1 year, 5 months ago
  57. 8988767 Use attribute accessor functions in driver wrappers by Gilles Peskine · 1 year, 5 months ago
  58. 3ea9450 Merge pull request #8734 from valeriosetti/issue8564 by Gilles Peskine · 1 year, 6 months ago
  59. 3f557ad Wording improvement by Gilles Peskine · 1 year, 6 months ago
  60. 30a303f ECDSA signature conversion: put bits first by Gilles Peskine · 1 year, 6 months ago
  61. f1562a7 Merge pull request #8657 from gilles-peskine-arm/pk-psa-bridge-design by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  62. 36dee75 Update ECDSA signature conversion based on experimentation by Gilles Peskine · 1 year, 6 months ago
  63. 18be2fb driver-only-builds: improve a sentence in the HMAC section by Valerio Setti · 1 year, 6 months ago
  64. 047c724 Merge remote-tracking branch 'restricted/development-restricted' into update-development-r by Dave Rodgman · 1 year, 6 months ago
  65. 9f52105 driver-only-builds: add documentation for HMAC acceleration by Valerio Setti · 1 year, 6 months ago
  66. 4d4891e Merge pull request #8666 from valeriosetti/issue8340 by Gilles Peskine · 1 year, 6 months ago
  67. c9077cc Merge pull request #8664 from valeriosetti/issue7764 by Gilles Peskine · 1 year, 6 months ago
  68. dd77343 Open question for ECDSA signature that can be resolved during implementation by Gilles Peskine · 1 year, 7 months ago
  69. d5b04a0 Add a usage parameter to mbedtls_pk_get_psa_attributes by Gilles Peskine · 1 year, 7 months ago
  70. 702d9f6 Resolve several open questions as nothing special to do by Gilles Peskine · 1 year, 7 months ago
  71. 42a025d Reference filed issues by Gilles Peskine · 1 year, 7 months ago
  72. 5a64c42 Reference ongoing work by Gilles Peskine · 1 year, 7 months ago
  73. 89ca6c7 typo by Gilles Peskine · 1 year, 7 months ago
  74. 3229404 Generalize mbedtls_pk_setup_opaque beyond MBEDTLS_USE_PSA_CRYPTO by Gilles Peskine · 1 year, 7 months ago
  75. 333ca8f Migrate to new RTD redirect format by Bence Szépkúti · 1 year, 7 months ago
  76. e334486 Add new lines before lists by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  77. 0f45a1a Fix typos / improve syntax by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  78. afa01c7 psa-transition: update "Elliptic curve mechanism selection" section by Valerio Setti · 1 year, 7 months ago
  79. dc33200 psa-transition: extend "Elliptic curve mechanism selection" by Valerio Setti · 1 year, 7 months ago
  80. 60c9eee Improve wording & fix typos by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  81. d0c6f70 Update architecture doc for cipher dual dispatch by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  82. c1cea63 Quickly mention the status of RSA accel by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  83. dc4103e Clarify CCM/CM with partial accel by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  84. 5bad043 Merge pull request #8641 from valeriosetti/issue8358 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  85. 7406b74 driver-only-builds: fix typo by Valerio Setti · 1 year, 7 months ago
  86. a87cd17 psa-transition: update with MD translation functions by Valerio Setti · 1 year, 7 months ago
  87. 9fe1c69 Clarify PSA-to-PK copy intent by Gilles Peskine · 1 year, 7 months ago
  88. f80dcc5 Resolve ECDSA conversion API: don't use an ASN.1 interface by Gilles Peskine · 1 year, 7 months ago
  89. a7226a1 Our TLS 1.3 API doesn't actually require PSA key identifiers by Gilles Peskine · 1 year, 7 months ago
  90. 93cdb77 Minor clarifications by Gilles Peskine · 1 year, 7 months ago
  91. 045d680 driver-only-builds: enhancing cipher related sections by Valerio Setti · 1 year, 7 months ago
  92. f333b3f driver-only-builds: fix typos by Valerio Setti · 1 year, 7 months ago
  93. 92e5c69 driver-only-builds: updated ciphers and AEADs related sections by Valerio Setti · 1 year, 7 months ago
  94. 8f1307a Asymmetric cryptography: rough draft by Gilles Peskine · 1 year, 7 months ago
  95. 69b2905 Merge pull request #8057 from mpg/cipher-study by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  96. 49067d7 driver-only-builds: update documentation by Valerio Setti · 1 year, 7 months ago
  97. 8c1e6bb driver-only-builds: fix typos by Valerio Setti · 1 year, 7 months ago
  98. 907cb02 Merge pull request #8618 from Ryan-Everett-arm/new-state-transition-documentation by Gilles Peskine · 1 year, 7 months ago gh-readonly-queue/development/pr-8618-4bf4473ef0960fd221a739a187a8f1ec3abb970f
  99. 3dd6cde Mention functional correctness explicitly by Ryan Everett · 1 year, 7 months ago
  100. 6613466 driver-only-builds: add Restrictions section by Valerio Setti · 1 year, 7 months ago