s2n
s2n is an open-source TLS/SSL library developed by Amazon Web Services. It provides a production-ready implementation of the TLS protocol designed to be small, fast, and auditable. The project is written in portable C (C99) and aims to minimize dependencies while presenting a straightforward API for both client and server applications.
Key features and design goals include support for TLS 1.2 and TLS 1.3, modern cipher suites, and
License and ecosystem: s2n is released under the Apache 2.0 license and is distributed with documentation, tests,
Security posture and testing: the project emphasizes security through comprehensive test suites, fuzzing campaigns, and code
Usage and scope: s2n provides a runnable alternative to other TLS implementations for developers seeking a