summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/sgx
AgeCommit message (Expand)AuthorLines
2025-11-27selftests: complete kselftest include centralizationBala-Vignesh-Reddy-1/+1
2024-07-10selftests: centralize -D_GNU_SOURCE= to CFLAGS in lib.mkEdward Liaw-1/+1
2024-05-20Revert "selftests/sgx: Include KHDR_INCLUDES in Makefile"Shuah Khan-1/+2
2024-05-08selftests/sgx: Include KHDR_INCLUDES in MakefileEdward Liaw-2/+1
2023-12-08selftests/sgx: Skip non X86_64 platformZhao Mengmeng-1/+1
2023-12-08selftests/sgx: Remove incomplete ABI sanitization code in test enclaveJo Van Bulck-13/+3
2023-12-08selftests/sgx: Discard unsupported ELF sectionsJo Van Bulck-0/+2
2023-12-08selftests/sgx: Ensure expected location of test enclave bufferJo Van Bulck-4/+6
2023-12-08selftests/sgx: Ensure test enclave buffer is entirely preservedJo Van Bulck-4/+6
2023-12-08selftests/sgx: Fix linker script assertsJo Van Bulck-5/+1
2023-12-08selftests/sgx: Handle relocations in test enclaveJo Van Bulck-15/+35
2023-12-08selftests/sgx: Produce static-pie executable for test enclaveJo Van Bulck-4/+8
2023-12-08selftests/sgx: Remove redundant enclave base address save/restoreJo Van Bulck-3/+0
2023-12-08selftests/sgx: Specify freestanding environment for enclave compilationJo Van Bulck-1/+1
2023-12-08selftests/sgx: Separate linker optionsJo Van Bulck-5/+7
2023-12-08selftests/sgx: Include memory clobber for inline asm in test enclaveJo Van Bulck-3/+5
2023-12-08selftests/sgx: Fix uninitialized pointer dereferences in encl_get_entryJo Van Bulck-3/+6
2023-12-08selftests/sgx: Fix uninitialized pointer dereference in error pathJo Van Bulck-2/+3
2023-05-08selftests/sgx: Add "test_encl.elf" to TEST_FILESYi Lai-0/+1
2022-08-15selftests/sgx: Ignore OpenSSL 3.0 deprecated functions warningKristen Carlson Accardi-0/+6
2022-07-07selftests/sgx: Page removal stress testReinette Chatre-0/+120
2022-07-07selftests/sgx: Test reclaiming of untouched pageReinette Chatre-0/+80
2022-07-07selftests/sgx: Test invalid access to removed enclave pageReinette Chatre-0/+243
2022-07-07selftests/sgx: Test faulty enclave behaviorReinette Chatre-0/+114
2022-07-07selftests/sgx: Test complete changing of page type flowReinette Chatre-0/+385
2022-07-07selftests/sgx: Introduce TCS initialization enclave operationReinette Chatre-0/+38
2022-07-07selftests/sgx: Introduce dynamic entry pointReinette Chatre-0/+6
2022-07-07selftests/sgx: Test two different SGX2 EAUG flowsReinette Chatre-0/+250
2022-07-07selftests/sgx: Add test for TCS page permission changesReinette Chatre-0/+71
2022-07-07selftests/sgx: Add test for EPCM permission changesReinette Chatre-0/+267
2022-02-17selftests/sgx: Treat CC as one argumentMuhammad Usama Anjum-1/+1
2022-02-11selftests/sgx: Remove extra newlines in test outputReinette Chatre-2/+2
2022-02-11selftests/sgx: Ensure enclave data available during debug printReinette Chatre-2/+2
2022-02-11selftests/sgx: Do not attempt enclave build without valid enclaveReinette Chatre-0/+1
2022-02-11selftests/sgx: Fix NULL-pointer-dereference upon early test failureReinette Chatre-4/+5
2021-12-17selftests/sgx: Fix corrupted cpuid macro invocationJarkko Sakkinen-3/+2
2021-11-15selftests/sgx: Add test for multiple TCS entryReinette Chatre-0/+39
2021-11-15selftests/sgx: Enable multiple thread supportReinette Chatre-7/+14
2021-11-15selftests/sgx: Add page permission and exception testReinette Chatre-0/+169
2021-11-15selftests/sgx: Rename test properties in preparation for more enclave testsReinette Chatre-26/+26
2021-11-15selftests/sgx: Provide per-op parameter structs for the test enclaveJarkko Sakkinen-46/+69
2021-11-15selftests/sgx: Add a new kselftest: Unclobbered_vdso_oversubscribedJarkko Sakkinen-0/+75
2021-11-15selftests/sgx: Move setup_test_encl() to each TEST_F()Jarkko Sakkinen-4/+15
2021-11-15selftests/sgx: Encpsulate the test enclave creationJarkko Sakkinen-18/+26
2021-11-15selftests/sgx: Dump segments and /proc/self/maps only on failureJarkko Sakkinen-11/+12
2021-11-15selftests/sgx: Create a heap for the test enclaveJarkko Sakkinen-9/+26
2021-11-15selftests/sgx: Make data measurement for an enclave segment optionalJarkko Sakkinen-3/+10
2021-11-15selftests/sgx: Assign source for each segmentJarkko Sakkinen-6/+8
2021-11-15selftests/sgx: Fix a benign linker warningSean Christopherson-1/+1
2021-07-30selftests/sgx: Fix Q1 and Q2 calculation in sigstruct.cTianjia Zhang-20/+21