add a test DHE cipher.

This commit is contained in:
Vincent Hanquez 2013-12-07 15:10:53 +08:00
parent 12c32816bc
commit f916fde296

View file

@ -43,6 +43,14 @@ blockCipher = Cipher
, cipherMinVer = Nothing
}
blockCipherDHE_RSA :: Cipher
blockCipherDHE_RSA = blockCipher
{ cipherID = 0xff14
, cipherName = "dhe-rsa-id-const"
, cipherKeyExchange = CipherKeyExchange_DHE_RSA
}
streamCipher :: Cipher
streamCipher = blockCipher
{ cipherID = 0xff13
, cipherBulk = Bulk