hs-tls/Network/TLS
Vincent Hanquez a95dd8f45e Generalize key exchange and use in-house RSA.
Remove need for spoon, since RSA will fails gracefully.
Add support for full private key format for fast decryption.
Generalization of key exchange to add future support for DH, etc.
2010-11-04 19:10:00 +00:00
..
Cap.hs add a cap file to differenciate protocol version capabilities. 2010-09-26 08:46:09 +01:00
Cipher.hs depends on cryptohash 0.6 and adapt to the new modules location. 2010-10-24 12:02:41 +01:00
Client.hs massive change on the RNG and add support for CryptoRandomGen 2010-11-04 19:05:36 +00:00
Compression.hs initial import 2010-09-09 22:47:19 +01:00
Crypto.hs Generalize key exchange and use in-house RSA. 2010-11-04 19:10:00 +00:00
MAC.hs depends on cryptohash 0.6 and adapt to the new modules location. 2010-10-24 12:02:41 +01:00
Packet.hs put the throwError inside the runGet instead of outside. 2010-11-03 23:06:04 +00:00
Receiving.hs Generalize key exchange and use in-house RSA. 2010-11-04 19:10:00 +00:00
Sending.hs Generalize key exchange and use in-house RSA. 2010-11-04 19:10:00 +00:00
Server.hs Generalize key exchange and use in-house RSA. 2010-11-04 19:10:00 +00:00
SRandom.hs massive change on the RNG and add support for CryptoRandomGen 2010-11-04 19:05:36 +00:00
State.hs properly finish SSL3 digest computation. 2010-10-06 09:07:48 +01:00
Struct.hs massive change on the RNG and add support for CryptoRandomGen 2010-11-04 19:05:36 +00:00
Util.hs add partition3 utility 2010-09-26 20:56:47 +01:00
Wire.hs use strict bytestring instead of lazy bytestring. 2010-09-26 10:34:47 +01:00