HsOpenSSL: Partial OpenSSL binding for Haskell

[ cryptography, library, public-domain ] [ Propose Tags ]

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.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
use-pkg-config

Use pkg-config to find OpenSSL (macOS and linux only).

Disabled
Automatic Flags
NameDescriptionDefault
fast-bignum

Enable fast moving of bignums between OpenSSL and GMP (GHC and OpenSSL version < 1.1.0 only).

Disabled
homebrew-openssl

Use Homebrew version of OpenSSL (macOS only).

Disabled
macports-openssl

Use MacPorts version of OpenSSL (macOS only).

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

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.2, 0.3, 0.3.1, 0.4, 0.4.1, 0.4.2, 0.5, 0.5.1, 0.5.2, 0.6, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.5, 0.7, 0.8, 0.8.0.1, 0.8.0.2, 0.9, 0.9.0.1, 0.10, 0.10.1, 0.10.1.1, 0.10.1.2, 0.10.1.3, 0.10.1.4, 0.10.2, 0.10.2.1, 0.10.3, 0.10.3.1, 0.10.3.2, 0.10.3.3, 0.10.3.4, 0.10.3.5, 0.10.3.6, 0.10.4, 0.10.5, 0.11, 0.11.1, 0.11.1.1, 0.11.2, 0.11.2.1, 0.11.2.2, 0.11.2.3, 0.11.2.4, 0.11.3, 0.11.3.1, 0.11.3.2, 0.11.4, 0.11.4.1, 0.11.4.2, 0.11.4.3, 0.11.4.4, 0.11.4.5, 0.11.4.6, 0.11.4.7, 0.11.4.8, 0.11.4.9, 0.11.4.10, 0.11.4.11, 0.11.4.12, 0.11.4.13, 0.11.4.14, 0.11.4.15, 0.11.4.16, 0.11.4.17, 0.11.4.18, 0.11.4.19, 0.11.4.20, 0.11.5, 0.11.5.1, 0.11.6, 0.11.6.1, 0.11.6.2, 0.11.7, 0.11.7.1, 0.11.7.2, 0.11.7.3, 0.11.7.4, 0.11.7.5, 0.11.7.6 (info)
Change log ChangeLog
Dependencies base (>=4.4 && <5), bytestring (>=0.9 && <0.11), integer-gmp (>=1.0.0 && <1.1.0), network (>=2.1 && <3.2), time (>=1.5 && <1.12) [details]
License LicenseRef-PublicDomain
Author Adam Langley, Mikhail Vorozhtsov, PHO, Taru Karttunen
Maintainer Vladimir Shabanov <dev@vshabanov.com>
Category Cryptography
Home page https://github.com/vshabanov/HsOpenSSL
Bug tracker https://github.com/vshabanov/HsOpenSSL/issues
Source repo head: git clone git://github.com/vshabanov/HsOpenSSL.git
Uploaded by VladimirShabanov at 2021-04-19T13:14:38Z
Distributions Arch:0.11.7.6, Debian:0.11.4.18, Fedora:0.11.7.6, FreeBSD:0.11.1.1, LTSHaskell:0.11.7.6, NixOS:0.11.7.6, Stackage:0.11.7.6
Reverse Dependencies 70 direct, 671 indirect [details]
Downloads 101064 total (280 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 HsOpenSSL-0.11.7

[back to package description]

HsOpenSSL

Build Status

HsOpenSSL is an (incomplete) 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 also has some capabilities of creating SSL clients and servers.