1. 63df4ec Merge pull request #7589 from daverodgman/pr4990 by Gilles Peskine · 2 years, 3 months ago
  2. 7e37aa8 Merge pull request #5904 from gilles-peskine-arm/psa-doc-implementing-new-mechanism by Gilles Peskine · 2 years, 3 months ago
  3. de4cbc5 Fix copypasta by Gilles Peskine · 2 years, 3 months ago
  4. 95bd5a5 Minor adjustments after review. by Fredrik Hesse · 3 years, 9 months ago
  5. 0ec8a90 Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  6. cc207bc Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  7. e06d863 Merge pull request #7538 from bensze01/in-tree-redirects by Bence Szépkúti · 2 years, 3 months ago
  8. 09f8df8 Reword the API token explanation in redirects.yaml by Bence Szépkúti · 2 years, 3 months ago
  9. d3ca5e5 Merge pull request #7328 from mprse/ec-jpake-fix1 by Gilles Peskine · 2 years, 3 months ago
  10. 7ce8fba Add post-build step to update redirects by Bence Szépkúti · 2 years, 4 months ago
  11. 4f4c87b Add readthedocs-cli to requirements.in by Bence Szépkúti · 2 years, 4 months ago
  12. 8e076e4 Merge pull request #6915 from aditya-deshpande-arm/example-driver-post-codestyle by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  13. 8225587 Change from Mbed TLS 3.3.0 to 3.4.0 in driver documentation. by Aditya Deshpande · 2 years, 3 months ago
  14. 641cb89 Minor changes to documentation and code comments for clarity by Aditya Deshpande · 2 years, 4 months ago
  15. bac592d Remove rand() from p256_generate_random() and move to an implementation based on mbedtls_ctr_drbg by Aditya Deshpande · 2 years, 6 months ago
  16. f80b939 Add information for driver points where auto-generation is implemented by Aditya Deshpande · 2 years, 6 months ago
  17. 755b174 Add example for integrating a driver alongside Mbed TLS for entrypoints where auto-generation of driver wrappers is not implemented yet. by Aditya Deshpande · 2 years, 6 months ago
  18. abf4bf3 Start the driver example write-up (p256-m integration) by Aditya Deshpande · 2 years, 6 months ago
  19. 277690e Add step-by-step guide for writing and integrating drivers for entry points where auto-generation is not implemented by Aditya Deshpande · 2 years, 7 months ago
  20. e41f7e4 Integrate p256-m as an example driver alongside Mbed TLS and write documentation for the example. by Aditya Deshpande · 2 years, 7 months ago
  21. 95e57c3 doc: update use-psa-crypto.md by valerio · 2 years, 4 months ago
  22. 0b04864 improve syms.sh script for external dependencies analysis by valerio · 2 years, 4 months ago
  23. 4359bad Merge pull request #7331 from mprse/ec-jpake-fix2 by Paul Elliott · 2 years, 4 months ago
  24. 4d31496 Update TLS 1.3 documentation and add change log by Ronald Cron · 2 years, 5 months ago
  25. e6e6b75 psa: Remove MBEDTLS_PSA_CRYPTO_DRIVERS configuration option by Ronald Cron · 2 years, 7 months ago
  26. 0ab380a Merge pull request #7354 from mpg/ecc-doc-update by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  27. 9463e78 Fix a typo by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  28. 05c5a91 Merge pull request #7307 from Mbed-TLS/sphinx-versioned-documentation by Dave Rodgman · 2 years, 4 months ago
  29. 5c8c9e0 Minor improvements by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  30. 93b21e7 Update documentation to mention ECC drivers by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  31. 2717f62 Add _build/ and api/ to gitignore by David Horstmann · 2 years, 4 months ago sphinx-versioned-documentation
  32. c1f2eef Clean the breathe-apidoc files with make clean by David Horstmann · 2 years, 4 months ago
  33. 434fc5e Remove make.bat for documentation by David Horstmann · 2 years, 4 months ago
  34. 9bca03a Improve docs Makefile to do full build by David Horstmann · 2 years, 4 months ago
  35. b38c9c8 Fix a typo by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  36. 86efa85 Mention EC J-PAKE opaque passwords. by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  37. 2ca08c8 Try again to clarify USE_PSA_CRYPTO by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  38. 3dd9add Use PSA Crypto: try clarifying what it means by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  39. 03cb87e Update psa-limitations.md by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  40. 52f7edb Update psa-migration/strategy.md by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  41. b175b14 Remove driver_pake_get_role function by Przemek Stekiel · 2 years, 4 months ago
  42. fa1754e Update documentation of psa_pake_input by Przemek Stekiel · 2 years, 4 months ago
  43. 5158bd8 Remove Exhale from requirements and regenerate by David Horstmann · 2 years, 4 months ago
  44. e84d61c Add initial API doc configuration by David Horstmann · 2 years, 5 months ago
  45. c9e0ad2 Update design document by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  46. 18336da Merge pull request #7196 from mprse/ecjpake-driver-dispatch-peer-user by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  47. c0e6250 Fix documentation and tests by Przemek Stekiel · 2 years, 5 months ago
  48. 439dbc5 Fix dependency for TLS 1.3 as well by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  49. e9254a0 Adapt driver dispatch documentation for user/peer getters by Przemek Stekiel · 2 years, 5 months ago
  50. a4c6a3c Merge pull request #7237 from davidhorstmann-arm/move-getting-started-guide by Gilles Peskine · 2 years, 5 months ago
  51. 369930d Move docs/getting_started.md to docs repo by David Horstmann · 2 years, 5 months ago
  52. 691e91a Further pake code optimizations by Przemek Stekiel · 2 years, 5 months ago
  53. 4dc83d4 Add check for pake operation buffer overflow by Przemek Stekiel · 2 years, 5 months ago
  54. 6b64862 Documentation fixes and code adaptation by Przemek Stekiel · 2 years, 6 months ago
  55. 251e86a Adapt names to more suitable and fix conditional compilation flags by Przemek Stekiel · 2 years, 6 months ago
  56. 27cd488 Update the documentation (v.3) by Przemek Stekiel · 2 years, 6 months ago
  57. 33ea63d Minor updates of the documentation by Przemek Stekiel · 2 years, 7 months ago
  58. 8c8ab26 Update documentation (handling inputs, function names) by Przemek Stekiel · 2 years, 7 months ago
  59. d67a5b6 Update PAKE driver documentation (v.2) by Przemek Stekiel · 2 years, 7 months ago
  60. d6eb110 Add draft documentation for the PAKE driver dispatch logic by Przemek Stekiel · 2 years, 7 months ago
  61. 6778ddf Merge pull request #6549 from gilles-peskine-arm/psa-migration-md-cipher-strategy by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  62. 91af0f9 Minor clarifications by Gilles Peskine · 2 years, 6 months ago
  63. ff674d4 Typos by Gilles Peskine · 2 years, 6 months ago
  64. 199ee45 Summarize how to improve MBEDTLS_PSA_CRYPTO_CLIENT by Gilles Peskine · 2 years, 6 months ago
  65. 58e935f add a missing by Gilles Peskine · 2 years, 6 months ago
  66. fad34a4 Support all legacy algorithms in PSA by Gilles Peskine · 2 years, 6 months ago
  67. 00d3e96 Merge pull request #6855 from mpg/driver-only-ecdsa-starter by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  68. 17292f7 Minor fixes by Dave Rodgman · 2 years, 6 months ago
  69. 99ff0a7 Fix some additional over-long lines by Dave Rodgman · 2 years, 6 months ago
  70. 5a2e026 Improve a few comments & documentation by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  71. 38699e5 Update the getting-started doc by Dave Rodgman · 2 years, 7 months ago
  72. 6bbeba6 Add ssl-opt.sh support to outcome-analysis.sh by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  73. 222bc85 Update outcome analysis script & documentation by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  74. a6e0291 Update documentation by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  75. 3e30e1f We haven't actually made hash accelerators initless in 3.3 by Gilles Peskine · 2 years, 8 months ago
  76. 14239c6 Switching to PSA can break things with MBEDTLS_PSA_CRYPTO_CLIENT by Gilles Peskine · 2 years, 8 months ago
  77. 22db991 The PSA cipher/AEAD API requires an initialized keystore by Gilles Peskine · 2 years, 8 months ago
  78. 143ebcc PKCS#1v1.5 sign/verify uses hash metadata by Gilles Peskine · 2 years, 8 months ago
  79. cb93ac9 Note that we can tweak the meaning of MBEDTLS_PSA_CRYPTO_CONFIG too by Gilles Peskine · 2 years, 8 months ago
  80. d167f16 Wording clarifications and typo fixes by Gilles Peskine · 2 years, 8 months ago
  81. 55a188b Clarify the "restart vs use PSA" situation in TLS by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  82. 4eefade Sketch some optimizations relevant to MD light by Gilles Peskine · 2 years, 8 months ago
  83. f634fe1 Sketch the work to migrate to MD light by Gilles Peskine · 2 years, 8 months ago
  84. 188e900 Specify MD light based on the interface requirements by Gilles Peskine · 2 years, 8 months ago
  85. 382b34c Work out the hash interface requirements by Gilles Peskine · 2 years, 8 months ago
  86. 4a8c9e2 tls13: Add definition of mbedtls_ssl_{write,read}_early_data by Ronald Cron · 2 years, 9 months ago
  87. ef25a99 Merge pull request #6533 from valeriosetti/issue5847 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  88. ba7c006 Merge pull request #6466 from mprse/driver-only-hash-ci by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  89. 9398664 Remove reference vs drivers test from outcome-analysis.sh by Przemek Stekiel · 2 years, 9 months ago
  90. c82050e Starting to work out the RSA-PSS example by Gilles Peskine · 2 years, 9 months ago
  91. e2977b6 Remove TLS 1.2 exception about EC J-PAKE and PSA Crypto by Neil Armstrong · 2 years, 11 months ago
  92. d47ba71 New strategy: start the analysis by Gilles Peskine · 2 years, 9 months ago
  93. 34c0946 Merge pull request #5396 from SiliconLabs/codegen_1.1 by Gilles Peskine · 2 years, 9 months ago
  94. 18e76e7 typo by Gilles Peskine · 2 years, 9 months ago
  95. 93dcb1b Update TLS 1.3 support document by Ronald Cron · 2 years, 10 months ago
  96. 10bf956 tls13: Fix documentation by Ronald Cron · 2 years, 10 months ago
  97. 9810b6d Fix kex config options documentation in tls13-support.md by Ronald Cron · 2 years, 10 months ago
  98. d8d2ea5 Add TLS 1.3 key exchange mode config options by Ronald Cron · 2 years, 10 months ago
  99. 0dc4077 Improve comments & messages by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  100. d92fb01 Skip bits not needed in outcome-analysis.sh by Manuel Pégourié-Gonnard · 2 years, 10 months ago