HsOpenSSL

Partial OpenSSL binding for Haskell

https://github.com/phonohawk/HsOpenSSL

Version on this page:0.11.1.1@rev:1
LTS Haskell 22.26:0.11.7.7
Stackage Nightly 2024-06-17:0.11.7.7
Latest on Hackage:0.11.7.7

See all snapshots HsOpenSSL appears in

LicenseRef-PublicDomain licensed by Adam Langley, Mikhail Vorozhtsov, PHO, Taru Karttunen
Maintained by PHO <pho at cielonegro dot org>
This version can be pinned in stack with:HsOpenSSL-0.11.1.1@sha256:be351c277db7ddbc2ece8fb2d10b8f1f686b91000a552dd9d8155b79f8db9a5f,4807
Used by 3 packages in nightly-2015-07-13(full list with versions):
======
README
======

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.