aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/sgx (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-15selftests/sgx: Ignore OpenSSL 3.0 deprecated functions warningKristen Carlson Accardi1-0/+6
2022-07-07selftests/sgx: Page removal stress testReinette Chatre1-0/+120
2022-07-07selftests/sgx: Test reclaiming of untouched pageReinette Chatre1-0/+80
2022-07-07selftests/sgx: Test invalid access to removed enclave pageReinette Chatre1-0/+243
2022-07-07selftests/sgx: Test faulty enclave behaviorReinette Chatre1-0/+114
2022-07-07selftests/sgx: Test complete changing of page type flowReinette Chatre3-0/+385
2022-07-07selftests/sgx: Introduce TCS initialization enclave operationReinette Chatre2-0/+38
2022-07-07selftests/sgx: Introduce dynamic entry pointReinette Chatre1-0/+6
2022-07-07selftests/sgx: Test two different SGX2 EAUG flowsReinette Chatre1-0/+250
2022-07-07selftests/sgx: Add test for TCS page permission changesReinette Chatre1-0/+71
2022-07-07selftests/sgx: Add test for EPCM permission changesReinette Chatre3-0/+267
2022-02-17selftests/sgx: Treat CC as one argumentMuhammad Usama Anjum1-1/+1
2022-02-11selftests/sgx: Remove extra newlines in test outputReinette Chatre1-2/+2
2022-02-11selftests/sgx: Ensure enclave data available during debug printReinette Chatre1-2/+2
2022-02-11selftests/sgx: Do not attempt enclave build without valid enclaveReinette Chatre1-0/+1
2022-02-11selftests/sgx: Fix NULL-pointer-dereference upon early test failureReinette Chatre1-4/+5
2021-12-17selftests/sgx: Fix corrupted cpuid macro invocationJarkko Sakkinen1-3/+2
2021-11-15selftests/sgx: Add test for multiple TCS entryReinette Chatre3-0/+39
2021-11-15selftests/sgx: Enable multiple thread supportReinette Chatre1-7/+14
2021-11-15selftests/sgx: Add page permission and exception testReinette Chatre3-0/+169
2021-11-15selftests/sgx: Rename test properties in preparation for more enclave testsReinette Chatre3-26/+26
2021-11-15selftests/sgx: Provide per-op parameter structs for the test enclaveJarkko Sakkinen3-46/+69
2021-11-15selftests/sgx: Add a new kselftest: Unclobbered_vdso_oversubscribedJarkko Sakkinen1-0/+75
2021-11-15selftests/sgx: Move setup_test_encl() to each TEST_F()Jarkko Sakkinen1-4/+15
2021-11-15selftests/sgx: Encpsulate the test enclave creationJarkko Sakkinen1-18/+26
2021-11-15selftests/sgx: Dump segments and /proc/self/maps only on failureJarkko Sakkinen1-11/+12
2021-11-15selftests/sgx: Create a heap for the test enclaveJarkko Sakkinen3-9/+26
2021-11-15selftests/sgx: Make data measurement for an enclave segment optionalJarkko Sakkinen3-3/+10
2021-11-15selftests/sgx: Assign source for each segmentJarkko Sakkinen3-6/+8
2021-11-15selftests/sgx: Fix a benign linker warningSean Christopherson1-1/+1
2021-07-30selftests/sgx: Fix Q1 and Q2 calculation in sigstruct.cTianjia Zhang1-20/+21
2021-06-23selftests/sgx: remove checks for file execute permissionsDave Hansen1-13/+3
2021-06-15selftests/sgx: Refine the test enclave to have storageJarkko Sakkinen4-15/+74
2021-06-15selftests/sgx: Add EXPECT_EEXIT() macroJarkko Sakkinen1-3/+11
2021-06-15selftests/sgx: Dump enclave memory mapJarkko Sakkinen1-0/+14
2021-06-15selftests/sgx: Migrate to kselftest harnessJarkko Sakkinen2-88/+92
2021-06-15selftests/sgx: Rename 'eenter' and 'sgx_call_vdso'Jarkko Sakkinen3-17/+18
2021-04-06x86/sgx: Expose SGX architectural definitions to the kernelSean Christopherson1-1/+1
2021-03-24selftests/sgx: Use getauxval() to simplify test codeTianjia Zhang1-20/+4
2021-03-19selftests/sgx: Improve error detection and messagesDave Hansen2-15/+56
2020-11-18selftests/sgx: Use a statically generated 3072-bit RSA keyJarkko Sakkinen5-23/+71
2020-11-18selftests/x86: Add a selftest for SGXJarkko Sakkinen11-0/+1221