network-simple-tls: Simple interface to TLS secured network sockets.

[ bsd3, library, network ] [ Propose Tags ]

Simple interface to TLS secured network sockets.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.2.0, 0.2.1, 0.3, 0.3.1, 0.3.2, 0.4, 0.4.1, 0.4.2
Change log changelog.md
Dependencies base (>=4.5 && <5.0), bytestring (>=0.9.2.1 && <0.11), certificate (>=1.3 && <1.4), cprng-aes (>=0.3 && <0.6), exceptions (>=0.3 && <0.4), network (>=2.3 && <2.5), network-simple (>=0.3 && <0.4), tls (>=1.1.4 && <1.2), tls-extra (>=0.6.5 && <0.7), transformers (>=0.2 && <0.4) [details]
License BSD-3-Clause
Copyright Copyright (c) Renzo Carbonara 2013
Author Renzo Carbonara
Maintainer renzocarbonaraλgmail.com
Category Network
Home page https://github.com/k0001/network-simple-tls
Bug tracker https://github.com/k0001/network-simple-tls/issues
Source repo head: git clone git://github.com/k0001/network-simple-tls.git
Uploaded by RenzoCarbonara at 2014-03-09T15:39:16Z
Distributions NixOS:0.4.2, Stackage:0.4.2
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 6361 total (39 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for network-simple-tls-0.2.1

[back to package description]

network-simple-tls

Build Status

Haskell library simplifying the useage of TLS secured network connections. Currently, only TCP sockets are supported. This package aims to be similar and compatible with the network-simple package.

Check the source or rendered Haddocks for extensive documentation.

This code is licensed under the terms of the so called 3-clause BSD license. Read the file named LICENSE found in this same directory for details.

See the PEOPLE file to learn about the people involved in this effort.