Skip to content

Commit

Permalink
Change default to rely on rdtsc for timing in enclave, when possible
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulstrackx committed Nov 22, 2024
1 parent 0fcaae3 commit ffdd05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intel-sgx/enclave-runner/src/loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ impl<'a> EnclaveBuilder<'a> {
load_and_sign: None,
hash_enclave: None,
forward_panics: false,
force_time_usercalls: true, // By default, keep the old behavior of always doing a usercall on an insecure_time call
force_time_usercalls: false,
cmd_args: None,
};

Expand Down

0 comments on commit ffdd05d

Please sign in to comment.