Tagged Questions

7
votes
7answers
731 views

Signed executables under Linux

For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...
0
votes
1answer
291 views

APIs for accessing Intel TXT (trusted execution mode) or AMD SVM?

Do any current operating systems (windows, linux, BSD) provide drivers that enable user-mode programs to execute partly in the trusted execution mode (isolated from everything else running on the ...