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