1. ab02d39 test: use only rev-parse for getting the current branch by Valerio Setti · 2 years ago
  2. ccb0344 test: add GIT alternative commands for older GIT versions by Valerio Setti · 2 years ago
  3. 1c739ec Merge pull request #7900 from mpg/doc-driver-only by Manuel Pégourié-Gonnard · 2 years ago
  4. fb22c27 Misc wording fixes and improvements by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  5. 1937cf8 Improve wording & fix a typo by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  6. c977751 Fix inaccurate information about FFDH by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  7. e183ece Merge pull request #7136 from yanrayw/5692-record-compatsh-test-cases by Dave Rodgman · 2 years, 1 month ago
  8. 7a82e27 Add documentation on driver-only ECC by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  9. 6d5f494 Add docs/driver-only-builds.md by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  10. 0ca2a1f Merge pull request #7646 from gilles-peskine-arm/psa-driver-transaction-testing-spec by Gilles Peskine · 2 years, 1 month ago
  11. 417ce2c Rename _USE to _BASIC by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  12. 1cae90b Update PSA_WANT spec for new KEY_PAIR scheme by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  13. 34a2017 More about whether to have the driver key id in the transaction list by Gilles Peskine · 2 years, 2 months ago
  14. 009c06b Discuss the cost of a get_key_attributes entry point by Gilles Peskine · 2 years, 2 months ago
  15. 265ce7c Merge pull request #5451 from gilles-peskine-arm/psa-driver-kdf-spec by Gilles Peskine · 2 years, 2 months ago
  16. f4ba001 Clarify when key derivation entry points are mandatory/permitted by Gilles Peskine · 2 years, 2 months ago
  17. 8dd1e62 Copyediting by Gilles Peskine · 2 years, 2 months ago
  18. 7df8ba6 Rework the description of key derivation output/verify key by Gilles Peskine · 2 years, 2 months ago
  19. dcaf104 Note that we may want to rename derive_key by Gilles Peskine · 2 years, 2 months ago
  20. f96a18e Probably resolve concern about the input size for derive_key by Gilles Peskine · 2 years, 2 months ago
  21. 1414bc3 Minor copyediting by Gilles Peskine · 2 years, 2 months ago
  22. 24f5229 Key agreement needs an attribute structure for our key by Gilles Peskine · 2 years, 2 months ago
  23. e52bff9 Note possible issue with derive_key: who should choose the input length? by Gilles Peskine · 2 years, 2 months ago
  24. b319ed6 State explicitly that cooked key derivation uses the export format by Gilles Peskine · 2 years, 2 months ago
  25. f787879 Clarify sequencing of long inputs by Gilles Peskine · 2 years, 2 months ago
  26. d2fe1d5 Rationale on key derivation inputs and buffer ownership by Gilles Peskine · 2 years, 2 months ago
  27. 4e94fea Key derivation dispatch doesn't depend on the key type by Gilles Peskine · 2 years, 2 months ago
  28. 66b96e2 Copyediting by Gilles Peskine · 2 years, 2 months ago
  29. 4e50884 Finish test strategy by Gilles Peskine · 2 years, 2 months ago
  30. 44bbf29 Write up the transaction/recovery processess by Gilles Peskine · 2 years, 2 months ago
  31. 76a852f Design document for storage resilience by Gilles Peskine · 2 years, 2 months ago
  32. 63df4ec Merge pull request #7589 from daverodgman/pr4990 by Gilles Peskine · 2 years, 3 months ago
  33. 7e37aa8 Merge pull request #5904 from gilles-peskine-arm/psa-doc-implementing-new-mechanism by Gilles Peskine · 2 years, 3 months ago
  34. de4cbc5 Fix copypasta by Gilles Peskine · 2 years, 3 months ago
  35. 95bd5a5 Minor adjustments after review. by Fredrik Hesse · 3 years, 10 months ago
  36. 0ec8a90 Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  37. cc207bc Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  38. e06d863 Merge pull request #7538 from bensze01/in-tree-redirects by Bence Szépkúti · 2 years, 3 months ago
  39. 09f8df8 Reword the API token explanation in redirects.yaml by Bence Szépkúti · 2 years, 3 months ago
  40. d3ca5e5 Merge pull request #7328 from mprse/ec-jpake-fix1 by Gilles Peskine · 2 years, 3 months ago
  41. 7ce8fba Add post-build step to update redirects by Bence Szépkúti · 2 years, 4 months ago
  42. 4f4c87b Add readthedocs-cli to requirements.in by Bence Szépkúti · 2 years, 4 months ago
  43. 8e076e4 Merge pull request #6915 from aditya-deshpande-arm/example-driver-post-codestyle by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  44. 8225587 Change from Mbed TLS 3.3.0 to 3.4.0 in driver documentation. by Aditya Deshpande · 2 years, 3 months ago
  45. 641cb89 Minor changes to documentation and code comments for clarity by Aditya Deshpande · 2 years, 4 months ago
  46. 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
  47. f80b939 Add information for driver points where auto-generation is implemented by Aditya Deshpande · 2 years, 6 months ago
  48. 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
  49. abf4bf3 Start the driver example write-up (p256-m integration) by Aditya Deshpande · 2 years, 6 months ago
  50. 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
  51. 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
  52. 95e57c3 doc: update use-psa-crypto.md by valerio · 2 years, 4 months ago
  53. 0b04864 improve syms.sh script for external dependencies analysis by valerio · 2 years, 4 months ago
  54. 4359bad Merge pull request #7331 from mprse/ec-jpake-fix2 by Paul Elliott · 2 years, 4 months ago
  55. 4d31496 Update TLS 1.3 documentation and add change log by Ronald Cron · 2 years, 5 months ago
  56. e6e6b75 psa: Remove MBEDTLS_PSA_CRYPTO_DRIVERS configuration option by Ronald Cron · 2 years, 7 months ago
  57. 0ab380a Merge pull request #7354 from mpg/ecc-doc-update by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  58. 9463e78 Fix a typo by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  59. 05c5a91 Merge pull request #7307 from Mbed-TLS/sphinx-versioned-documentation by Dave Rodgman · 2 years, 4 months ago
  60. 5c8c9e0 Minor improvements by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  61. 93b21e7 Update documentation to mention ECC drivers by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  62. 2717f62 Add _build/ and api/ to gitignore by David Horstmann · 2 years, 4 months ago sphinx-versioned-documentation
  63. c1f2eef Clean the breathe-apidoc files with make clean by David Horstmann · 2 years, 4 months ago
  64. 434fc5e Remove make.bat for documentation by David Horstmann · 2 years, 4 months ago
  65. 9bca03a Improve docs Makefile to do full build by David Horstmann · 2 years, 4 months ago
  66. b38c9c8 Fix a typo by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  67. 86efa85 Mention EC J-PAKE opaque passwords. by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  68. 2ca08c8 Try again to clarify USE_PSA_CRYPTO by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  69. 3dd9add Use PSA Crypto: try clarifying what it means by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  70. 03cb87e Update psa-limitations.md by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  71. 52f7edb Update psa-migration/strategy.md by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  72. b175b14 Remove driver_pake_get_role function by Przemek Stekiel · 2 years, 5 months ago
  73. fa1754e Update documentation of psa_pake_input by Przemek Stekiel · 2 years, 5 months ago
  74. 5158bd8 Remove Exhale from requirements and regenerate by David Horstmann · 2 years, 5 months ago
  75. e84d61c Add initial API doc configuration by David Horstmann · 2 years, 5 months ago
  76. c9e0ad2 Update design document by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  77. 18336da Merge pull request #7196 from mprse/ecjpake-driver-dispatch-peer-user by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  78. c0e6250 Fix documentation and tests by Przemek Stekiel · 2 years, 5 months ago
  79. 439dbc5 Fix dependency for TLS 1.3 as well by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  80. e9254a0 Adapt driver dispatch documentation for user/peer getters by Przemek Stekiel · 2 years, 5 months ago
  81. a4c6a3c Merge pull request #7237 from davidhorstmann-arm/move-getting-started-guide by Gilles Peskine · 2 years, 5 months ago
  82. 369930d Move docs/getting_started.md to docs repo by David Horstmann · 2 years, 5 months ago
  83. 691e91a Further pake code optimizations by Przemek Stekiel · 2 years, 5 months ago
  84. 4dc83d4 Add check for pake operation buffer overflow by Przemek Stekiel · 2 years, 5 months ago
  85. 7fc349e test-framework.md: document compat.sh by Yanray Wang · 2 years, 6 months ago
  86. 6b64862 Documentation fixes and code adaptation by Przemek Stekiel · 2 years, 6 months ago
  87. 251e86a Adapt names to more suitable and fix conditional compilation flags by Przemek Stekiel · 2 years, 6 months ago
  88. 27cd488 Update the documentation (v.3) by Przemek Stekiel · 2 years, 6 months ago
  89. 33ea63d Minor updates of the documentation by Przemek Stekiel · 2 years, 7 months ago
  90. 8c8ab26 Update documentation (handling inputs, function names) by Przemek Stekiel · 2 years, 7 months ago
  91. d67a5b6 Update PAKE driver documentation (v.2) by Przemek Stekiel · 2 years, 7 months ago
  92. d6eb110 Add draft documentation for the PAKE driver dispatch logic by Przemek Stekiel · 2 years, 7 months ago
  93. 6778ddf Merge pull request #6549 from gilles-peskine-arm/psa-migration-md-cipher-strategy by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  94. 91af0f9 Minor clarifications by Gilles Peskine · 2 years, 6 months ago
  95. ff674d4 Typos by Gilles Peskine · 2 years, 6 months ago
  96. 199ee45 Summarize how to improve MBEDTLS_PSA_CRYPTO_CLIENT by Gilles Peskine · 2 years, 6 months ago
  97. 58e935f add a missing by Gilles Peskine · 2 years, 6 months ago
  98. fad34a4 Support all legacy algorithms in PSA by Gilles Peskine · 2 years, 6 months ago
  99. 00d3e96 Merge pull request #6855 from mpg/driver-only-ecdsa-starter by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  100. 17292f7 Minor fixes by Dave Rodgman · 2 years, 6 months ago