[git] GCRYPT - branch, master, updated. libgcrypt-1.7.3-13-g5ca63c9

by Dmitry Eremin-Solenikov cvs at cvs.gnupg.org
Thu Nov 17 04:50:50 CET 2016


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 "The GNU crypto library".

The branch, master has been updated
       via  5ca63c92825453fdb369a97bbc19cb95b49b4296 (commit)
      from  b829dfe9f0eeff08c956ba3f3a6b559b9d2199dd (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 5ca63c92825453fdb369a97bbc19cb95b49b4296
Author: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
Date:   Wed Nov 16 23:36:01 2016 +0300

    cipher/gost28147: Fix CryptoPro-B S-BOX.
    
    * cipher/gost-s-box.c: CryptoPro_B s-box missed one line, resulting in
    incorrect encryption/decryption using that s-box.  Add missing data.
    
    Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>

diff --git a/cipher/gost-s-box.c b/cipher/gost-s-box.c
index 0094f65..7bf6041 100644
--- a/cipher/gost-s-box.c
+++ b/cipher/gost-s-box.c
@@ -132,6 +132,7 @@ struct gost_sbox
       0xA, 0x3, 0x8, 0xC, 0x0, 0x7, 0xD, 0x9,
       0xC, 0xF, 0xF, 0xF, 0xD, 0xF, 0x0, 0x6,
 
+      0xD, 0xB, 0x3, 0x4, 0x6, 0xA, 0x6, 0xF,
       0x6, 0x8, 0x6, 0xE, 0x8, 0x0, 0xF, 0xD,
       0x7, 0x6, 0x1, 0x9, 0xE, 0x9, 0x8, 0x5,
       0xF, 0xE, 0x4, 0x8, 0x3, 0x5, 0xE, 0xC,

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

Summary of changes:
 cipher/gost-s-box.c | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
The GNU crypto library
http://git.gnupg.org


_______________________________________________
Gnupg-commits mailing list
Gnupg-commits at gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-commits




More information about the Gcrypt-devel mailing list