HsOpenSSL: Partial OpenSSL binding for Haskell
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]
Modules
[Index]
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| fast-bignum | Enable fast moving of bignums between OpenSSL and GMP (GHC only). | Enabled |
| 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
- HsOpenSSL-0.11.4.5.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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, 0.11.7.7, 0.11.7.8, 0.11.7.9, 0.11.7.10 (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 && <2.7), time (>=1.5 && <1.7) [details] |
| Tested with | ghc ==8.0.2, ghc ==7.10.3, ghc ==7.8.4, ghc ==7.6.3, ghc ==7.4.2, ghc ==7.2.2 |
| License | LicenseRef-PublicDomain |
| Author | Adam Langley, Mikhail Vorozhtsov, PHO, Taru Karttunen |
| Maintainer | Vladimir Shabanov <vshabanoff@gmail.com> |
| Uploaded | by VladimirShabanov at 2017-04-04T13:38:05Z |
| 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 |
| Reverse Dependencies | 72 direct, 697 indirect [details] |
| Downloads | 107554 total (331 in the last 30 days) |
| Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2017-04-04 [all 1 reports] |