hs-tls/core/Network/TLS
2013-12-28 15:24:20 +00:00
..
Crypto add some wrapper for DH operations. 2013-12-11 15:53:55 +08:00
Handshake use the new credentials system to be able to handle RSA and DSS certificate at the same time. 2013-12-28 15:24:20 +00:00
Record cleanup record layer 2013-07-27 08:32:27 +01:00
Util separate some helpers and add new one. 2013-12-07 12:04:53 +08:00
Cap.hs re-indent 2013-07-12 07:27:28 +01:00
Cipher.hs add a helper to check if a cipher is allowed to be used with some version 2013-11-29 17:01:40 +08:00
Compression.hs re-indent 2013-07-12 07:27:28 +01:00
Context.hs use the new credentials system to be able to handle RSA and DSS certificate at the same time. 2013-12-28 15:24:20 +00:00
Core.hs move single exceptions into a one type to rule them all. 2013-11-27 15:31:45 +08:00
Credentials.hs add a credentials module 2013-12-28 15:12:14 +00:00
Crypto.hs add support for DSA signing and verification. 2013-12-28 15:13:43 +00:00
Extension.hs move processServerHello in Handshake 2013-07-24 05:50:56 +00:00
Handshake.hs move single exceptions into a one type to rule them all. 2013-11-27 15:31:45 +08:00
Hooks.hs move logging and hooks into a Hooks module 2013-12-11 15:55:24 +08:00
Internal.hs re-indent 2013-07-12 07:27:28 +01:00
IO.hs move single exceptions into a one type to rule them all. 2013-11-27 15:31:45 +08:00
MAC.hs re-indent 2013-07-12 07:27:28 +01:00
Measurement.hs move all tls into a core directory. 2012-09-05 06:27:06 +01:00
Packet.hs error in serverKeyXchg with RSA. 2013-12-28 15:15:06 +00:00
Receiving.hs remove unnecessary MonadIO parametrization 2013-08-01 07:52:42 +00:00
Record.hs cleanup record layer 2013-07-27 08:32:27 +01:00
RNG.hs use the new Crypto.Random instead of the compat Crypto.Random.API 2013-12-11 15:53:11 +08:00
Sending.hs default the version if not set which allow to report very early error (e.g. no cipher in common) properly 2013-12-28 15:09:25 +00:00
Session.hs Rename nullSessionManager to noSessionManager 2013-06-01 23:52:38 -07:00
State.hs default the version if not set which allow to report very early error (e.g. no cipher in common) properly 2013-12-28 15:09:25 +00:00
Struct.hs add support for DHE (only with RSA signing so far) 2013-12-11 16:39:25 +08:00
Types.hs Separate tx/rx state from a single RecordState 2013-07-25 21:53:32 +01:00
Util.hs provide a helper for catching exception without doing a catchall. 2013-11-27 15:08:22 +08:00
Wire.hs export getInteger16/putInteger16 to serialize Integer in opaque16. 2013-12-07 12:05:41 +08:00
X509.hs add simple method to get the certificate leaf. 2013-12-28 15:07:20 +00:00