[git] GCRYPT - branch, LIBGCRYPT-1-7-BRANCH, updated. libgcrypt-1.7.3-12-g15718db
by Dmitry Eremin-Solenikov
cvs at cvs.gnupg.org
Thu Nov 17 04:51:16 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, LIBGCRYPT-1-7-BRANCH has been updated
via 15718db54b2888a704b020cb1032954b443c6686 (commit)
from bf6d5b10cb4173826f47ac080506b68bb001acb2 (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 15718db54b2888a704b020cb1032954b443c6686
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.
--
Backport of master commit: 5ca63c92825453fdb369a97bbc19cb95b49b4296
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
More information about the Gnupg-commits
mailing list