7101916 blowfish-cbc/hmac_sha1 in the SSH test suite failed on T4
authorHai-May Chao <haimay.chao@oracle.com>
Tue, 08 Nov 2011 22:28:14 -0800
changeset 573 7f34894b01af
parent 572 ba52042f9ffc
child 574 565d8fefef39
7101916 blowfish-cbc/hmac_sha1 in the SSH test suite failed on T4
components/openssl/openssl-1.0.0/engines/pkcs11/hw_pk11.c
--- a/components/openssl/openssl-1.0.0/engines/pkcs11/hw_pk11.c	Tue Nov 08 10:36:32 2011 -0800
+++ b/components/openssl/openssl-1.0.0/engines/pkcs11/hw_pk11.c	Tue Nov 08 22:28:14 2011 -0800
@@ -645,7 +645,7 @@
 	{
 	NID_bf_cbc,
 	8, 16, 8,
-	EVP_CIPH_VARIABLE_LENGTH,
+	EVP_CIPH_VARIABLE_LENGTH | EVP_CIPH_CBC_MODE,
 	pk11_cipher_init,
 	pk11_cipher_do_cipher,
 	pk11_cipher_cleanup,