summaryrefslogtreecommitdiff
path: root/THANKS
AgeCommit message (Collapse)AuthorFilesLines
2013-09-16Fix bug in _gcry_mpi_tdiv_q_2exp.Werner Koch1-0/+1
* mpi/mpi-internal.h (MPN_COPY_INCR): Make it work. -- This bug has been with us since the version 0.0.0 of GnuPG. Fortunately it only affects an optimized code path which is rarely used in practice: If the shift size matches the size of a limb (i.e.. 32 or 64); this is is_prime in primegen.c. Over there the Rabin-Miller test may fail with a probability of 2^-31 (that is if the to be tested prime - 1 has the low 32 bits cleared). In practice the probability is even much less because we first do a Fermat test on the randomly generated candidates which sorts out the majority of composite numbers. The bug in MPN_COPY_INCR was found by Sven Bjorn. Signed-off-by: Werner Koch <wk@gnupg.org>
2013-04-18cipher: Fix regression in Padlock support.Werner Koch1-0/+1
* cipher/rijndael.c (do_setkey): Remove dummy padlock key generation case and use the standard one. -- This is really a brown paper bag bug. I should have been able to fix it by a bit of code staring or bi-secting it myself. Instead Rafaël Carré did this and with the donation of a VIA nano board from Stefan Krüger. Thanks to both of you. (regression since commit b825c5db17292988d261fefdc83cbc43d97d4b02) Signed-off-by: Werner Koch <wk@gnupg.org> (cherry picked from commit f1f016855418aae561ede4472590d45a24ab4476)
2011-06-29Prepare for the 1.5.0 release.Werner Koch1-3/+3
2010-03-15Help not to edit a generated buffer.Werner Koch1-0/+1
2010-01-21Add an identifier for ECDH.Werner Koch1-1/+1
Fixed some NEWS entries. Updated copyright lines.
2009-11-29Fix detection of cpuid statement.Werner Koch1-0/+1
2009-07-02Minor bug fixes.Werner Koch1-0/+2
2009-02-22Doc fixesWerner Koch1-0/+1
2009-02-16Portability fixes.Werner Koch1-1/+3
2009-01-22PreparingWerner Koch1-0/+1
2009-01-22DSA Tweak for the CAVS test scriptWerner Koch1-0/+1
2008-06-24Fixed memory leak inthe ac functions.Werner Koch1-0/+1
2008-01-08Manual and comment fixes.Werner Koch1-0/+1
Fixed a entropy wasting bug.
2007-11-13Fixed malloc attribute detetection.Werner Koch1-0/+1
2007-07-26Fixed symbol prefix detection.Werner Koch1-0/+1
Typo fixes.
2007-02-22Fixed bug#596 adn minor cleanupsWerner Koch1-0/+1
2007-02-20New configure option --disable-endian-check.Werner Koch1-0/+1
2006-12-18* rndlinux.c (set_cloexec_flag): New.Werner Koch1-0/+4
(open_device): Set close-on-exit flags. Suggested by Max Kellermann. Fixes Debian#403613. Cleaned up last Makefile changes.
2006-10-17Various minor changes.Werner Koch1-0/+1
Support for DSA2.
2006-07-26Collected changes - see ChangeLogsWerner Koch1-0/+1
2005-12-08Assorted changedsWerner Koch1-0/+1
2005-06-10Move detection of basic stuff to the top. ForWerner Koch1-0/+1
example we need to know whether gcc is used before testing for it. Reported by Ralf Fassel.
2005-03-22Forgot to commit this (updated).Moritz Schulte1-0/+1
2005-02-22See ChangeLogsWerner Koch1-6/+7
2004-08-092004-08-09 Moritz Schulte <moritz@g10code.com>Moritz Schulte1-0/+1
* THANKS: Updated.
2004-07-16(do_encrypt): Fix alignment problem. Bugs found byWerner Koch1-0/+1
Matthias Urlichs. (do_decrypt): Ditto. (keySched, keySched2): Use 2 macros along with unions in the key schedule context.
2004-07-042004-07-04 Moritz Schulte <moritz@g10code.com>Moritz Schulte1-0/+1
* THANKS: Updated.
2004-05-062004-05-07 Moritz Schulte <moritz@g10code.de>Moritz Schulte1-0/+1
* THANKS: Updated.
2004-01-252004-01-25 Moritz Schulte <mo@g10code.com>Moritz Schulte1-0/+2
* THANKS: Updated.
2003-12-22(is_prime): Release A2.Werner Koch1-0/+1
2003-12-19Bumbed LT version to C10/A3/R1.Werner Koch1-0/+1
2003-10-21(_gcry_secmem_dump_stats): Fixed format sepcifier for aWerner Koch1-0/+1
size_t. Reported by Stephane Corthesy.
2003-07-30(Maintainer): Assigned Moritz as Maintainer.Werner Koch1-1/+1
2003-07-302003-07-30 Moritz Schulte <moritz@g10code.com>Moritz Schulte1-0/+1
* NEWS: Include much more complete list of `Interface changes relative to the 1.1.12 release'.
2003-07-23Moved mail address of a bug reporter from ChangeLog to THANKS forWerner Koch1-0/+1
anti-spam reasons and easier maintenance of changed addresses.
2003-07-18* md.c (gcry_md_hash_buffer): Convert ERR to gpg_error_t inWerner Koch1-1/+1
gpg_strerror. Solved a few conflicts.
2003-03-19MergedWerner Koch1-0/+1
2002-08-14* gcrypt.h: Add GCRY_CIPGER_DES. Included string.h for size_t.Werner Koch1-0/+1
Suggested by Simon Josefsson. * gcrypt.texi: Typo fixes. * des.c (do_des_setkey,do_des_encrypt, do_des_decrypt): New. (_gcry_des_get_info): Support plain old DES. * cipher.c (setup_cipher_table): Put DES into the table.
2002-07-25* rndunix.c (_gcry_rndunix_constructor): Prefixed with _gcry_.Werner Koch1-0/+1
Noted by Stephan Austermuehle.
2002-06-12* hppa1.1/udiv-qrnnd.S: Changes for PIC by Randolph Chung.Werner Koch1-0/+2
* rsa.c (generate): Use e = 65537 for now.
2002-05-14Change the license to the LGPL.Werner Koch1-0/+9
2002-02-18* configure.ac (MPI_EXTRA_ASM_OBJS): Use .lo suffix.Werner Koch1-0/+1
(AC_CANONICAL_TARGET): Added.
2001-12-12* cipher.c: Added OIDs for AES.Werner Koch1-0/+1
(gcry_cipher_mode_from_oid): New. (gcry_cipher_map_name): Moved OID search code to .. (search_oid): .. new function.
2001-11-15Changes mainly to fix automake problemsWerner Koch1-2/+4
2001-08-03Applied changes from GnuPG stable.Werner Koch1-0/+2
Add a first tes program
2001-05-31The first libgcrypt only release.Werner Koch1-9/+4
1999-12-08See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner KochWerner Koch1-2/+2
1999-10-28See ChangeLog: Thu Oct 28 16:17:46 CEST 1999 Werner KochWerner Koch1-1/+1
1999-10-26See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner KochWerner Koch1-98/+101
1999-09-15See ChangeLog: Wed Sep 15 17:57:13 CEST 1999 Werner KochWerner Koch1-0/+1