Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haskell-cryptography/hsopenssl
OpenSSL binding for Haskell
https://github.com/haskell-cryptography/hsopenssl
cryptography haskell openssl
Last synced: about 13 hours 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-02T02:16:56.000Z (15 days ago)
- Last Synced: 2025-01-15T04:02:54.962Z (2 days ago)
- Topics: cryptography, haskell, openssl
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/HsOpenSSL
- Size: 813 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
==========[![Build Status](https://travis-ci.org/vshabanov/HsOpenSSL.svg?branch=master)](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.