[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Andy Polyakov appro at openssl.org
Mon Mar 13 17:47:21 UTC 2017


The branch OpenSSL_1_1_0-stable has been updated
       via  7b6c15ef62b8b0e4552f586184f4e90bf07d3c23 (commit)
      from  8e4d861c81977db1a914513fc3c00474b897b13d (commit)


- Log -----------------------------------------------------------------
commit 7b6c15ef62b8b0e4552f586184f4e90bf07d3c23
Author: Andy Polyakov <appro at openssl.org>
Date:   Sun Mar 12 15:32:59 2017 +0100

    poly1305/asm/poly1305-armv8.pl: ilp32-specific poly1305_init fix.
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (cherry picked from commit a25cef89fdf40c738f7e7a456f285217dc41fd6b)

-----------------------------------------------------------------------

Summary of changes:
 crypto/poly1305/asm/poly1305-armv8.pl | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/crypto/poly1305/asm/poly1305-armv8.pl b/crypto/poly1305/asm/poly1305-armv8.pl
index 607696c..0fc8667 100755
--- a/crypto/poly1305/asm/poly1305-armv8.pl
+++ b/crypto/poly1305/asm/poly1305-armv8.pl
@@ -100,7 +100,11 @@ poly1305_init:
 	csel	$d0,$d0,$r0,eq
 	csel	$d1,$d1,$r1,eq
 
+#ifdef	__ILP32__
+	stp	w12,w13,[$len]
+#else
 	stp	$d0,$d1,[$len]
+#endif
 
 	mov	x0,#1
 .Lno_key:


More information about the openssl-commits mailing list