summaryrefslogtreecommitdiff
path: root/mpi/mpi-scan.c
AgeCommit message (Collapse)AuthorFilesLines
2013-10-23mpi: Fix scanning of negative SSH formats and add more tests.Werner Koch1-66/+66
* mpi/mpicoder.c (gcry_mpi_scan): Fix sign setting for SSH format. * tests/t-convert.c (negative_zero): Test all formats. (check_formats): Add tests for PGP and scan tests for SSH and USG. * src/gcrypt.h.in (mpi_is_neg): Fix macro. * mpi/mpi-scan.c (_gcry_mpi_getbyte, _gcry_mpi_putbyte): Comment out these unused functions. Signed-off-by: Werner Koch <wk@gnupg.org>
2011-02-04Nuked almost all trailing whitespace.Werner Koch1-2/+0
Check and install the standard git pre-commit hook.
2003-06-172003-06-16 Moritz Schulte <moritz@g10code.com>Moritz Schulte1-4/+4
* mpi-add.c: Replace last occurences of old type names with newer names (i.e. replace MPI with gcry_mpi_t). * mpi-bit.c: Likewise. * mpi-cmp.c: Likewise. * mpi-div.c: Likewise. * mpi-gcd.c: Likewise. * mpi-internal.h: Likewise. * mpi-inv.c: Likewise. * mpi-mpow.c: Likewise. * mpi-mul.c: Likewise. * mpi-pow.c: Likewise. * mpi-scan.c: Likewise. * mpicoder.c: Likewise. * mpiutil.c: Likewise.
2002-05-14Change the license to the LGPL.Werner Koch1-7/+7
2001-05-31The first libgcrypt only release.Werner Koch1-4/+4
2000-12-21Changed program name in all filesWerner Koch1-3/+3
1999-02-16See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner KochWerner Koch1-5/+5
1998-12-23See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner KochWerner Koch1-3/+3
1998-02-24Renamed to GNUPGWerner Koch1-4/+4
1998-02-03Fixed a few bugsWerner Koch1-6/+24
1997-11-27Improved prime number testWerner Koch1-0/+26
1997-11-18initially checkinWerner Koch1-0/+88