@hackage HsOpenSSL0.10.4
Partial OpenSSL binding for Haskell
Categories
License
LicenseRef-PublicDomain
Maintainer
PHO <pho at cielonegro dot org>
Links
Versions
Installation
Dependencies (7)
- base >=4 && <5
- bytestring
- ghc-prim
- integer-gmp <1
- network >=2.1.0.0 && <2.9
- old-locale Show all…
Dependents (79)
@hackage/crawlchain, @hackage/hurl, @hackage/http-client-streams, @hackage/tcp-streams, @hackage/mysql-haskell, @hackage/tempodb, Show all…
Package Flags
fast-bignum
(on by default)
Enable fast moving of bignums between OpenSSL and GMP (GHC Only).
HsOpenSSL is an OpenSSL binding for Haskell. It can generate RSA and DSA keys, read and write PEM files, generate message digests, sign and verify messages, encrypt and decrypt messages. It has also some capabilities of creating SSL clients and servers.
This package is in production use by a number of Haskell based
systems and stable. You may also be interested in the tls package,
http://hackage.haskell.org/package/tls, which is a pure Haskell
implementation of SSL.