Description
Implements the TLS protocol natively in Haskell. TLS is used to protect network connections with encryption, authentication, and integrity checks.
It is useful for Haskell servers, clients, proxies, and libraries that need secure transport without binding to another TLS implementation. Security-sensitive code must keep dependencies updated and use well-reviewed protocol settings.