Conversation
de0ddcd to
5b198de
Compare
b7c5ef7 to
c2ac250
Compare
DemesneGH
left a comment
There was a problem hiding this comment.
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 <yuanz@apache.org>
c2ac250 to
12a7233
Compare
c18b1cc to
eb36c29
Compare
a9e722b to
de920c6
Compare
|
Force update for ipv6 test and some comments. There are some more changes in those files:
|
de920c6 to
9133ef2
Compare
|
@DemesneGH @b49020 Any updates |
|
There is CI failure related to 64-bit std TAs, you should be able to look into it. However, FWIW:
|
The error is PS: the CI is passed at my repositories, check here: |
Okay, looks like it's related to custom OP-TEE toolchain target OS config option for std TAs. @DemesneGH can you take a look at this issue? We should be able to merge this PR while filing a corresponding issue such that we can keep track of it. |
- 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 <390810839@qq.com> Reviewed-by: Yuan Zhuang <yuanz@apache.org> Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
- 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 <390810839@qq.com> Reviewed-by: Yuan Zhuang <yuanz@apache.org> Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
9133ef2 to
2cf925f
Compare
|
Can we retry the failed test? I think it’s simply a lag that causes digest-rs to exceed the 5-second limit, resulting in a Ctrl-C (signal 2). All the tests in the CI passed on my repository, check here |
This PR is merged and a new issue is created. #166 |



Fixes #162