1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/security/hs-tls/pkg-descr
2016-12-02 09:21:58 +00:00

10 lines
515 B
Plaintext

Native Haskell TLS and SSL protocol implementation for server and
client. This provides a high-level implementation of a sensitive
security protocol, eliminating a common set of security issues through
the use of the advanced type system, high level constructions and common
Haskell features. Currently implement the SSL3.0, TLS1.0, TLS1.1 and
TLS1.2 protocol, and support RSA and Ephemeral (Elliptic curve and
regular) Diffie Hellman key exchanges, and many extensions.
WWW: https://github.com/vincenthz/hs-tls