You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Build rats-tls in sgx mode to get rats-tls-server running in enclave
cmake -DRATS_TLS_BUILD_MODE="sgx" -DBUILD_SAMPLES=on -H. -Bbuild
make & make install
# Backup sgx mode programs
cp -a /usr/share/rats-tls/samples /usr/share/rats-tls/samples-sgx
# Build rats-tls in host mode to get rats-tls-client running on host
cmake -DBUILD_SAMPLES=on -H. -Bbuild
make & make install
# Have a test
cd /usr/share/rats-tls/samples-sgx
./rats-tls-server --attester sgx_ecdsa --tls openssl --crypto openssl --log-level=off &
cd /usr/share/rats-tls/samples
./rats-tls-client --verifier sgx_ecdsa
It is not convenient.
The text was updated successfully, but these errors were encountered:
Dynamic libraries installed to the /usr/local/lib/rats-tls/ directory may also be overwritten, maybe we need a way to specify the installation path at compile time?
We have to do this to archive the goal:
It is not convenient.
The text was updated successfully, but these errors were encountered: