hs-tls/core/Network/TLS/Handshake
Vincent Hanquez a111d703a4 simplify the handshake key state.
we don't need to differentiate client/server, as a remote key will always be public and
the private key always local.
2013-12-28 15:17:42 +00:00
..
Certificate.hs move all tls into a core directory. 2012-09-05 06:27:06 +01:00
Client.hs simplify the handshake key state. 2013-12-28 15:17:42 +00:00
Common.hs move single exceptions into a one type to rule them all. 2013-11-27 15:31:45 +08:00
Key.hs simplify the handshake key state. 2013-12-28 15:17:42 +00:00
Process.hs simplify the handshake key state. 2013-12-28 15:17:42 +00:00
Server.hs add support for DHE (only with RSA signing so far) 2013-12-11 16:39:25 +08:00
Signature.hs add support for DSS signature. 2013-12-28 15:14:09 +00:00
State.hs simplify the handshake key state. 2013-12-28 15:17:42 +00:00