The HsOpenSSL package
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.
Please note that this project has started at the time when there were no pure-Haskell implementations of TLS. Now there is tls package (http://hackage.haskell.org/package/tls), which looks pretty saner than HsOpenSSL especially for initialisation and error handlings. So PHO (the initial author of HsOpenSSL) wants to encourage you to use and improve the tls package instead as long as possible. The only problem is that the tls package has not received as much review as OpenSSL from cryptography specialists yet, thus we can't assume it's secure enough.
Properties
| Versions | 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 |
|---|---|
| Dependencies | base (4.*), bytestring, ghc-prim, network (≥2.1.0.0), old-locale, time (≥1.1.1) |
| License | PublicDomain |
| Author | Adam Langley, Mikhail Vorozhtsov, PHO, Taru Karttunen |
| Maintainer | PHO <pho at cielonegro dot org> |
| Stability | stable |
| Category | Cryptography |
| Home page | https://github.com/phonohawk/HsOpenSSL |
| Bug tracker | https://github.com/phonohawk/HsOpenSSL/issues |
| Source repository | git clone git://github.com/phonohawk/HsOpenSSL.git |
| Upload date | Tue Aug 28 01:34:40 UTC 2012 |
| Uploaded by | MasatakeDaimon |
| Built on | ghc-7.4 |
| Distributions | NixOS: 0.10.3.3, FreeBSD: 0.10.3.3 |
Modules
Downloads
- HsOpenSSL-0.10.3.3.tar.gz (Cabal source package)
- package description (included in the package)