gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_3_0_4-27-g3a5d305


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_4-27-g3a5d305
Date: Mon, 24 Oct 2011 14:08:14 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=3a5d30579702fb6172479aa849407c73b55878de

The branch, master has been updated
       via  3a5d30579702fb6172479aa849407c73b55878de (commit)
      from  bd837126e972c5d5e165fa8a181e54abd5d84604 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3a5d30579702fb6172479aa849407c73b55878de
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Mon Oct 24 16:09:11 2011 +0200

    Corrected PHE-partial test.

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

Summary of changes:
 lib/accelerated/x86/aes-padlock.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/accelerated/x86/aes-padlock.c 
b/lib/accelerated/x86/aes-padlock.c
index 5069c20..881eb75 100644
--- a/lib/accelerated/x86/aes-padlock.c
+++ b/lib/accelerated/x86/aes-padlock.c
@@ -199,12 +199,12 @@ check_phe_partial (void)
   uint32_t iv[5] = { 0x67452301UL, 0xEFCDAB89UL,
        0x98BADCFEUL, 0x10325476UL, 0xC3D2E1F0UL };
 
-  padlock_sha1_oneshot (iv, text, sizeof(text)-1);
-  padlock_sha1_oneshot (iv, text, sizeof(text)-1);
+  padlock_sha1_blocks (iv, text, sizeof(text)-1);
+  padlock_sha1_blocks (iv, text, sizeof(text)-1);
 
-  if (iv[0] == 0xdccd6d7eUL && iv[1] == 0xe09319bbUL &&
-      iv[2] == 0x3a23a450UL && iv[3] == 0x4aa6c66cUL &&
-      iv[4] == 0x86715f12UL)
+  if (iv[0] == 0x9096E2D8UL && iv[1] == 0xA33074EEUL &&
+      iv[2] == 0xCDBEE447UL && iv[3] == 0xEC7979D2UL &&
+      iv[4] == 0x9D3FF5CFUL)
       return 1;
   else
     return 0;


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]