TLSin
TLSin is a portable, modular TLS library designed to provide Transport Layer Security in a wide range of software environments. It implements the TLS protocol for secure communications and includes components for the handshake, record layer processing, and certificate verification, with an emphasis on small footprint and ease of integration into applications.
Origin and development: The project emerged in the early 2020s from collaboration among security researchers and
Architecture and features: TLSin uses a modular design with a core protocol engine, a pluggable cryptographic
Security and adoption: TLSin emphasizes constant-time implementations and mitigations for common side-channel risks. It has undergone
See also: Transport Layer Security, TLS 1.3, TLS 1.2, OpenSSL, BoringSSL, mbedTLS.