Completed
What's involved in establishing a secure channel?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
WiFi and Secure Socket Offload in Zephyr
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Motivation
- 3 Zephyr Network Stack (Previous State)
- 4 Options for TCP/IP Offioad to the NWP (1/2)
- 5 Zephyr Network Stack (New State)
- 6 Zephyr: Adding TLS to Socket APIs
- 7 What's involved in establishing a secure channel?
- 8 How to provision the certificates/keys to the device?
- 9 Method 1: Zephyr's tls_credential add API
- 10 Summary