Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maverick-zhn/sgx

SGX related papers, sources, test cases, and architecture
https://github.com/maverick-zhn/sgx

sgx sgx-enclave ubuntu ubuntu1804

Last synced: about 1 month ago
JSON representation

SGX related papers, sources, test cases, and architecture

Awesome Lists containing this project

README

        

# sgx
SGX related papers, sources, test cases, and architecture

## Setting up SGX SDK on Ubuntu Linux 18.04 LTS

## SGX training
* https://software.intel.com/en-us/sgx/training
* https://software.intel.com/en-us/articles/introducing-the-intel-software-guard-extensions-tutorial-series
* https://software.intel.com/en-us/articles/intel-software-guard-extensions-tutorial-part-1-foundation
* https://software.intel.com/en-us/articles/intel-software-guard-extensions-developing-a-sample-enclave-application
* https://software.intel.com/en-us/articles/properly-detecting-intel-software-guard-extensions-in-your-applications
* https://software.intel.com/en-us/sgx-sdk-dev-reference-setting-up-an-intel-software-guard-extensions-project

## SGX on windows video and paper
* https://goo.gl/sDosNC

https://github.com/ayeks/SGX-hardware/issues/32
https://01.org/intel-software-guard-extensions

## Provisioning and attestation services white paper
* https://goo.gl/HYy5Sy

## Hardening authentication tokens in browsers
* https://software.intel.com/en-us/articles/hardening-authentication-tokens-in-browsers-using-intel-software-guard-extensions

## An introduction to creating a sample enclave
* https://software.intel.com/en-us/articles/intel-software-guard-extensions-developing-a-sample-enclave-application

## Sample source code
* https://software.intel.com/en-us/articles/code-sample-intel-software-guard-extensions-remote-attestation-end-to-end-example

## Laptop running with Visual Studio 2015
* Need to follow best practices
* Need to design trusted and untrusted part of the app

## Issues running Visual Studio Sample

When getting
https://stackoverflow.com/questions/41944179/error-loading-enclave-couldnt-open-file-with-createfile

Ensure that you have the following in the Visual Studio configuration for both projects: