summaryrefslogtreecommitdiff
path: root/THANKS
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in _gcry_mpi_tdiv_q_2exp.Werner Koch2013-09-161-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>
* cipher: Fix regression in Padlock support.Werner Koch2013-04-181-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)
* Prepare for the 1.5.0 release.libgcrypt-1.5.0Werner Koch2011-06-291-3/+3
|
* Help not to edit a generated buffer.Werner Koch2010-03-151-0/+1
|
* Add an identifier for ECDH.Werner Koch2010-01-211-1/+1
| | | | | | Fixed some NEWS entries. Updated copyright lines.
* Fix detection of cpuid statement.Werner Koch2009-11-291-0/+1
|
* Minor bug fixes.Werner Koch2009-07-021-0/+2
|
* Doc fixesWerner Koch2009-02-221-0/+1
|
* Portability fixes.Werner Koch2009-02-161-1/+3
|
* Preparinglibgcrypt-1.4.4Werner Koch2009-01-221-0/+1
|
* DSA Tweak for the CAVS test scriptWerner Koch2009-01-221-0/+1
|
* Fixed memory leak inthe ac functions.Werner Koch2008-06-241-0/+1
|
* Manual and comment fixes.Werner Koch2008-01-081-0/+1
| | | | | Fixed a entropy wasting bug.
* Fixed malloc attribute detetection.Werner Koch2007-11-131-0/+1
|
* Fixed symbol prefix detection.Werner Koch2007-07-261-0/+1
| | | | | Typo fixes.
* Fixed bug#596 adn minor cleanupsWerner Koch2007-02-221-0/+1
|
* New configure option --disable-endian-check.Werner Koch2007-02-201-0/+1
|
* * rndlinux.c (set_cloexec_flag): New.Werner Koch2006-12-181-0/+4
| | | | | | | | (open_device): Set close-on-exit flags. Suggested by Max Kellermann. Fixes Debian#403613. Cleaned up last Makefile changes.
* Various minor changes.Werner Koch2006-10-171-0/+1
| | | | | Support for DSA2.
* Collected changes - see ChangeLogsWerner Koch2006-07-261-0/+1
|
* Assorted changedsWerner Koch2005-12-081-0/+1
|
* Move detection of basic stuff to the top. ForWerner Koch2005-06-101-0/+1
| | | | | | example we need to know whether gcc is used before testing for it. Reported by Ralf Fassel.
* Forgot to commit this (updated).Moritz Schulte2005-03-221-0/+1
|
* See ChangeLogsWerner Koch2005-02-221-6/+7
|
* 2004-08-09 Moritz Schulte <moritz@g10code.com>Moritz Schulte2004-08-091-0/+1
| | | | | * THANKS: Updated.
* (do_encrypt): Fix alignment problem. Bugs found byWerner Koch2004-07-161-0/+1
| | | | | | | | Matthias Urlichs. (do_decrypt): Ditto. (keySched, keySched2): Use 2 macros along with unions in the key schedule context.
* 2004-07-04 Moritz Schulte <moritz@g10code.com>Moritz Schulte2004-07-041-0/+1
| | | | | * THANKS: Updated.
* 2004-05-07 Moritz Schulte <moritz@g10code.de>Moritz Schulte2004-05-061-0/+1
| | | | | * THANKS: Updated.
* 2004-01-25 Moritz Schulte <mo@g10code.com>Moritz Schulte2004-01-251-0/+2
| | | | | * THANKS: Updated.
* (is_prime): Release A2.Werner Koch2003-12-221-0/+1
|
* Bumbed LT version to C10/A3/R1.Werner Koch2003-12-191-0/+1
|
* (_gcry_secmem_dump_stats): Fixed format sepcifier for aWerner Koch2003-10-211-0/+1
| | | | | size_t. Reported by Stephane Corthesy.
* (Maintainer): Assigned Moritz as Maintainer.Werner Koch2003-07-301-1/+1
|
* 2003-07-30 Moritz Schulte <moritz@g10code.com>Moritz Schulte2003-07-301-0/+1
| | | | | | * NEWS: Include much more complete list of `Interface changes relative to the 1.1.12 release'.
* Moved mail address of a bug reporter from ChangeLog to THANKS forWerner Koch2003-07-231-0/+1
| | | | | anti-spam reasons and easier maintenance of changed addresses.
* * md.c (gcry_md_hash_buffer): Convert ERR to gpg_error_t inWerner Koch2003-07-181-1/+1
| | | | | | gpg_strerror. Solved a few conflicts.
* MergedWerner Koch2003-03-191-0/+1
|
* * gcrypt.h: Add GCRY_CIPGER_DES. Included string.h for size_t.Werner Koch2002-08-141-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.
* * rndunix.c (_gcry_rndunix_constructor): Prefixed with _gcry_.Werner Koch2002-07-251-0/+1
| | | | | Noted by Stephan Austermuehle.
* * hppa1.1/udiv-qrnnd.S: Changes for PIC by Randolph Chung.Werner Koch2002-06-121-0/+2
| | | | | * rsa.c (generate): Use e = 65537 for now.
* Change the license to the LGPL.now-less-freedom-protectedWerner Koch2002-05-141-0/+9
|
* * configure.ac (MPI_EXTRA_ASM_OBJS): Use .lo suffix.Werner Koch2002-02-181-0/+1
| | | | | (AC_CANONICAL_TARGET): Added.
* * cipher.c: Added OIDs for AES.Werner Koch2001-12-121-0/+1
| | | | | | | (gcry_cipher_mode_from_oid): New. (gcry_cipher_map_name): Moved OID search code to .. (search_oid): .. new function.
* Changes mainly to fix automake problemsWerner Koch2001-11-151-2/+4
|
* Applied changes from GnuPG stable.Werner Koch2001-08-031-0/+2
| | | | | Add a first tes program
* The first libgcrypt only release.V1-1-3Werner Koch2001-05-311-9/+4
|
* See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner KochWerner Koch1999-12-081-2/+2
|
* See ChangeLog: Thu Oct 28 16:17:46 CEST 1999 Werner KochWerner Koch1999-10-281-1/+1
|
* See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner KochWerner Koch1999-10-261-98/+101
|
* See ChangeLog: Wed Sep 15 17:57:13 CEST 1999 Werner KochWerner Koch1999-09-151-0/+1
|