17329641 AES mechanisms in pkcs11 engine of OpenSSL 1.0.1 are broken on SPARC64-X
authorMisaki Miyashita <Misaki.Miyashita@Oracle.COM>
Fri, 23 Aug 2013 11:28:23 -0700
changeset 1454 eb73f5852132
parent 1453 7cd7288003bd
child 1455 74681f26bd4e
17329641 AES mechanisms in pkcs11 engine of OpenSSL 1.0.1 are broken on SPARC64-X
components/openssl/openssl-1.0.1/engines/pkcs11/hw_pk11.c
--- a/components/openssl/openssl-1.0.1/engines/pkcs11/hw_pk11.c	Fri Aug 23 10:22:29 2013 -0700
+++ b/components/openssl/openssl-1.0.1/engines/pkcs11/hw_pk11.c	Fri Aug 23 11:28:23 2013 -0700
@@ -3911,7 +3911,7 @@
 		{
 		uint_t ui = 0;
 		(void) getisax(&ui, 1);
-		present = (ui & (AV_SPARC_AES)) > 0;
+		present = (ui & (AV_SPARC_FJAES)) > 0;
 		}
 
 	return (present);