1. f76348c docs: add TA parameter migration guide by ivila · 3 weeks ago main
  2. 3da0b34 optee-teec: fix bugs of ParamTypes::into_flags by ivila · 3 weeks ago
  3. ac16b83 examples, projects: migrate to typed parameter API by ivila · 3 weeks ago
  4. 4269d01 optee-utee: introduce typed parameter API with `FromRawParameter` trait by ivila · 3 weeks ago
  5. 1726762 optee-utee: use `num_enum` for conversion between ParamType and u32 by ivila · 3 weeks ago
  6. 47e51fa utee: Enhancement for Object APIs by Matthew Shyu · 5 weeks ago
  7. 8b177af Add AGENTS.md with security-model link for agent discoverability (#307) by Jarek Potiuk · 5 weeks ago
  8. 4221edb Set up default protection ruleset for default and release branches (#300) by The Apache Software Foundation · 5 weeks ago
  9. bb90412 docs: add security model describing trust boundaries and TCB (#305) by zf · 5 weeks ago
  10. d25b231 utee: export define_property_key and update set_key_2 by Matthew Shyu · 6 weeks ago
  11. b3154cb optee-teec: add bidirectional memory reference support by Georges Savoundararadj · 5 months ago
  12. 4d138cd BigInt: Several fixes for BigInt arithmetic by Matthew Shyu · 7 weeks ago
  13. ffaa319 release: fix crates path for publish script (#302) by Yuan Zhuang · 7 weeks ago
  14. 35141c5 scripts: fix stat command compatibility for Linux in release script by ivila · 7 weeks ago
  15. c61f872 optee-teec-macros: remove cyclic dev-dependency and fix doc examples by ivila · 7 weeks ago
  16. 1eeb1f4 optee-utee: correct return type in property for binary version by Matthew Shyu · 8 weeks ago
  17. c05ac57 Bump new version by ivila · 9 weeks ago v0.9.0
  18. 1727d05 docs: fix docs.rs build and add document-features integration by ivila · 9 weeks ago
  19. 820c990 optee-teec: refactor plugin support by ivila · 2 months ago
  20. 948ea2e docs: add optee-utee-writing-unit-tests-with-mocks by ivila · 3 months ago
  21. 2f14d6d tools/cargo-optee: fix clippy & fmt & unpin dependency by ivila · 3 months ago
  22. 93541be crates: fix clippy & fmt by ivila · 3 months ago
  23. 017c472 optee-utee-macros: bump edition to 2024 by ivila · 3 months ago
  24. f1a60b0 examples & projects: remove optee-utee-build::RustEdition by ivila · 3 months ago
  25. c8a1143 optee-utee-build: remove RustEdition enum and always use unsafe attribute syntax by ivila · 3 months ago
  26. 9f97ee0 cargo-optee: move from crates to tools by ivila · 3 months ago
  27. 364d66d tests: set correct timeout of specific tests by ivila · 3 months ago
  28. 3178371 tests: print runtime of every tests by ivila · 3 months ago
  29. 880086b crates: update dependencies by ivila · 3 months ago
  30. 86ed14d crates: group all(teec/utee) crates by ivila · 3 months ago
  31. 1cabe45 optee-utee: fix property field types and sync latest op-tee properties by ivila · 3 months ago
  32. c47ba65 optee-utee-sys: bump rust edition by ivila · 3 months ago
  33. 3d4e922 optee-utee: bump rust edition by ivila · 3 months ago
  34. 42e204d optee-utee: object: fix mutability by ivila · 4 months ago
  35. 1543d44 optee-utee: object: stop returning raw handle by ivila · 4 months ago
  36. 3f27600 optee-utee: object: add unit_test to check bug #288 by ivila · 4 months ago
  37. 9d24a46 examples: build_with_optee_utee_sys-rs: support std now. by ivila · 4 months ago
  38. 0601329 docs: remove Xargo related descriptions by Yuan Zhuang · 4 months ago
  39. 9f56f5e cargo-optee: update for new building approach by Yuan Zhuang · 4 months ago
  40. 5fa0f4e docker/dev: update scripts by Yuan Zhuang · 4 months ago
  41. 855efec std: migrate from xargo to cargo -Z build-std (#286) by Yuan Zhuang · 4 months ago
  42. 746ee39 optee-*: remove pinned crates version by Yuan Zhuang · 4 months ago
  43. c909378 optee-utee: introduce unwind_stubs feature by Yuan Zhuang · 4 months ago
  44. 6e107b1 optee-utee: fix clippy errors by Yuan Zhuang · 4 months ago
  45. 4c11f3a examples: fix building errors for no-std TAs by Yuan Zhuang · 4 months ago
  46. 4583051 std: update Rust toolchain to nightly-2025-12-11 by Yuan Zhuang · 4 months ago
  47. 925a5d4 cargo-optee: Standardizing Cargo command execution by ivila · 4 months ago
  48. 74c2ec7 cargo-optee: clippy fix by ivila · 4 months ago
  49. 79bc5bd projects: pin uuid version for rust 1.80.0 compatibility by ivila · 5 months ago
  50. a236c58 uuid 1.21.0 supports rust 1.85 and above, pin it to 1.20.0 by aimir · 5 months ago
  51. e26f303 cargo-optee: add Cargo.lock to pin versions (#280) by Yuan Zhuang · 5 months ago
  52. 1011846 chore: add nix stuff to gitignore by Ryan Butler · 5 months ago
  53. e651157 ci: utilize ssh for qemu command execution, replacing the screen-based workflow by ivila · 5 months ago
  54. 0257474 ci: build qemu image with ssh enable by ivila · 5 months ago
  55. dcc65e6 ci: split "build-and-test-examples" to reduce runtime by ivila · 5 months ago
  56. bb6bdb2 fixes #274 by ivila · 5 months ago
  57. f08d177 release: add helper script for publishing crates by Yuan Zhuang · 5 months ago
  58. 74af801 docs/release-tips: fmt by Yuan Zhuang · 5 months ago
  59. 06069b2 Bump OP-TEE version and optee-* versions (#270) by Yuan Zhuang · 6 months ago v0.8.0
  60. 2b77f62 feat: support controlling static teec linkage by Ryan Butler · 6 months ago
  61. 4a4322b docs: refactor README of cargo-optee and remove hardcoded configs in hello_world-rs by asir · 6 months ago
  62. 47d5d8b refactor: move TaBuildConfig and CaBuildConfig resolution to config.rs and remove redundant functions by asir · 6 months ago
  63. ff0faa2 Remove hardcoded values in Cargo.toml and fix incorrect variables in build.sh by asir · 6 months ago
  64. 7ca3db9 cargo-optee: refactor, unify CLI handling, target resolution and path management by asir · 6 months ago
  65. 928659b doc: update the doc of quick start and ci.yml by asir · 7 months ago
  66. d35c757 add the build tool cargo-optee and some file of cargo-optee needs by asir · 7 months ago
  67. 7ba2c05 opt: optee-utee: macros: update the version of syn by ivila · 6 months ago
  68. 376abea opt: optee-utee: format files by ivila · 6 months ago
  69. fac9759 opt: optee-utee: switch LoadablePlugin unit tests to optee-utee-sys mock by ivila · 6 months ago
  70. 35e0568 opt: remove optee-utee-mock crate by ivila · 6 months ago
  71. a829cc2 opt: fix compiler warnings by ivila · 6 months ago
  72. 2ff80d6 opt: replace optee-utee-mock with optee-utee-sys mock feature for unit tests by ivila · 6 months ago
  73. cf95f73 feat: enable mock_api in optee-utee-sys by ivila · 6 months ago
  74. 7e73272 docs: add release plan 2026 by Yuan Zhuang · 6 months ago
  75. bd69089 Update the year in NOTICE by Yuan Zhuang · 6 months ago
  76. d35d230 optee-utee: support building with stable rust by ivila · 7 months ago
  77. 71bafe0 optee-*: bump version for crates.io publish (#257) by Yuan Zhuang · 7 months ago
  78. 23a041f examples: change for acipher-rs (#255) by Matthew Shyu · 8 months ago
  79. 236d79d examples: enable message-passing-interface-rs example for no-std and promote it to a common example (#254) by Wang Tao · 8 months ago v0.7.0
  80. 18cf8f5 examples: enable serde example for no-std and promote it to a common example (#253) by Wang Tao · 8 months ago
  81. fa2a0b7 add the FEATURES for no-std config file and correct Dockerfile link (#252) by asir · 8 months ago
  82. 54c8b71 dev_docker: move OP-TEE version from image name to tag (#251) by Yuan Zhuang · 8 months ago
  83. 5157d91 docs: add operation-guide-for-integration-with-each-optee-release.md by Yuan Zhuang · 9 months ago
  84. f2d6624 Update OP-TEE version from 4.7.0 to 4.8.0 by Yuan Zhuang · 9 months ago
  85. f67a5dd ci/build_qemu_image: free disk space (#247) by Yuan Zhuang · 9 months ago
  86. 2ad0c48 Improve error messages on missing environment during build (#246) by Hugo Trippaers · 9 months ago
  87. f237f2c ci: run test-in-optee-repo every day to detect issues earlier by ivila · 9 months ago
  88. a8cb341 optee-teec: disable default features for num_enum by Yuan Zhuang · 9 months ago
  89. 3626935 ci: remove env HOME from dev docker workflows by Yuan Zhuang · 9 months ago
  90. a5cbdba ci: update skywalking-eyes action to v0.7.0 and add ignore rules (#238) by asir · 9 months ago
  91. b84ba90 dev-docker: use customized rust toolchain path (#237) by zf · 9 months ago
  92. e933aa2 ci: test build on dev docker (#236) by Yuan Zhuang · 9 months ago
  93. 2e54d5f plugin: add pointer checks and refine FFI logic by Yuan Zhuang · 10 months ago
  94. c4b7d4d optee-teec: clippy default enforcement by Yuan Zhuang · 10 months ago
  95. 3847baa optee-utee: clippy default enforcement by Yuan Zhuang · 10 months ago
  96. c2da817 ci: enhance cleanup process in workflow (#234) by Yuan Zhuang · 10 months ago
  97. d6c23ad build: fix building error in OP-TEE repo by Yuan Zhuang · 10 months ago
  98. 6625db6 examples: passing BUILDER, FEATURES from top Makefile by Yuan Zhuang · 10 months ago
  99. ff1983b build: set BUILDER and FEATURES in environment by Yuan Zhuang · 10 months ago
  100. 69d790c projects: use std feature of optee-utee by Yuan Zhuang · 10 months ago