1. 047c724 Merge remote-tracking branch 'restricted/development-restricted' into update-development-r by Dave Rodgman · 1 year, 6 months ago
  2. 0f45a1a Fix typos / improve syntax by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  3. 60c9eee Improve wording & fix typos by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  4. d0c6f70 Update architecture doc for cipher dual dispatch by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  5. 69b2905 Merge pull request #8057 from mpg/cipher-study by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  6. 3dd6cde Mention functional correctness explicitly by Ryan Everett · 1 year, 8 months ago
  7. f5e1356 Clarify key generation and memory-management correctness by Ryan Everett · 1 year, 8 months ago
  8. c1c6e0d Justify linearization points by Ryan Everett · 1 year, 8 months ago
  9. 6ecb9ce Link directly to the state transition diagram by Ryan Everett · 1 year, 8 months ago
  10. acfd774 Add some clarifications in thread_safety.md by Ryan Everett · 1 year, 8 months ago
  11. 3eb4274 Fix transitions in diagram by Ryan Everett · 1 year, 8 months ago
  12. b461b87 Change how the state transition diagram is stored by Ryan Everett · 1 year, 8 months ago
  13. 4dde0b2 md-cipher-dispatch: editorial improvements by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  14. 177a45f Small clarifications in documentation by Ryan Everett · 1 year, 8 months ago
  15. b8c4254 Update cipher light -> block cipher definition by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  16. 204c852 Move psa-thread-safety.md by Ryan Everett · 1 year, 8 months ago
  17. 1e9733c Add graph by Ryan Everett · 1 year, 8 months ago
  18. 9f06681 Update psa-thread-safety.md by Ryan Everett · 1 year, 8 months ago
  19. 303121e Fix a typo by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  20. b86873e Merge remote-tracking branch 'development' into development-restricted by Gilles Peskine · 1 year, 9 months ago
  21. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  22. f63a52e Remove auto-generation of test wrappers by David Horstmann · 1 year, 9 months ago
  23. 413dd07 Downgrade auto testing testing to a nice-to-have by David Horstmann · 1 year, 9 months ago
  24. 2531dab Add auto-generation of test wrappers to design by David Horstmann · 1 year, 9 months ago
  25. 15b5bee Add note on platform-specific barriers by David Horstmann · 1 year, 9 months ago
  26. e045b55 Add sections on validation of validation by David Horstmann · 1 year, 9 months ago
  27. e88a6f8 Add portability consideration to careful-access by David Horstmann · 1 year, 9 months ago
  28. d081e52 Discuss plain-overwriting memory poisoning by David Horstmann · 1 year, 9 months ago
  29. 4823d2c Extend design discussion by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  30. a365efc Threading design: fix internal links by Janos Follath · 1 year, 10 months ago
  31. 6b36431 Document chosen goals and priorities for 3.x by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  32. 3bcda44 Things forgotten in the previous commit by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  33. 599b087 Rename and specify config options by David Horstmann · 1 year, 9 months ago
  34. 78bd77f Careful-access prototyping to design exploration by David Horstmann · 1 year, 9 months ago
  35. c599138 Remove references to new-test approach in design by David Horstmann · 1 year, 9 months ago
  36. 2b86df8 De-duplicate section titles by David Horstmann · 1 year, 9 months ago
  37. 8e58ccb Add blank lines before lists by David Horstmann · 1 year, 9 months ago
  38. 2711d23 Fix broken links by David Horstmann · 1 year, 9 months ago
  39. f95767a Clarify use of new tests for careful-access by David Horstmann · 1 year, 9 months ago
  40. c7ccbf5 Add detailed design section for careful access by David Horstmann · 1 year, 9 months ago
  41. 56aa1b3 Add exploration section on FVP testing by David Horstmann · 1 year, 10 months ago
  42. 09c84ef Add lengths to convenience interface sketch by David Horstmann · 1 year, 10 months ago
  43. 730dea3 Rewrite incorrect description of psa_exercise_key by David Horstmann · 1 year, 10 months ago
  44. 6c51207 Add notes about configuration of poisoning tests by David Horstmann · 1 year, 10 months ago
  45. 8f905c2 Add reference to test hooks in detailed design by David Horstmann · 1 year, 10 months ago
  46. 806055e Refactor note on preferred poison-test approach by David Horstmann · 1 year, 10 months ago
  47. 52df620 Use ASan for memory poisoning as well as Valgrind by David Horstmann · 1 year, 10 months ago
  48. c61ddb2 Add C language annotation to code block by David Horstmann · 1 year, 10 months ago
  49. cbf068d Fix broken reference by David Horstmann · 1 year, 10 months ago
  50. f889e0f Replace vague 'above' with a reference for ease-of-navigation by David Horstmann · 1 year, 10 months ago
  51. ded14a2 Add example wrapper function implementation by David Horstmann · 1 year, 10 months ago
  52. 16dac00 Add skeleton of detailed design rewrite by David Horstmann · 1 year, 10 months ago
  53. 54bd71b Update operation threading strategy by Janos Follath · 1 year, 10 months ago
  54. e604269 Threading Design: emphasise performance requirement by Janos Follath · 1 year, 10 months ago
  55. 23f7e41 Threading design: improve language by Janos Follath · 1 year, 10 months ago
  56. be86834 Rewrite design exploration of copy validation by David Horstmann · 1 year, 10 months ago
  57. 51fc6cf Explore sanitizers for memory poisoning by David Horstmann · 1 year, 10 months ago
  58. 17b3716 Tweak compiler optimization evaluation section by David Horstmann · 1 year, 10 months ago
  59. 49d467c Threading design: update and clarify 3.6 plan by Janos Follath · 1 year, 10 months ago
  60. de0e3e3 Threading design: Update empty slot tracking by Janos Follath · 1 year, 10 months ago
  61. 5258689 Clarify threading design document structure by Janos Follath · 1 year, 10 months ago
  62. 19192a5 Clarify reentrancy requirements for drivers by Janos Follath · 1 year, 10 months ago
  63. 4e54abf Add section on possible use of Valgrind tracing by David Horstmann · 1 year, 10 months ago
  64. 05ca3d9 Expand design for validation of careful access by David Horstmann · 1 year, 10 months ago
  65. a72b4ca Modify optimize-testing instructions by David Horstmann · 1 year, 10 months ago
  66. 3f7e42a Move implementation by module table earlier by David Horstmann · 1 year, 10 months ago
  67. dae0ad4 Add more detail in design of memory poisoning by David Horstmann · 1 year, 10 months ago
  68. 0bd87f5 Change unsigned int to uint8_t by David Horstmann · 1 year, 10 months ago
  69. 23661cc Detailed design of memory protection strategy by David Horstmann · 1 year, 10 months ago
  70. df62f1a Merge pull request #1106 from gilles-peskine-arm/psa-shared-buffers-requirements by Gilles Peskine · 1 year, 10 months ago
  71. d7a39ae Add plan for 3.6 to threading design by Janos Follath · 1 year, 10 months ago
  72. 574100b Add clarifications to thread safety design by Janos Follath · 1 year, 10 months ago
  73. 811a954 Add reentrancy section to thread safety design by Janos Follath · 1 year, 10 months ago
  74. 8ebeb9c Test for read-read inconsistency with mprotect and ptrace/gdb by Gilles Peskine · 1 year, 10 months ago
  75. 87889eb Fix editorial error with semantic consequences by Gilles Peskine · 1 year, 10 months ago
  76. a3ce643 Typos by Gilles Peskine · 1 year, 10 months ago
  77. 1f2802c Suggest validating copy by memory poisoning by Gilles Peskine · 1 year, 10 months ago
  78. 6998721 Add a section skeleton for copy bypass by Gilles Peskine · 1 year, 10 months ago
  79. 7bc1bb6 Short explanations of what is expected in the design sections by Gilles Peskine · 1 year, 10 months ago
  80. 35de1f7 Distinguish whole-message signature from other asymmetric cryptography by Gilles Peskine · 1 year, 10 months ago
  81. 9cad3b3 Design change for cipher/AEAD by Gilles Peskine · 1 year, 10 months ago
  82. 2859267 Clarify terminology: built-in driver by Gilles Peskine · 1 year, 10 months ago
  83. db00543 Add a section on write-read feedback by Gilles Peskine · 1 year, 10 months ago
  84. 352095c Simplify the relaxed output-output rule by Gilles Peskine · 1 year, 10 months ago
  85. 60c453e Expand explanations of the vulnerabilities by Gilles Peskine · 1 year, 10 months ago
  86. 8daedae Fix typos and copypasta by Gilles Peskine · 1 year, 10 months ago
  87. f7806ca Analyze requirements for protection of arguments in shared memory by Gilles Peskine · 1 year, 10 months ago
  88. f1878d8 Update to only serve GCM and CCM by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  89. bb5d907 Automatically pick up all Markdown files by Gilles Peskine · 1 year, 10 months ago
  90. 28b4da9 Add PSA threading design by Janos Follath · 1 year, 10 months ago
  91. 301d2a2 Update to MD light section by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  92. 2daee04 Update list of modules using hashes by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  93. ca18b77 Update definition of Cipher light by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  94. 839d358 Update details of modules using cipher operations by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  95. 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
  96. db3035b Fix a typo in psa-crypto-implementation-structure.md by Xiaokang Qian · 1 year, 10 months ago
  97. 76e55a2 Change the documenti about psa_crypto_driver_wrappers.c{h} by Xiaokang Qian · 1 year, 10 months ago
  98. 1198e43 Change the description of auto-generated driver dispatch files by Xiaokang Qian · 1 year, 10 months ago
  99. 845693c Change comments to psa_crypto_driver_wrappers.h by Xiaokang Qian · 1 year, 11 months ago
  100. b4527fb Add clarifications to the threading requirements by Janos Follath · 1 year, 11 months ago