https://github.com/haskell-cryptography/hsopenssl
OpenSSL binding for Haskell
https://github.com/haskell-cryptography/hsopenssl
cryptography haskell openssl
Last synced: about 1 year ago
JSON representation
OpenSSL binding for Haskell
- Host: GitHub
- URL: https://github.com/haskell-cryptography/hsopenssl
- Owner: haskell-cryptography
- License: cc0-1.0
- Created: 2015-05-27T23:19:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T08:24:44.000Z (over 1 year ago)
- Last Synced: 2025-03-31T13:53:57.574Z (about 1 year ago)
- Topics: cryptography, haskell, openssl
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/HsOpenSSL
- Size: 751 KB
- Stars: 24
- Watchers: 4
- Forks: 33
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
HsOpenSSL
==========
[](https://travis-ci.org/vshabanov/HsOpenSSL)
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.