Tag: tls
-
ESP32 Server: Distributing HTTP/2 streams over TLS
Walks through the code and technologies used to set-up a secure HTTP/2 server using a Xtensa ESP32 board (ESP32-WROVER-E).
-
TLS Handshakes: Measuring the Performance of 4 Cryptography Libraries
Evaluates the combination of three key agreements, five signing algorithms and three cipher suites in different crypto projects.
-
Securely sending DHT22 sensor data from an ESP32 board to PostgreSQL
Let's collect data provided by a DHT22 sensor and store it in a PostgreSQL database via WiFi using an encrypted connection.