1. 820c990 optee-teec: refactor plugin support by ivila · 9 days ago main
  2. 948ea2e docs: add optee-utee-writing-unit-tests-with-mocks by ivila · 4 weeks ago
  3. 2f14d6d tools/cargo-optee: fix clippy & fmt & unpin dependency by ivila · 4 weeks ago
  4. 93541be crates: fix clippy & fmt by ivila · 4 weeks ago
  5. 017c472 optee-utee-macros: bump edition to 2024 by ivila · 4 weeks ago
  6. f1a60b0 examples & projects: remove optee-utee-build::RustEdition by ivila · 4 weeks ago
  7. c8a1143 optee-utee-build: remove RustEdition enum and always use unsafe attribute syntax by ivila · 4 weeks ago
  8. 9f97ee0 cargo-optee: move from crates to tools by ivila · 5 weeks ago
  9. 364d66d tests: set correct timeout of specific tests by ivila · 5 weeks ago
  10. 3178371 tests: print runtime of every tests by ivila · 5 weeks ago
  11. 880086b crates: update dependencies by ivila · 5 weeks ago
  12. 86ed14d crates: group all(teec/utee) crates by ivila · 5 weeks ago
  13. 1cabe45 optee-utee: fix property field types and sync latest op-tee properties by ivila · 6 weeks ago
  14. c47ba65 optee-utee-sys: bump rust edition by ivila · 6 weeks ago
  15. 3d4e922 optee-utee: bump rust edition by ivila · 6 weeks ago
  16. 42e204d optee-utee: object: fix mutability by ivila · 7 weeks ago
  17. 1543d44 optee-utee: object: stop returning raw handle by ivila · 7 weeks ago
  18. 3f27600 optee-utee: object: add unit_test to check bug #288 by ivila · 7 weeks ago
  19. 9d24a46 examples: build_with_optee_utee_sys-rs: support std now. by ivila · 7 weeks ago
  20. 0601329 docs: remove Xargo related descriptions by Yuan Zhuang · 8 weeks ago
  21. 9f56f5e cargo-optee: update for new building approach by Yuan Zhuang · 8 weeks ago
  22. 5fa0f4e docker/dev: update scripts by Yuan Zhuang · 8 weeks ago
  23. 855efec std: migrate from xargo to cargo -Z build-std (#286) by Yuan Zhuang · 8 weeks ago
  24. 746ee39 optee-*: remove pinned crates version by Yuan Zhuang · 8 weeks ago
  25. c909378 optee-utee: introduce unwind_stubs feature by Yuan Zhuang · 8 weeks ago
  26. 6e107b1 optee-utee: fix clippy errors by Yuan Zhuang · 9 weeks ago
  27. 4c11f3a examples: fix building errors for no-std TAs by Yuan Zhuang · 9 weeks ago
  28. 4583051 std: update Rust toolchain to nightly-2025-12-11 by Yuan Zhuang · 9 weeks ago
  29. 925a5d4 cargo-optee: Standardizing Cargo command execution by ivila · 10 weeks ago
  30. 74c2ec7 cargo-optee: clippy fix by ivila · 10 weeks ago
  31. 79bc5bd projects: pin uuid version for rust 1.80.0 compatibility by ivila · 3 months ago
  32. a236c58 uuid 1.21.0 supports rust 1.85 and above, pin it to 1.20.0 by aimir · 3 months ago
  33. e26f303 cargo-optee: add Cargo.lock to pin versions (#280) by Yuan Zhuang · 3 months ago
  34. 1011846 chore: add nix stuff to gitignore by Ryan Butler · 3 months ago
  35. e651157 ci: utilize ssh for qemu command execution, replacing the screen-based workflow by ivila · 3 months ago
  36. 0257474 ci: build qemu image with ssh enable by ivila · 3 months ago
  37. dcc65e6 ci: split "build-and-test-examples" to reduce runtime by ivila · 3 months ago
  38. bb6bdb2 fixes #274 by ivila · 3 months ago
  39. f08d177 release: add helper script for publishing crates by Yuan Zhuang · 3 months ago
  40. 74af801 docs/release-tips: fmt by Yuan Zhuang · 3 months ago
  41. 06069b2 Bump OP-TEE version and optee-* versions (#270) by Yuan Zhuang · 4 months ago v0.8.0
  42. 2b77f62 feat: support controlling static teec linkage by Ryan Butler · 4 months ago
  43. 4a4322b docs: refactor README of cargo-optee and remove hardcoded configs in hello_world-rs by asir · 4 months ago
  44. 47d5d8b refactor: move TaBuildConfig and CaBuildConfig resolution to config.rs and remove redundant functions by asir · 4 months ago
  45. ff0faa2 Remove hardcoded values in Cargo.toml and fix incorrect variables in build.sh by asir · 4 months ago
  46. 7ca3db9 cargo-optee: refactor, unify CLI handling, target resolution and path management by asir · 4 months ago
  47. 928659b doc: update the doc of quick start and ci.yml by asir · 5 months ago
  48. d35c757 add the build tool cargo-optee and some file of cargo-optee needs by asir · 5 months ago
  49. 7ba2c05 opt: optee-utee: macros: update the version of syn by ivila · 4 months ago
  50. 376abea opt: optee-utee: format files by ivila · 4 months ago
  51. fac9759 opt: optee-utee: switch LoadablePlugin unit tests to optee-utee-sys mock by ivila · 4 months ago
  52. 35e0568 opt: remove optee-utee-mock crate by ivila · 4 months ago
  53. a829cc2 opt: fix compiler warnings by ivila · 4 months ago
  54. 2ff80d6 opt: replace optee-utee-mock with optee-utee-sys mock feature for unit tests by ivila · 4 months ago
  55. cf95f73 feat: enable mock_api in optee-utee-sys by ivila · 4 months ago
  56. 7e73272 docs: add release plan 2026 by Yuan Zhuang · 4 months ago
  57. bd69089 Update the year in NOTICE by Yuan Zhuang · 4 months ago
  58. d35d230 optee-utee: support building with stable rust by ivila · 5 months ago
  59. 71bafe0 optee-*: bump version for crates.io publish (#257) by Yuan Zhuang · 5 months ago
  60. 23a041f examples: change for acipher-rs (#255) by Matthew Shyu · 6 months ago
  61. 236d79d examples: enable message-passing-interface-rs example for no-std and promote it to a common example (#254) by Wang Tao · 6 months ago v0.7.0
  62. 18cf8f5 examples: enable serde example for no-std and promote it to a common example (#253) by Wang Tao · 6 months ago
  63. fa2a0b7 add the FEATURES for no-std config file and correct Dockerfile link (#252) by asir · 6 months ago
  64. 54c8b71 dev_docker: move OP-TEE version from image name to tag (#251) by Yuan Zhuang · 6 months ago
  65. 5157d91 docs: add operation-guide-for-integration-with-each-optee-release.md by Yuan Zhuang · 6 months ago
  66. f2d6624 Update OP-TEE version from 4.7.0 to 4.8.0 by Yuan Zhuang · 6 months ago
  67. f67a5dd ci/build_qemu_image: free disk space (#247) by Yuan Zhuang · 6 months ago
  68. 2ad0c48 Improve error messages on missing environment during build (#246) by Hugo Trippaers · 7 months ago
  69. f237f2c ci: run test-in-optee-repo every day to detect issues earlier by ivila · 7 months ago
  70. a8cb341 optee-teec: disable default features for num_enum by Yuan Zhuang · 7 months ago
  71. 3626935 ci: remove env HOME from dev docker workflows by Yuan Zhuang · 7 months ago
  72. a5cbdba ci: update skywalking-eyes action to v0.7.0 and add ignore rules (#238) by asir · 7 months ago
  73. b84ba90 dev-docker: use customized rust toolchain path (#237) by zf · 7 months ago
  74. e933aa2 ci: test build on dev docker (#236) by Yuan Zhuang · 7 months ago
  75. 2e54d5f plugin: add pointer checks and refine FFI logic by Yuan Zhuang · 7 months ago
  76. c4b7d4d optee-teec: clippy default enforcement by Yuan Zhuang · 8 months ago
  77. 3847baa optee-utee: clippy default enforcement by Yuan Zhuang · 8 months ago
  78. c2da817 ci: enhance cleanup process in workflow (#234) by Yuan Zhuang · 8 months ago
  79. d6c23ad build: fix building error in OP-TEE repo by Yuan Zhuang · 8 months ago
  80. 6625db6 examples: passing BUILDER, FEATURES from top Makefile by Yuan Zhuang · 8 months ago
  81. ff1983b build: set BUILDER and FEATURES in environment by Yuan Zhuang · 8 months ago
  82. 69d790c projects: use std feature of optee-utee by Yuan Zhuang · 8 months ago
  83. b1e6edd optee-utee: add std feature by Yuan Zhuang · 8 months ago
  84. a371326 scripts: update for release process by Yuan Zhuang · 8 months ago
  85. 6d6df90 examples: advanced clippy enforcement to avoid panic by Yuan Zhuang · 8 months ago
  86. ad670a1 Fix link to Patches in documentation by zf · 8 months ago v0.6.0
  87. ebe5f53 repo: update description for graduation. by Zhaofeng Chen · 8 months ago
  88. 0fb2801 ci: cleanup unused packages for OP-TEE workflows by Yuan Zhuang · 9 months ago
  89. 7978b74 lint: Fix clippy errors in host apps by Yuan Zhuang · 9 months ago
  90. 41e586f lint: Fix clippy errors in TA by Yuan Zhuang · 9 months ago
  91. 4876842 lint: Add clippy enforcement to host and plugin Makefiles by Yuan Zhuang · 9 months ago
  92. 979810c lint: Add clippy enforcement to TA Makefiles by Yuan Zhuang · 9 months ago
  93. 102e65e optee-*: bump version to 0.6.0 by Yuan Zhuang · 9 months ago
  94. 4c011cd Update the link to teaclave website by Yuan Zhuang · 9 months ago
  95. 0517514 docs: Add tips and scripts for release by Yuan Zhuang · 11 months ago
  96. 8d29a45 example: fix emulate target in std env by Zhaofeng Chen · 9 months ago
  97. 4f8ca69 examples: register custom rng to avoid patching getrandom by Yuan Zhuang · 9 months ago
  98. c3adaf8 build: disable CFG_TA_FLOAT_SUPPORT by Yuan Zhuang · 9 months ago
  99. 89644fe examples: refresh test certs for tls server by Yuan Zhuang · 9 months ago
  100. bf4c2e6 examples: tls client and server for new rustls by Yuan Zhuang · 9 months ago