[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Kurt Roeckx kurt at openssl.org
Thu Feb 4 14:42:54 UTC 2016


The branch OpenSSL_1_0_2-stable has been updated
       via  093d20a8cb74e64d627fcd03532ba6b3150f1d1f (commit)
      from  5df0bde60ebf2718d5aef18c4a9fdfd230928981 (commit)


- Log -----------------------------------------------------------------
commit 093d20a8cb74e64d627fcd03532ba6b3150f1d1f
Author: Kurt Roeckx <kurt at roeckx.be>
Date:   Wed Feb 3 18:54:02 2016 +0100

    Restore xmm7 from the correct address on win64
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    
    RT: #4288, MR: #1831
    (cherry picked from commit df057ea6c8a20e4babc047689507dfafde59ffd6)

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

Summary of changes:
 crypto/modes/asm/aesni-gcm-x86_64.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/modes/asm/aesni-gcm-x86_64.pl b/crypto/modes/asm/aesni-gcm-x86_64.pl
index bd6bf72..fc7710f 100644
--- a/crypto/modes/asm/aesni-gcm-x86_64.pl
+++ b/crypto/modes/asm/aesni-gcm-x86_64.pl
@@ -489,7 +489,7 @@ $code.=<<___;
 ___
 $code.=<<___ if ($win64);
 	movaps	-0xd8(%rax),%xmm6
-	movaps	-0xd8(%rax),%xmm7
+	movaps	-0xc8(%rax),%xmm7
 	movaps	-0xb8(%rax),%xmm8
 	movaps	-0xa8(%rax),%xmm9
 	movaps	-0x98(%rax),%xmm10


More information about the openssl-commits mailing list