17631201 Backport 17329641 to 11.2 - AES mechanisms in pkcs11 engine of OpenSSL 1.0.1 are s11-update
authorRon Jordan <ron.jordan@oracle.com>
Fri, 25 Oct 2013 15:30:16 -0700
branchs11-update
changeset 2802 bfa5de533177
parent 2801 02364d9168f2
child 2803 39768512073b
17631201 Backport 17329641 to 11.2 - AES mechanisms in pkcs11 engine of OpenSSL 1.0.1 are
components/openssl/openssl-1.0.1/engines/pkcs11/hw_pk11.c
--- a/components/openssl/openssl-1.0.1/engines/pkcs11/hw_pk11.c	Thu Oct 24 14:16:19 2013 -0700
+++ b/components/openssl/openssl-1.0.1/engines/pkcs11/hw_pk11.c	Fri Oct 25 15:30:16 2013 -0700
@@ -3909,7 +3909,7 @@
 		{
 		uint_t ui = 0;
 		(void) getisax(&ui, 1);
-		present = (ui & (AV_SPARC_AES)) > 0;
+		present = (ui & (AV_SPARC_FJAES)) > 0;
 		}
 
 	return (present);