hs-tls/debug/tls-debug.cabal
2014-03-23 06:19:45 +00:00

79 lines
2.6 KiB
Text

Name: tls-debug
Version: 0.3.2
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.5.0
, data-default-class
, crypto-pubkey
, tls >= 1.2 && < 1.3
if os(windows)
Buildable: False
else
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
-- 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.5.0
, x509
, x509-system >= 1.4
, x509-validation >= 1.5.0
, tls >= 1.2 && < 1.3
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
, data-default-class
, cprng-aes >= 0.5.0
, x509-system >= 1.0
, tls >= 1.2 && < 1.3
Buildable: True
ghc-options: -Wall -fno-warn-missing-signatures
source-repository head
type: git
location: git://github.com/vincenthz/hs-tls