Completed
Client Authentication, Step-by-step
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Using Architecture and Abstractions to Design a Security Layer for TLS - USENIX Enigma 2019
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What's Being Done to Fix This?
- 3 A Security Layer for TLS
- 4 POSIX Socket API Abstraction
- 5 Secure Socket API
- 6 Separation of Concerns
- 7 Configuration Instead of Implementation
- 8 Centralization
- 9 No Discernible Overhead
- 10 No problem...
- 11 Client Authentication Architecture
- 12 Client Authentication, Step-by-step
- 13 Automated Certificates at Registration
- 14 Let's Authenticate
- 15 Architecture is the Holy Grail
- 16 Continue the Quest