bump certificate version

This commit is contained in:
Vincent Hanquez 2012-10-16 08:03:00 +01:00
parent 7d55744060
commit b125a04215
3 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ import Data.Time.Clock (secondsToDiffTime)
import Tests.PubKey
arbitraryDN = return []
arbitraryDN = return $ Cert.DistinguishedName []
arbitraryTime = do
year <- choose (1951, 2050)

View file

@ -42,7 +42,7 @@ Library
, bytestring
, crypto-api >= 0.5
, cryptocipher >= 0.3.0 && < 0.4.0
, certificate >= 1.2.6 && < 1.3.0
, certificate >= 1.3.0 && < 1.4.0
Exposed-modules: Network.TLS
Network.TLS.Cipher
Network.TLS.Compression
@ -93,7 +93,7 @@ executable Tests
, cryptocipher >= 0.3.0 && < 0.4.0
, cprng-aes
, cryptohash >= 0.6
, certificate >= 1.2.0 && < 1.3.0
, certificate >= 1.3.0 && < 1.4.0
, crypto-api >= 0.5
else
Buildable: False

View file

@ -32,7 +32,7 @@ Library
, vector
, crypto-api >= 0.5
, cryptocipher >= 0.3.0 && < 0.4.0
, certificate >= 1.2.0 && < 1.3.0
, certificate >= 1.3.0 && < 1.4.0
, pem >= 0.1.0 && < 0.2.0
, text >= 0.5 && < 1.0
, time