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]

Flags

Automatic Flags
NameDescriptionDefault
examples

Build examples

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

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
Dependencies base (>=4.5 && <5.0), bytestring (>=0.9.2.1 && <0.11), certificate (>=1.3 && <1.4), crypto-random-api (>=0.2 && <0.3), network (>=2.3 && <2.5), network-simple (>=0.2 && <0.3), network-simple-tls, tls (>=1.1 && <1.2), tls-extra (>=0.6 && <0.7) [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 2013-06-10T20:17:24Z
Distributions NixOS:0.4.2, Stackage:0.4.2
Reverse Dependencies 3 direct, 0 indirect [details]
Executables network-simple-tls-example-echo, network-simple-tls-example-https-client
Downloads 6397 total (37 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for network-simple-tls-0.1.0.1

[back to package description]

network-simple-tls

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.