SGX 101
  • Home
  • SSLab
  • SGX Bootstrap
    • Overview
    • Enclave
      • Communication between Architectural and Application Enclaves
    • Attestation
      • Inter-process Local Attestation
    • Sealing
    • Real-world Example
    • CCS'17 Tutorial
    • Technion'18 Summer School Program
  • SGX Security
    • Memory Corruption
    • Uninitialized Memory
    • Page-table-based Attacks
    • Cache Attacks
    • Branch Shadowing
    • Row Hammer Attacks
    • Speculative Execution Side Channels
  • Other Resources
  • About Us
Powered by GitBook
On this page
  • Contents
  • 1. Overview
  • 2. Enclave
  • 3. Attestation
  • 4. Sealing
  • 5. Real-world Example
  • 6. Security Issues
  • Bonus

Was this helpful?

SGX Bootstrap

This is the very place to learn building your first application with Intel SGX in mind.

PreviousSSLabNextOverview

Last updated 5 years ago

Was this helpful?

Contents

1.

2.

3.

4.

5.

6.

Bonus

  • A very good three-day security seminar from .

  • A must-read overall review of Intel SGX from CCS'17:

Overview
Enclave
Attestation
Sealing
Real-world Example
Security Issues
Technion'18 summer school program
CCS17 Tutorial