1. 33291ba Merge pull request #5538 from gilles-peskine-arm/psa-thread_safety-doc by Gilles Peskine · 2 years ago
  2. 9aa93c8 Added a note about new primitives for secure destruction by Gilles Peskine · 2 years ago
  3. 584bf98 Elaborate on psa_destroy_key requirements by Gilles Peskine · 2 years ago
  4. d3a7977 psa_is_key_slot_occupied: change to using the key identifier by Gilles Peskine · 2 years ago
  5. ab02d39 test: use only rev-parse for getting the current branch by Valerio Setti · 2 years ago
  6. ccb0344 test: add GIT alternative commands for older GIT versions by Valerio Setti · 2 years ago
  7. e183ece Merge pull request #7136 from yanrayw/5692-record-compatsh-test-cases by Dave Rodgman · 2 years, 1 month ago
  8. 0ca2a1f Merge pull request #7646 from gilles-peskine-arm/psa-driver-transaction-testing-spec by Gilles Peskine · 2 years, 1 month ago
  9. 34a2017 More about whether to have the driver key id in the transaction list by Gilles Peskine · 2 years, 2 months ago
  10. 009c06b Discuss the cost of a get_key_attributes entry point by Gilles Peskine · 2 years, 2 months ago
  11. 4e50884 Finish test strategy by Gilles Peskine · 2 years, 2 months ago
  12. 44bbf29 Write up the transaction/recovery processess by Gilles Peskine · 2 years, 2 months ago
  13. 76a852f Design document for storage resilience by Gilles Peskine · 2 years, 2 months ago
  14. 63df4ec Merge pull request #7589 from daverodgman/pr4990 by Gilles Peskine · 2 years, 3 months ago
  15. 7e37aa8 Merge pull request #5904 from gilles-peskine-arm/psa-doc-implementing-new-mechanism by Gilles Peskine · 2 years, 3 months ago
  16. de4cbc5 Fix copypasta by Gilles Peskine · 2 years, 3 months ago
  17. 95bd5a5 Minor adjustments after review. by Fredrik Hesse · 3 years, 9 months ago
  18. 0ec8a90 Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  19. cc207bc Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  20. 0b04864 improve syms.sh script for external dependencies analysis by valerio · 2 years, 3 months ago
  21. 4d31496 Update TLS 1.3 documentation and add change log by Ronald Cron · 2 years, 5 months ago
  22. e6e6b75 psa: Remove MBEDTLS_PSA_CRYPTO_DRIVERS configuration option by Ronald Cron · 2 years, 7 months ago
  23. 5c8c9e0 Minor improvements by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  24. b38c9c8 Fix a typo by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  25. 03cb87e Update psa-limitations.md by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  26. 52f7edb Update psa-migration/strategy.md by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  27. c9e0ad2 Update design document by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  28. 7fc349e test-framework.md: document compat.sh by Yanray Wang · 2 years, 5 months ago
  29. 6778ddf Merge pull request #6549 from gilles-peskine-arm/psa-migration-md-cipher-strategy by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  30. 91af0f9 Minor clarifications by Gilles Peskine · 2 years, 6 months ago
  31. ff674d4 Typos by Gilles Peskine · 2 years, 6 months ago
  32. 199ee45 Summarize how to improve MBEDTLS_PSA_CRYPTO_CLIENT by Gilles Peskine · 2 years, 6 months ago
  33. 58e935f add a missing by Gilles Peskine · 2 years, 6 months ago
  34. fad34a4 Support all legacy algorithms in PSA by Gilles Peskine · 2 years, 6 months ago
  35. 5a2e026 Improve a few comments & documentation by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  36. 6bbeba6 Add ssl-opt.sh support to outcome-analysis.sh by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  37. 222bc85 Update outcome analysis script & documentation by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  38. 3e30e1f We haven't actually made hash accelerators initless in 3.3 by Gilles Peskine · 2 years, 8 months ago
  39. 14239c6 Switching to PSA can break things with MBEDTLS_PSA_CRYPTO_CLIENT by Gilles Peskine · 2 years, 8 months ago
  40. 22db991 The PSA cipher/AEAD API requires an initialized keystore by Gilles Peskine · 2 years, 8 months ago
  41. 143ebcc PKCS#1v1.5 sign/verify uses hash metadata by Gilles Peskine · 2 years, 8 months ago
  42. cb93ac9 Note that we can tweak the meaning of MBEDTLS_PSA_CRYPTO_CONFIG too by Gilles Peskine · 2 years, 8 months ago
  43. d167f16 Wording clarifications and typo fixes by Gilles Peskine · 2 years, 8 months ago
  44. 55a188b Clarify the "restart vs use PSA" situation in TLS by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  45. 4eefade Sketch some optimizations relevant to MD light by Gilles Peskine · 2 years, 8 months ago
  46. f634fe1 Sketch the work to migrate to MD light by Gilles Peskine · 2 years, 8 months ago
  47. 188e900 Specify MD light based on the interface requirements by Gilles Peskine · 2 years, 8 months ago
  48. 382b34c Work out the hash interface requirements by Gilles Peskine · 2 years, 8 months ago
  49. 4a8c9e2 tls13: Add definition of mbedtls_ssl_{write,read}_early_data by Ronald Cron · 2 years, 9 months ago
  50. ba7c006 Merge pull request #6466 from mprse/driver-only-hash-ci by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  51. 9398664 Remove reference vs drivers test from outcome-analysis.sh by Przemek Stekiel · 2 years, 9 months ago
  52. c82050e Starting to work out the RSA-PSS example by Gilles Peskine · 2 years, 9 months ago
  53. d47ba71 New strategy: start the analysis by Gilles Peskine · 2 years, 9 months ago
  54. 18e76e7 typo by Gilles Peskine · 2 years, 9 months ago
  55. 93dcb1b Update TLS 1.3 support document by Ronald Cron · 2 years, 10 months ago
  56. 10bf956 tls13: Fix documentation by Ronald Cron · 2 years, 9 months ago
  57. 9810b6d Fix kex config options documentation in tls13-support.md by Ronald Cron · 2 years, 9 months ago
  58. d8d2ea5 Add TLS 1.3 key exchange mode config options by Ronald Cron · 2 years, 10 months ago
  59. 0dc4077 Improve comments & messages by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  60. d92fb01 Skip bits not needed in outcome-analysis.sh by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  61. b51051f Cosmetic improvement by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  62. f6e6df9 Add option for before-after or just ref-drivers by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  63. 2bb2f15 Improve driver-only outcome-analysis script by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  64. b319684 Additional updates to docs links by Dave Rodgman · 2 years, 10 months ago
  65. 138387f Fix some typos, improve wording & formatting by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  66. d18c24b EC J-PAKE is now implemented in PSA by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  67. c42c7e6 Update documentation in legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  68. 11265d7 Remove PKCS5 from the ref config in the migration script by Andrzej Kurek · 2 years, 11 months ago
  69. 7bd12c5 Remove MD dependency from pkcs12 module by Andrzej Kurek · 3 years ago
  70. 0b86ac1 Fix typographical errors in .md files found by cspell by Tom Cosgrove · 3 years ago
  71. 68429fc Fix a few more typos by Manuel Pégourié-Gonnard · 3 years ago
  72. fca4dc6 Clarifications & improved documentation by Manuel Pégourié-Gonnard · 3 years ago
  73. fb2ed58 Add notes on steps and testing by Manuel Pégourié-Gonnard · 3 years ago
  74. c8c352c Update strategy document to reflect new macros by Manuel Pégourié-Gonnard · 3 years ago
  75. bdc8fd6 Suggest strategy for intra-crypto dependencies by Manuel Pégourié-Gonnard · 3 years ago
  76. 8c7b81c Fix a bunch of typos by Manuel Pégourié-Gonnard · 3 years ago
  77. f88b1b5 Introduce MBEDTLS_OR_PSA_WANT_xxx helper macros by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  78. af8cf5c Add a partial plan towards G5 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  79. c0d78e9 Remove outdated paragraphs about G5 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  80. 481846c General update of PSA strategy documentation by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  81. 9bf9b9e Link to restartable ECC EPIC by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  82. 103b992 Remove HKDF-Extract/Expand by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  83. 2a47d23 Update strategy.md by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  84. 83c5388 Update psa-limitations by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  85. b8a6c23 Update testing.md by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  86. 2ffb93a Rm tasks-g2.md by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  87. 3cb707d Fix and improve logs and documentation by Ronald Cron · 3 years, 1 month ago
  88. 2ba0d23 Update TLS 1.3 support documentation by Ronald Cron · 3 years, 1 month ago
  89. 11ccb35 Merge pull request #5994 from gilles-peskine-arm/storage-format-doc-2.25-development by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  90. 0b7ee23 Historical update: the layout on stdio changed in Mbed Crypto 1.1.0 by Gilles Peskine · 3 years, 1 month ago
  91. 3898961 Typos by Gilles Peskine · 3 years, 1 month ago
  92. 219a348 Repeat the seed file documentation in 2.25.0 by Gilles Peskine · 3 years, 1 month ago
  93. 3d65a19 Fix wrong type in C snippet by Gilles Peskine · 3 years, 1 month ago
  94. d7adb3c Add comments about MBEDTLS_PSA_CRYPTO_C also being required by MBEDTLS_SSL_PROTO_TLS1_3 by Tom Cosgrove · 3 years, 1 month ago
  95. 25e39f2 Add section for Mbed TLS 2.25.0+ by Gilles Peskine · 3 years, 1 month ago
  96. afb2fe1 Document that MBEDTLS_SSL_KEEP_PEER_CERTIFICATE is required by MBEDTLS_SSL_PROTO_TLS1_3 by Tom Cosgrove · 3 years, 1 month ago
  97. 6b14c69 Improve documentation by Ronald Cron · 3 years, 1 month ago
  98. 139d0aa Fix typo in documentation by Ronald Cron · 3 years, 2 months ago
  99. 44b23b1 tls13: Document TLS 1.3 handshake implementation by Ronald Cron · 3 years, 2 months ago
  100. 2e22ecb Add guide to implementing new cryptographic mechanisms by Gilles Peskine · 3 years, 2 months ago