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.


Keywords
library, public-domain, Propose Tags, http://hackage.haskell.org/package/tls, Skip to Readme, Index, Quick Jump, OpenSSL, OpenSSL.BN, OpenSSL.Cipher, OpenSSL.DER, OpenSSL.DH, OpenSSL.DSA, OpenSSL.EVP.Base64, OpenSSL.EVP.Cipher, OpenSSL.EVP.Digest, OpenSSL.EVP.Internal, OpenSSL.EVP.Open, OpenSSL.EVP.PKey, OpenSSL.EVP.Seal, OpenSSL.EVP.Sign, OpenSSL.EVP.Verify, OpenSSL.PEM, OpenSSL.PKCS7, OpenSSL.RSA, OpenSSL.Random, OpenSSL.Session, OpenSSL.X509, OpenSSL.X509.Request, OpenSSL.X509.Revocation, OpenSSL.X509.Store, More info, HsOpenSSL-0.11.7.6.tar.gz, browse, Package description, revised, metadata revisions, Package maintainers, MasatakeDaimon, VladimirShabanov, edit package information , cryptography, haskell
License
Other
Install
cabal install HsOpenSSL-0.11.7.6

Documentation

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.