fix tests

This commit is contained in:
Vincent Hanquez 2011-05-12 08:16:38 +01:00
parent 7401c8c5a2
commit 893bb92cbf

View file

@ -66,7 +66,7 @@ instance Arbitrary CertificateType where
arbitrary = elements arbitrary = elements
[ CertificateType_RSA_Sign, CertificateType_DSS_Sign [ CertificateType_RSA_Sign, CertificateType_DSS_Sign
, CertificateType_RSA_Fixed_DH, CertificateType_DSS_Fixed_DH , CertificateType_RSA_Fixed_DH, CertificateType_DSS_Fixed_DH
, CertificateType_RSA_Ephemeral_dh, CertificateType_DSS_Ephemeral_dh , CertificateType_RSA_Ephemeral_DH, CertificateType_DSS_Ephemeral_DH
, CertificateType_fortezza_dms ] , CertificateType_fortezza_dms ]
-- we hardcode the pubkey for generated X509. at later stage this will be generated as well. -- we hardcode the pubkey for generated X509. at later stage this will be generated as well.