Liang Ma
Liang Ma
Signed-off-by: Liang, Ma ## Description of the changes 1. When we configure gramine in [Anolis OS](https://openanolis.cn/), The[ ra_tls_mbedtls](https://github.com/gramineproject/gramine/tree/master/CI-Examples/ra-tls-mbedtls) under CI-Example can't work correctly. This is caused by the [Makefile](https://github.com/gramineproject/gramine/blob/master/CI-Examples/ra-tls-mbedtls/Makefile) is...
Signed-off-by: Liang Ma ## Description of the changes Only the initial process should be possible to attest remotely (otherwise various security properties break) - we need to disable doing this...
Signed-off-by: Liang,Ma ## Description of the PR Upgrade the gramine version to the the latest release version v1.2
## Description of the PR Enable psi in anolisos
## Description of the PR Enable lr_infer_he_sgx in Anolis OS
Below is the log info: ``` EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path NET: Registered PF_PACKET protocol family NET: Registered PF_VSOCK protocol family IPI shorthand broadcast: enabled sched_clock: Marking...
In Rust, the `lib.rs` file plays a significant role in defining the behavior and public API of a Rust library crate. When I was doing fuzz tests for `acond` using...