hs-tls/debug/tls-debug.cabal
2013-06-03 08:10:53 +01:00

77 lines
2.6 KiB
Text

Name: tls-debug
Version: 0.2.4
Description:
A set of program to test and debug various aspect of the TLS package.
.
License: BSD3
License-file: LICENSE
Copyright: Vincent Hanquez <vincent@snarc.org>
Author: Vincent Hanquez <vincent@snarc.org>
Maintainer: Vincent Hanquez <vincent@snarc.org>
Synopsis: Set of programs for TLS testing and debugging
Build-Type: Simple
Category: Network
stability: experimental
Cabal-Version: >=1.6
Homepage: http://github.com/vincenthz/hs-tls
Executable tls-stunnel
Main-is: Stunnel.hs
Hs-Source-Dirs: src
Build-Depends: base >= 4 && < 5
, network
, bytestring
, x509-system >= 1.0
, cprng-aes >= 0.3.0
, tls >= 1.2 && < 1.3
, tls-extra >= 0.7.0 && < 0.8
Buildable: True
ghc-options: -Wall -fno-warn-missing-signatures
Executable tls-checkciphers
Main-is: CheckCiphers.hs
Hs-Source-Dirs: src
Build-Depends: base >= 4 && < 5
, network
, bytestring
, cprng-aes
, x509-system >= 1.0
, tls >= 1.2 && < 1.3
, tls-extra >= 0.7 && < 0.8
Buildable: True
ghc-options: -Wall -fno-warn-missing-signatures
Executable tls-retrievecertificate
Main-is: RetrieveCertificate.hs
Hs-Source-Dirs: src
Build-Depends: base >= 4 && < 5
, network
, bytestring
, groom
, time
, pem
, cprng-aes >= 0.3.0
, x509
, x509-system >= 1.4
, x509-validation >= 1.4
, tls >= 1.2 && < 1.3
, tls-extra >= 0.7 && < 0.8
Buildable: True
ghc-options: -Wall -fno-warn-missing-signatures
Executable tls-simpleclient
Main-is: SimpleClient.hs
Hs-Source-Dirs: src
Build-Depends: base >= 4 && < 5
, network
, bytestring
, cprng-aes >= 0.3.0
, x509-system >= 1.0
, tls >= 1.2 && < 1.3
, tls-extra >= 0.7 && < 0.8
Buildable: True
ghc-options: -Wall -fno-warn-missing-signatures
source-repository head
type: git
location: git://github.com/vincenthz/hs-tls