-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
optee-utee: support no-std net. #164
base: main
Are you sure you want to change the base?
Conversation
de0ddcd
to
5b198de
Compare
b7c5ef7
to
c2ac250
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additionally, please also update the no-std
part in: https://github.com/apache/incubator-teaclave-trustzone-sdk?tab=readme-ov-file#supported-examples
Except for these small recommendations, the PR looks great to me. Feel free to add the tag once they’re addressed. Thanks!
Reviewed-by: Yuan Zhuang <[email protected]>
c2ac250
to
12a7233
Compare
- introduce the Socket struct for performing socket operations within TEE. - introduce the SocketAdapter trait to support various implementations of the GP TEE Sockets API. - introduce a predefined optee module for TCP and UDP support in OP-TEE compatible TEE OS. Signed-off-by: ivila <[email protected]> Reviewed-by: Yuan Zhuang <[email protected]>
c18b1cc
to
eb36c29
Compare
eb36c29
to
a9e722b
Compare
- add ipv6 call in tcp_client-rs and udp_socket-rs - enable no_std run of tcp_client-rs and udp_socket-rs in ci Signed-off-by: ivila <[email protected]> Reviewed-by: Yuan Zhuang <[email protected]>
a9e722b
to
de920c6
Compare
Force update for ipv6 test and some comments. There are some more changes in those files:
|
Fixes #162