1. b7583c9 Add _build/ and api/ to gitignore by David Horstmann · 2 years, 4 months ago
  2. 9d06c7d Clean the breathe-apidoc files with make clean by David Horstmann · 2 years, 4 months ago
  3. 8d7b213 Remove make.bat for documentation by David Horstmann · 2 years, 4 months ago
  4. e51ef92 Improve docs Makefile to do full build by David Horstmann · 2 years, 4 months ago
  5. 5532597 Remove Exhale from requirements and regenerate by David Horstmann · 2 years, 4 months ago
  6. 7cedefe Add initial API doc configuration by David Horstmann · 2 years, 5 months ago
  7. c9e0ad2 Update design document by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  8. 18336da Merge pull request #7196 from mprse/ecjpake-driver-dispatch-peer-user by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  9. c0e6250 Fix documentation and tests by Przemek Stekiel · 2 years, 5 months ago
  10. 439dbc5 Fix dependency for TLS 1.3 as well by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  11. e9254a0 Adapt driver dispatch documentation for user/peer getters by Przemek Stekiel · 2 years, 5 months ago
  12. a4c6a3c Merge pull request #7237 from davidhorstmann-arm/move-getting-started-guide by Gilles Peskine · 2 years, 5 months ago
  13. 369930d Move docs/getting_started.md to docs repo by David Horstmann · 2 years, 5 months ago
  14. 691e91a Further pake code optimizations by Przemek Stekiel · 2 years, 5 months ago
  15. 4dc83d4 Add check for pake operation buffer overflow by Przemek Stekiel · 2 years, 5 months ago
  16. 6b64862 Documentation fixes and code adaptation by Przemek Stekiel · 2 years, 6 months ago
  17. 251e86a Adapt names to more suitable and fix conditional compilation flags by Przemek Stekiel · 2 years, 6 months ago
  18. 27cd488 Update the documentation (v.3) by Przemek Stekiel · 2 years, 6 months ago
  19. 33ea63d Minor updates of the documentation by Przemek Stekiel · 2 years, 7 months ago
  20. 8c8ab26 Update documentation (handling inputs, function names) by Przemek Stekiel · 2 years, 7 months ago
  21. d67a5b6 Update PAKE driver documentation (v.2) by Przemek Stekiel · 2 years, 7 months ago
  22. d6eb110 Add draft documentation for the PAKE driver dispatch logic by Przemek Stekiel · 2 years, 7 months ago
  23. 6778ddf Merge pull request #6549 from gilles-peskine-arm/psa-migration-md-cipher-strategy by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  24. 91af0f9 Minor clarifications by Gilles Peskine · 2 years, 6 months ago
  25. ff674d4 Typos by Gilles Peskine · 2 years, 6 months ago
  26. 199ee45 Summarize how to improve MBEDTLS_PSA_CRYPTO_CLIENT by Gilles Peskine · 2 years, 6 months ago
  27. 58e935f add a missing by Gilles Peskine · 2 years, 6 months ago
  28. fad34a4 Support all legacy algorithms in PSA by Gilles Peskine · 2 years, 6 months ago
  29. 00d3e96 Merge pull request #6855 from mpg/driver-only-ecdsa-starter by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  30. 17292f7 Minor fixes by Dave Rodgman · 2 years, 6 months ago
  31. 99ff0a7 Fix some additional over-long lines by Dave Rodgman · 2 years, 6 months ago
  32. 5a2e026 Improve a few comments & documentation by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  33. 38699e5 Update the getting-started doc by Dave Rodgman · 2 years, 7 months ago
  34. 6bbeba6 Add ssl-opt.sh support to outcome-analysis.sh by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  35. 222bc85 Update outcome analysis script & documentation by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  36. a6e0291 Update documentation by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  37. 3e30e1f We haven't actually made hash accelerators initless in 3.3 by Gilles Peskine · 2 years, 8 months ago
  38. 14239c6 Switching to PSA can break things with MBEDTLS_PSA_CRYPTO_CLIENT by Gilles Peskine · 2 years, 8 months ago
  39. 22db991 The PSA cipher/AEAD API requires an initialized keystore by Gilles Peskine · 2 years, 8 months ago
  40. 143ebcc PKCS#1v1.5 sign/verify uses hash metadata by Gilles Peskine · 2 years, 8 months ago
  41. cb93ac9 Note that we can tweak the meaning of MBEDTLS_PSA_CRYPTO_CONFIG too by Gilles Peskine · 2 years, 8 months ago
  42. d167f16 Wording clarifications and typo fixes by Gilles Peskine · 2 years, 8 months ago
  43. 55a188b Clarify the "restart vs use PSA" situation in TLS by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  44. 4eefade Sketch some optimizations relevant to MD light by Gilles Peskine · 2 years, 8 months ago
  45. f634fe1 Sketch the work to migrate to MD light by Gilles Peskine · 2 years, 8 months ago
  46. 188e900 Specify MD light based on the interface requirements by Gilles Peskine · 2 years, 8 months ago
  47. 382b34c Work out the hash interface requirements by Gilles Peskine · 2 years, 8 months ago
  48. 4a8c9e2 tls13: Add definition of mbedtls_ssl_{write,read}_early_data by Ronald Cron · 2 years, 9 months ago
  49. ef25a99 Merge pull request #6533 from valeriosetti/issue5847 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  50. ba7c006 Merge pull request #6466 from mprse/driver-only-hash-ci by Manuel Pégourié-Gonnard · 2 years, 9 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. e2977b6 Remove TLS 1.2 exception about EC J-PAKE and PSA Crypto by Neil Armstrong · 2 years, 11 months ago
  54. d47ba71 New strategy: start the analysis by Gilles Peskine · 2 years, 9 months ago
  55. 34c0946 Merge pull request #5396 from SiliconLabs/codegen_1.1 by Gilles Peskine · 2 years, 9 months ago
  56. 93dcb1b Update TLS 1.3 support document by Ronald Cron · 2 years, 10 months ago
  57. 10bf956 tls13: Fix documentation by Ronald Cron · 2 years, 10 months ago
  58. 9810b6d Fix kex config options documentation in tls13-support.md by Ronald Cron · 2 years, 10 months ago
  59. d8d2ea5 Add TLS 1.3 key exchange mode config options by Ronald Cron · 2 years, 10 months ago
  60. 0dc4077 Improve comments & messages by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  61. d92fb01 Skip bits not needed in outcome-analysis.sh by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  62. b51051f Cosmetic improvement by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  63. f6e6df9 Add option for before-after or just ref-drivers by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  64. 2bb2f15 Improve driver-only outcome-analysis script by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  65. b319684 Additional updates to docs links by Dave Rodgman · 2 years, 10 months ago
  66. b549776 Merge branch 'Mbed-TLS:development' into codegen_1.1 by asfand-silabs · 2 years, 11 months ago
  67. 138387f Fix some typos, improve wording & formatting by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  68. d18c24b EC J-PAKE is now implemented in PSA by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  69. a2cac32 Update and document mbedtls extensions by Archana · 3 years, 4 months ago
  70. 1776dd9 Doc improvements -Cosmetic by Archana · 3 years, 4 months ago
  71. 4688624 Driver Wrappers code gen migration guide updated. by Archana · 3 years, 5 months ago
  72. c42c7e6 Update documentation in legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  73. 11265d7 Remove PKCS5 from the ref config in the migration script by Andrzej Kurek · 3 years ago
  74. 7bd12c5 Remove MD dependency from pkcs12 module by Andrzej Kurek · 3 years ago
  75. 0b86ac1 Fix typographical errors in .md files found by cspell by Tom Cosgrove · 3 years ago
  76. 68429fc Fix a few more typos by Manuel Pégourié-Gonnard · 3 years ago
  77. fca4dc6 Clarifications & improved documentation by Manuel Pégourié-Gonnard · 3 years ago
  78. fb2ed58 Add notes on steps and testing by Manuel Pégourié-Gonnard · 3 years ago
  79. c8c352c Update strategy document to reflect new macros by Manuel Pégourié-Gonnard · 3 years ago
  80. bdc8fd6 Suggest strategy for intra-crypto dependencies by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  81. 8c7b81c Fix a bunch of typos by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  82. f88b1b5 Introduce MBEDTLS_OR_PSA_WANT_xxx helper macros by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  83. af8cf5c Add a partial plan towards G5 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  84. c0d78e9 Remove outdated paragraphs about G5 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  85. 481846c General update of PSA strategy documentation by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  86. b5b27c1 Misc clean-ups in docs/use-psa-crypto.md by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  87. 0dba51c Fix list of what's common to TLS 1.2 and 1.3 by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  88. 9bf9b9e Link to restartable ECC EPIC by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  89. f3f79a0 Now compatible with MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  90. 3e83098 Clarify the TLS 1.3 situation by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  91. 103b992 Remove HKDF-Extract/Expand by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  92. b2bd34e Update docs/use-psa-crypto.md by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  93. ff43ff6 Remove stability waiver from USE_PSA by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  94. 97ec0b7 Clarify effect of USE_PSA on TLS 1.3 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  95. 2a47d23 Update strategy.md by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  96. 83c5388 Update psa-limitations by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  97. b8a6c23 Update testing.md by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  98. 2ffb93a Rm tasks-g2.md by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  99. 7c6b0e4 Merge pull request #5972 from wernerlewis/migration_guide_removals by Paul Elliott · 3 years, 1 month ago
  100. 3cb707d Fix and improve logs and documentation by Ronald Cron · 3 years, 1 month ago