diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-19 02:46:37 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-19 02:46:37 +0800 |
commit | 50d689991ea3e0d6868a4b02292423545f914abd (patch) | |
tree | 9614274d706480c186c142dadb6a01dcb99c4045 /security/Makefile | |
parent | 3d9d98de7c094045219aa40aa6a3f79dcbff6cc4 (diff) | |
download | freebsd-ports-gnome-50d689991ea3e0d6868a4b02292423545f914abd.tar.gz freebsd-ports-gnome-50d689991ea3e0d6868a4b02292423545f914abd.tar.zst freebsd-ports-gnome-50d689991ea3e0d6868a4b02292423545f914abd.zip |
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 has
also some capabilities of creating SSL clients and servers.
WWW: https://github.com/phonohawk/HsOpenSSL
Obtained from: FreeBSD Haskell
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index d3c5529ba7d0..d7751c9cb732 100644 --- a/security/Makefile +++ b/security/Makefile @@ -185,6 +185,7 @@ SUBDIR += horde-jeta SUBDIR += hotssh SUBDIR += hs-Crypto + SUBDIR += hs-HsOpenSSL SUBDIR += hs-RSA SUBDIR += hs-SHA SUBDIR += hs-certificate |