1. 0f45a1a Fix typos / improve syntax by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  2. 60c9eee Improve wording & fix typos by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  3. d0c6f70 Update architecture doc for cipher dual dispatch by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  4. 69b2905 Merge pull request #8057 from mpg/cipher-study by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  5. 3dd6cde Mention functional correctness explicitly by Ryan Everett · 1 year, 8 months ago
  6. f5e1356 Clarify key generation and memory-management correctness by Ryan Everett · 1 year, 8 months ago
  7. c1c6e0d Justify linearization points by Ryan Everett · 1 year, 8 months ago
  8. 6ecb9ce Link directly to the state transition diagram by Ryan Everett · 1 year, 8 months ago
  9. acfd774 Add some clarifications in thread_safety.md by Ryan Everett · 1 year, 8 months ago
  10. 3eb4274 Fix transitions in diagram by Ryan Everett · 1 year, 8 months ago
  11. b461b87 Change how the state transition diagram is stored by Ryan Everett · 1 year, 8 months ago
  12. 4dde0b2 md-cipher-dispatch: editorial improvements by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  13. 177a45f Small clarifications in documentation by Ryan Everett · 1 year, 8 months ago
  14. b8c4254 Update cipher light -> block cipher definition by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  15. 204c852 Move psa-thread-safety.md by Ryan Everett · 1 year, 8 months ago
  16. 1e9733c Add graph by Ryan Everett · 1 year, 8 months ago
  17. 9f06681 Update psa-thread-safety.md by Ryan Everett · 1 year, 8 months ago
  18. 303121e Fix a typo by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  19. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  20. 4823d2c Extend design discussion by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  21. a365efc Threading design: fix internal links by Janos Follath · 1 year, 9 months ago
  22. 6b36431 Document chosen goals and priorities for 3.x by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  23. 3bcda44 Things forgotten in the previous commit by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  24. 54bd71b Update operation threading strategy by Janos Follath · 1 year, 9 months ago
  25. e604269 Threading Design: emphasise performance requirement by Janos Follath · 1 year, 9 months ago
  26. 23f7e41 Threading design: improve language by Janos Follath · 1 year, 9 months ago
  27. 49d467c Threading design: update and clarify 3.6 plan by Janos Follath · 1 year, 10 months ago
  28. de0e3e3 Threading design: Update empty slot tracking by Janos Follath · 1 year, 10 months ago
  29. 5258689 Clarify threading design document structure by Janos Follath · 1 year, 10 months ago
  30. 19192a5 Clarify reentrancy requirements for drivers by Janos Follath · 1 year, 10 months ago
  31. d7a39ae Add plan for 3.6 to threading design by Janos Follath · 1 year, 10 months ago
  32. 574100b Add clarifications to thread safety design by Janos Follath · 1 year, 10 months ago
  33. 811a954 Add reentrancy section to thread safety design by Janos Follath · 1 year, 10 months ago
  34. f1878d8 Update to only serve GCM and CCM by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  35. 28b4da9 Add PSA threading design by Janos Follath · 1 year, 10 months ago
  36. 301d2a2 Update to MD light section by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  37. 2daee04 Update list of modules using hashes by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  38. ca18b77 Update definition of Cipher light by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  39. 839d358 Update details of modules using cipher operations by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  40. 3274361 Merge pull request #8114 from yanesca/threading_requirements_update by Gilles Peskine · 1 year, 10 months ago gh-readonly-queue/development/pr-8114-fea6606f98ece4a434c83dd4350b363f6aabad44
  41. db3035b Fix a typo in psa-crypto-implementation-structure.md by Xiaokang Qian · 1 year, 10 months ago
  42. 76e55a2 Change the documenti about psa_crypto_driver_wrappers.c{h} by Xiaokang Qian · 1 year, 10 months ago
  43. 1198e43 Change the description of auto-generated driver dispatch files by Xiaokang Qian · 1 year, 10 months ago
  44. 845693c Change comments to psa_crypto_driver_wrappers.h by Xiaokang Qian · 1 year, 11 months ago
  45. b4527fb Add clarifications to the threading requirements by Janos Follath · 1 year, 11 months ago
  46. b695473 Fix typo by Janos Follath · 1 year, 11 months ago
  47. 35633dd Add threading non-requirement by Janos Follath · 1 year, 11 months ago
  48. 15d9ec2 Improve thread safety presentation by Janos Follath · 1 year, 11 months ago
  49. 0385c28 Tighten thread safety requirements by Janos Follath · 1 year, 11 months ago
  50. 7ec993d Refine thread safety requirements by Janos Follath · 2 years ago
  51. 36cd3f9 Add tentative definition of Cipher light by Manuel Pégourié-Gonnard · 2 years ago
  52. 948137b Add details on use of ciphers from other modules by Manuel Pégourié-Gonnard · 2 years ago
  53. 33291ba Merge pull request #5538 from gilles-peskine-arm/psa-thread_safety-doc by Gilles Peskine · 2 years ago
  54. 9aa93c8 Added a note about new primitives for secure destruction by Gilles Peskine · 2 years ago
  55. 584bf98 Elaborate on psa_destroy_key requirements by Gilles Peskine · 2 years ago
  56. d3a7977 psa_is_key_slot_occupied: change to using the key identifier by Gilles Peskine · 2 years ago
  57. ab02d39 test: use only rev-parse for getting the current branch by Valerio Setti · 2 years ago
  58. ccb0344 test: add GIT alternative commands for older GIT versions by Valerio Setti · 2 years ago
  59. e183ece Merge pull request #7136 from yanrayw/5692-record-compatsh-test-cases by Dave Rodgman · 2 years, 1 month ago
  60. 0ca2a1f Merge pull request #7646 from gilles-peskine-arm/psa-driver-transaction-testing-spec by Gilles Peskine · 2 years, 1 month ago
  61. 34a2017 More about whether to have the driver key id in the transaction list by Gilles Peskine · 2 years, 2 months ago
  62. 009c06b Discuss the cost of a get_key_attributes entry point by Gilles Peskine · 2 years, 2 months ago
  63. 4e50884 Finish test strategy by Gilles Peskine · 2 years, 2 months ago
  64. 44bbf29 Write up the transaction/recovery processess by Gilles Peskine · 2 years, 2 months ago
  65. 76a852f Design document for storage resilience by Gilles Peskine · 2 years, 2 months ago
  66. 63df4ec Merge pull request #7589 from daverodgman/pr4990 by Gilles Peskine · 2 years, 3 months ago
  67. 7e37aa8 Merge pull request #5904 from gilles-peskine-arm/psa-doc-implementing-new-mechanism by Gilles Peskine · 2 years, 3 months ago
  68. de4cbc5 Fix copypasta by Gilles Peskine · 2 years, 3 months ago
  69. 95bd5a5 Minor adjustments after review. by Fredrik Hesse · 3 years, 9 months ago
  70. 0ec8a90 Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  71. cc207bc Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  72. 0b04864 improve syms.sh script for external dependencies analysis by valerio · 2 years, 4 months ago
  73. 4d31496 Update TLS 1.3 documentation and add change log by Ronald Cron · 2 years, 5 months ago
  74. e6e6b75 psa: Remove MBEDTLS_PSA_CRYPTO_DRIVERS configuration option by Ronald Cron · 2 years, 7 months ago
  75. 5c8c9e0 Minor improvements by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  76. b38c9c8 Fix a typo by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  77. 03cb87e Update psa-limitations.md by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  78. 52f7edb Update psa-migration/strategy.md by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  79. c9e0ad2 Update design document by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  80. 7fc349e test-framework.md: document compat.sh by Yanray Wang · 2 years, 5 months ago
  81. 6778ddf Merge pull request #6549 from gilles-peskine-arm/psa-migration-md-cipher-strategy by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  82. 91af0f9 Minor clarifications by Gilles Peskine · 2 years, 6 months ago
  83. ff674d4 Typos by Gilles Peskine · 2 years, 6 months ago
  84. 199ee45 Summarize how to improve MBEDTLS_PSA_CRYPTO_CLIENT by Gilles Peskine · 2 years, 6 months ago
  85. 58e935f add a missing by Gilles Peskine · 2 years, 6 months ago
  86. fad34a4 Support all legacy algorithms in PSA by Gilles Peskine · 2 years, 6 months ago
  87. 5a2e026 Improve a few comments & documentation by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  88. 6bbeba6 Add ssl-opt.sh support to outcome-analysis.sh by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  89. 222bc85 Update outcome analysis script & documentation by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  90. 3e30e1f We haven't actually made hash accelerators initless in 3.3 by Gilles Peskine · 2 years, 8 months ago
  91. 14239c6 Switching to PSA can break things with MBEDTLS_PSA_CRYPTO_CLIENT by Gilles Peskine · 2 years, 8 months ago
  92. 22db991 The PSA cipher/AEAD API requires an initialized keystore by Gilles Peskine · 2 years, 8 months ago
  93. 143ebcc PKCS#1v1.5 sign/verify uses hash metadata by Gilles Peskine · 2 years, 8 months ago
  94. cb93ac9 Note that we can tweak the meaning of MBEDTLS_PSA_CRYPTO_CONFIG too by Gilles Peskine · 2 years, 8 months ago
  95. d167f16 Wording clarifications and typo fixes by Gilles Peskine · 2 years, 8 months ago
  96. 55a188b Clarify the "restart vs use PSA" situation in TLS by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  97. 4eefade Sketch some optimizations relevant to MD light by Gilles Peskine · 2 years, 8 months ago
  98. f634fe1 Sketch the work to migrate to MD light by Gilles Peskine · 2 years, 8 months ago
  99. 188e900 Specify MD light based on the interface requirements by Gilles Peskine · 2 years, 8 months ago
  100. 382b34c Work out the hash interface requirements by Gilles Peskine · 2 years, 8 months ago