uploaded 1 week ago
Yank reason: Old Broken version
NoxTLS — fast, lightweight TLS crypto library for embedded

8 examples

  • benchmark
    Measures throughput and ops-per-second of NoxTLS primitives on ESP32 targets, running in app_main and printing results over UART.
    6.68 KB
  • https_file_client
    Downloads a file over HTTPS using noxtls_tls13_connect and stores the response body into SPIFFS.
    6.35 KB
  • https_server
    Minimal HTTPS server that runs a TLS 1.3 handshake and returns a small HTML page describing the negotiated cipher suite.
    17.18 KB
  • secure_ota
    This project provides a secure firmware update flow using NoxTLS with TLS 1.3, ensuring firmware integrity via SHA-256 checksum verification.
    7.12 KB
  • sftp_client
    This scaffold documents the intended integration flow for the NoxTLS SFTP client once subsystem support is available.
    2.44 KB
  • ssh_client
    Runs SSH client flow using argenox/noxssh common API when noxssh_common.h is available in the ESP-IDF build.
    4.90 KB
  • ssh_server
    This example is a scaffold documenting how server integration should be wired once server APIs are published.
    2.47 KB
  • tls_client
    3.26 KB