mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
98c816c3be
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, with only RSA supported for Key Exchange. WWW: http://github.com/vincenthz/hs-tls Obtained from: FreeBSD Haskell
13 lines
446 B
Plaintext
13 lines
446 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, with
|
|
only RSA supported for Key Exchange.
|
|
|
|
WWW: http://github.com/vincenthz/hs-tls
|