hs-tls/core/Network/TLS
2014-03-23 10:55:39 +00:00
..
Context move onHandshake to a serverHooks, and remove CommonHooks everywhere. 2014-01-26 07:02:43 +00:00
Crypto add some wrapper for DH operations. 2013-12-11 15:53:55 +08:00
Extra fold tls-extra ciphers in tls. 2014-01-27 03:51:02 +00:00
Handshake Add a way to delay interpreting the SKX structure until actually needed. 2014-03-23 07:08:43 +00:00
Record use byteable to get a -> Bytestring function. 2014-03-21 11:09:12 +00:00
Util separate some helpers and add new one. 2013-12-07 12:04:53 +08:00
Backend.hs fix socket backend to stop looping when not receiving data 2014-03-23 10:55:03 +00:00
Cap.hs re-indent 2013-07-12 07:27:28 +01:00
Cipher.hs add some Show and Eq instances 2014-01-27 03:50:04 +00:00
Compression.hs make compression an instance of Eq. 2014-01-17 07:09:50 +00:00
Context.hs move onHandshake to a serverHooks, and remove CommonHooks everywhere. 2014-01-26 07:02:43 +00:00
Core.hs catch Error_EOF exception and return empty data. 2014-03-23 10:55:39 +00:00
Credentials.hs add a way to get credentials from memory instead of from files. 2014-01-29 04:41:47 +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
Extra.hs add Network.TLS.Extra for best compatibility with tls-extra removal 2014-01-27 04:03:26 +00:00
Handshake.hs Change the way parameters are created. 2014-01-25 16:51:51 +00:00
Hooks.hs align properly 2014-01-26 14:15:30 +00:00
Internal.hs Allow handshake records to be split across records. 2014-03-22 06:54:37 +00:00
IO.hs move logging into dynamic hooks 2014-01-26 06:50:47 +00: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 Add a way to delay interpreting the SKX structure until actually needed. 2014-03-23 07:08:43 +00:00
Parameters.hs Enable SSL3 protocol version by default. 2014-03-23 06:16:16 +00:00
Receiving.hs Allow handshake records to be split across records. 2014-03-22 06:54:37 +00:00
Record.hs use byteable to get a -> Bytestring function. 2014-03-21 11:09:12 +00: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 Change the way parameters are created. 2014-01-25 16:51:51 +00:00
Session.hs Rename nullSessionManager to noSessionManager 2013-06-01 23:52:38 -07:00
State.hs Allow handshake records to be split across records. 2014-03-22 06:54:37 +00:00
Struct.hs Add a way to delay interpreting the SKX structure until actually needed. 2014-03-23 07:08:43 +00:00
Types.hs Change the way parameters are created. 2014-01-25 16:51:51 +00:00
Util.hs provide a helper for catching exception without doing a catchall. 2013-11-27 15:08:22 +08:00
Wire.hs Export the partial capability and wrap it in a easier layer. 2014-03-22 05:50:09 +00:00
X509.hs Change the way parameters are created. 2014-01-25 16:51:51 +00:00