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: 10 months ago
JSON representation

OpenSSL binding for Haskell

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.