Name: HsOpenSSL Synopsis: (Part of) OpenSSL binding for Haskell Description: HsOpenSSL is a (part of) OpenSSL binding for Haskell. It can generate RSA keys, read and write PEM files, generate message digests, sign and verify messages, encrypt and decrypt messages. Version: 0.1 x-revision: 1 License: PublicDomain License-File: COPYING Author: PHO Maintainer: PHO Stability: experimental Homepage: http://ccm.sherry.jp/HsOpenSSL/ Category: Cryptography Tested-With: GHC == 6.6.1 Build-Depends: base < 4.3, time Exposed-Modules: OpenSSL OpenSSL.ASN1 OpenSSL.BIO OpenSSL.BN OpenSSL.ERR OpenSSL.EVP.Base64 OpenSSL.EVP.Cipher OpenSSL.EVP.Digest OpenSSL.EVP.Open OpenSSL.EVP.PKey OpenSSL.EVP.Seal OpenSSL.EVP.Sign OpenSSL.EVP.Verify OpenSSL.Objects OpenSSL.PEM OpenSSL.PKCS7 OpenSSL.RSA OpenSSL.SSL OpenSSL.Stack OpenSSL.Utils OpenSSL.X509 OpenSSL.X509.Revocation OpenSSL.X509.Name OpenSSL.X509.Request OpenSSL.X509.Store Extensions: ForeignFunctionInterface ghc-options: -fglasgow-exts -O2 -fwarn-unused-imports C-Sources: cbits/HsOpenSSL.c Include-Dirs: cbits Install-Includes: HsOpenSSL.h Extra-Source-Files: HsOpenSSL.buildinfo.in cbits/HsOpenSSL.h configure configure.ac examples/Makefile examples/GenRSAKey.hs examples/HelloWorld.hs examples/PKCS7.hs