Name: secure-sockets Version: 1.2.3 Synopsis: Secure point-to-point connectivity library Description: This library simplifies the task of securely connecting two servers to each other, with strong authentication and encryption on the wire. Homepage: http://code.google.com/p/secure-hs/ License: BSD3 License-file: LICENSE Author: David Anderson Maintainer: dave@natulte.net Copyright: Google Inc. 2010 Stability: Experimental Category: Network Build-type: Simple Cabal-version: >=1.6 Library Exposed-modules: Network.Secure Other-modules: Network.Secure.Identity Network.Secure.Connection Build-depends: base ==4.*, bytestring ==0.9.*, directory >= 1, process >= 1 && < 2, HsOpenSSL >0.8 && <0.10, network ==2.*, transformers ==0.2.* ghc-prof-options: -auto-all ghc-options: -Wall -funbox-strict-fields -fwarn-tabs Source-repository head Type: hg Location: http://secure-hs.googlecode.com/hg