7101916 blowfish-cbc/hmac_sha1 in the SSH test suite failed on T4 s11-sru
authorZdenek Kotala <Zdenek.Kotala@oracle.com>
Mon, 25 Jun 2012 03:59:40 -0500
branchs11-sru
changeset 2295 6ab181a7f415
parent 2294 957c8f463552
child 2296 aae214ddeb83
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	Sun Jun 24 06:59:24 2012 -0700
+++ b/components/openssl/openssl-1.0.0/engines/pkcs11/hw_pk11.c	Mon Jun 25 03:59:40 2012 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2012, Oracle and/or its affiliates. All rights reserved.
  */
 
 /* crypto/engine/hw_pk11.c */
@@ -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,