- Update to 0.10.3.1
Obtained from: FreeBSD Haskell
This commit is contained in:
parent
fec048fb21
commit
c6044ea725
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298256
3 changed files with 13 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= HsOpenSSL
|
||||
PORTVERSION= 0.10.1.2
|
||||
PORTVERSION= 0.10.3.1
|
||||
CATEGORIES= security haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
|
@ -15,6 +15,7 @@ COMMENT= (Incomplete) OpenSSL binding for Haskell
|
|||
FILE_LICENSE= COPYING
|
||||
|
||||
CABAL_SETUP= Setup.hs
|
||||
|
||||
USE_CABAL= network>=2.1.0.0
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (cabal/HsOpenSSL-0.10.1.2.tar.gz) = b0570ea5d95ab54887def3c9ae0d8874eb2f51c187f7bb15eed2e844ceb05259
|
||||
SIZE (cabal/HsOpenSSL-0.10.1.2.tar.gz) = 60942
|
||||
SHA256 (cabal/HsOpenSSL-0.10.3.1.tar.gz) = fe02d6c703a528f0f8d8ff9748709ed07ab87560263dc4c8731585bea2aa3436
|
||||
SIZE (cabal/HsOpenSSL-0.10.3.1.tar.gz) = 62667
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
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.
|
||||
HsOpenSSL is an 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. Please note that this
|
||||
project has started at the time when there were no pure-Haskell
|
||||
implementations of TLS. Now there is tls package, which looks pretty
|
||||
saner than HsOpenSSL especially for initialisation and error handlings.
|
||||
So PHO (the initial author of HsOpenSSL) highly encourages you to use
|
||||
and improve the tls package instead as long as possible.
|
||||
|
||||
WWW: https://github.com/phonohawk/HsOpenSSL
|
||||
|
|
Loading…
Reference in a new issue