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.

Contents

1. Overview

2. Enclave

3. Attestation

4. Sealing

5. Real-world Example

6. Security Issues

Bonus

  • A very good three-day security seminar from Technion'18 summer school program.

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

PreviousSSLabNextOverview

Last updated 6 years ago

Was this helpful?