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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Simple interface to TLS secured network sockets.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.2.0, 0.2.1, 0.3, 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, data-default, exceptions, network, network-simple, tls, transformers, x509, x509-store, x509-system, x509-validation [details]
License BSD-3-Clause
Copyright Copyright (c) Renzo Carbonara 2013-2018
Author Renzo Carbonara
Maintainer renλren.zone
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 2018-05-16T09:34:33Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for network-simple-tls-0.3

[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.