summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Collapse)AuthorFilesLines
2016-03-18Register DCO for Vitezslav Cizek.Werner Koch1-0/+3
-- Signed-off-by: Werner Koch <wk@gnupg.org>
2015-07-23Register DCO for Peter Wu.Werner Koch1-0/+3
--
2015-04-12Add git url to AUTHORSWerner Koch1-1/+3
--
2014-10-09Register DCO for Markus TeichWerner Koch1-0/+3
--
2014-10-08doc: Fix a configure option name.Werner Koch1-1/+1
--
2014-09-01Add DCO entries for Andrei Scherer and Stefan Mueller.Werner Koch1-0/+6
--
2014-01-14Add DCO entry for Milan Broz.Werner Koch1-0/+3
--
2013-12-13Update license informationWerner Koch1-3/+31
* LICENSES: New. * Makefile.am (EXTRA_DIST): Add LICENSES. * AUTHORS: Add list of copyright holders. * README: Reference AUTHORS. Signed-off-by: Werner Koch <wk@gnupg.org>
2013-11-09cipher/gost28147: optimization: use precomputed S-box tablesSergey V1-0/+3
* cipher/gost.h (GOST28147_context): Remove unneeded subst and subst_set members. * cipher/gost28147.c (max): Remove unneeded macro. (test_sbox): Replace with new precomputed tables. (gost_set_subst): Remove function. (gost_val): Use new S-box tables. (gost_encrypt_block, gost_decrypt_block): Tweak to use new ctx and S-box tables. -- Use generated 8->8 S-boxes with precomputed bitwise shifts and bitwise rotations. So in the round function gost_val() we no need to do this operations. Before this patch: GOST28147 | nanosecs/byte mebibytes/sec cycles/byte ECB enc | 24.00 ns/B 39.74 MiB/s - c/B ECB dec | 26.41 ns/B 36.11 MiB/s - c/B CBC enc | 24.57 ns/B 38.81 MiB/s - c/B CBC dec | 26.58 ns/B 35.88 MiB/s - c/B CFB enc | 24.79 ns/B 38.46 MiB/s - c/B CFB dec | 24.72 ns/B 38.57 MiB/s - c/B OFB enc | 24.38 ns/B 39.12 MiB/s - c/B OFB dec | 24.35 ns/B 39.16 MiB/s - c/B CTR enc | 24.83 ns/B 38.41 MiB/s - c/B CTR dec | 25.27 ns/B 37.73 MiB/s - c/B After: GOST28147 | nanosecs/byte mebibytes/sec cycles/byte ECB enc | 16.29 ns/B 58.55 MiB/s - c/B ECB dec | 16.30 ns/B 58.50 MiB/s - c/B CBC enc | 16.94 ns/B 56.29 MiB/s - c/B CBC dec | 16.81 ns/B 56.72 MiB/s - c/B CFB enc | 17.13 ns/B 55.66 MiB/s - c/B CFB dec | 16.84 ns/B 56.63 MiB/s - c/B OFB enc | 16.69 ns/B 57.13 MiB/s - c/B OFB dec | 16.71 ns/B 57.08 MiB/s - c/B CTR enc | 17.01 ns/B 56.06 MiB/s - c/B CTR dec | 17.05 ns/B 55.93 MiB/s - c/B Signed-off-by: Sergey V <sftp.mtuci@gmail.com>
2013-07-18Update AUTHORS with info on Salsa20.Werner Koch1-2/+2
--
2013-07-15Register DCO for Dmitry Kasatkin.Werner Koch1-0/+3
--
2013-05-22Register a DCO.Werner Koch1-0/+3
--
2013-04-18Fix alignment problem in serpent.c.Vladimir Serbinenko1-0/+5
* cipher/serpent.c (serpent_key_prepare): Fix misaligned access. (serpent_setkey): Likewise. (serpent_encrypt_internal): Likewise. (serpent_decrypt_internal): Likewise. (serpent_encrypt): Don't put an alignment-increasing cast. (serpent_decrypt): Likewise. (serpent_test): Likewise. -- This is a port of the fix for the Libgcrypt code in GRUB: http://bzr.savannah.gnu.org/lh/grub/trunk/grub/revision/3685 GRUB is FSF copyrighted and thus we can use this code without a DCO. Note that the above fix was not correct and failed the selftests, thus I fixed this fix. GnuPG-bug-id: 1384 Signed-off-by: Werner Koch <wk@gnupg.org> (cherry picked from commit 8eab66ad6852ec985bfb1e7fec35981d5e31148a)
2013-04-05Clarify DCO for Werner KochWerner Koch1-1/+1
-- All work on Libgcrypt done by Werner Koch is work made for hire by his company. Added as a mail style comment to the signed-off-by address.
2013-03-22Add DCO by Christian GrothoffWerner Koch1-7/+21
--
2013-03-07Add Christian to the list of authors.Werner Koch1-0/+1
--
2012-12-18doc: Add Dmitry to AUTHORSWerner Koch1-0/+1
--
2012-12-05Update AUTHORS file.Werner Koch1-5/+8
--
2012-11-21Add Jussi Kivilinna to the AUTHORS.Werner Koch1-0/+1
--
2012-04-25Add authors with a DCO to AUTHORS.Werner Koch1-2/+9
--
2012-02-16Update NEWS and AUTHORS.Werner Koch1-1/+6
--
2011-06-29Prepare for the 1.5.0 release.Werner Koch1-1/+1
2011-02-04Nuked almost all trailing whitespace.Werner Koch1-3/+1
Check and install the standard git pre-commit hook.
2011-01-20Revert version number to 1.5.0.Werner Koch1-2/+6
Update AUTHORS and NEWS.
2009-05-26Fix reading of a zero MPIs.Werner Koch1-1/+2
2009-01-22PreparingWerner Koch1-2/+3
2008-10-02Add CAVS test.Werner Koch1-0/+5
Various minor fixes. Sigbus fixes for AES.
2008-09-08doc cleanupsWerner Koch1-1/+1
2008-08-04Clarify license entry.Werner Koch1-1/+2
Small indentation change.
2008-04-25Preparing the releaseWerner Koch1-1/+2
2007-05-02More info from GCRYCTL_PRINT_CONFIG.Werner Koch1-3/+10
Put Camellia symbols into our namespace.
2007-03-28Rewrote the ECDSA implementation.Werner Koch1-3/+3
2007-03-22Experimental support for ECDSA.Werner Koch1-1/+3
This is not ready but the key generation and the self-test works.
2007-03-13Add support for ADM64. From Werner Dittmann.Werner Koch1-0/+5
Cosmetic changes.
2006-10-17Various minor changes.Werner Koch1-3/+3
Support for DSA2.
2006-08-29Added SEED cipherWerner Koch1-1/+6
2006-03-10Applied pacthes from Brad Hards.Werner Koch1-1/+2
Note, that the HMAC tests for SHA-384 and SHA-512 are failing.
2006-03-07Applied OFB mode patch by Brad HarrisWerner Koch1-4/+9
2005-04-22added new author with CAWerner Koch1-0/+7
2004-02-13Added support for a 40 bit RFC2268 cipher. Thanks to Nikos.Werner Koch1-0/+4
2003-07-30(Maintainer): Assigned Moritz as Maintainer.Werner Koch1-4/+4
2003-04-172003-04-17 Moritz Schulte <moritz@g10code.com>Moritz Schulte1-1/+3
* AUTHORS: Updated.
2003-03-31Updated.Moritz Schulte1-2/+2
2003-03-242003-03-24 Moritz Schulte <moritz@g10code.com>Moritz Schulte1-2/+2
* NEWS: Mention new CBC_MAC flag. * AUTHORS (Maintainer): Update entry for Simon Josefsson.
2003-01-21* README (Configure options): New.Werner Koch1-1/+2
* configure.ac (have_ld_version_script): New option --enable-ld-version-script.
2002-12-21* configure.ac (LIBGCRYPT_LT_CURRENT: Bumbed to 6/5/0 due to a newWerner Koch1-7/+8
interface
2002-11-10* configure.ac (MODULES_IN_CIPHER): Add md4.c. By Simon Josefsson.Werner Koch1-0/+6
2002-09-17* configure.ac: Check for Pth and Pthreads.Werner Koch1-0/+6
2002-05-14Change the license to the LGPL.Werner Koch1-4/+10
2002-05-02* jnlib/: Removed.Werner Koch1-3/+6
* Makefile.am (SUBDIRS): Removed jnlib. * configure.ac (jnlib/Makefile): Removed. * configure.ac: Define _REENTRANT.