summaryrefslogtreecommitdiff
path: root/mpi/i386
AgeCommit message (Collapse)AuthorFilesLines
2015-01-06Remove the old Manifest filesWerner Koch2-29/+0
-- The Manifest file have been part of an experiment a long time ago to implement source level integrity. I is not maintained for more than a decade and with the advent of git this is superfluous anyway.
2003-12-19Added Manifest files.Werner Koch2-0/+29
2003-10-31* acinclude.m4 (AC_CHECK_PTH): Added.Werner Koch2-2/+2
* configure.ac: Use it here instead of the generic lib test. Bumbed LT vesion to C9/A2/R0. * dsa.c (verify): s/exp/ex/ due to shadowing of a builtin. * elgamal.c (verify): Ditto. * ac.c (gcry_ac_data_get_index): s/index/idx/ (gcry_ac_data_copy_internal): Remove the cast in _gcry_malloc. (gcry_ac_data_add): Must use gcry_realloc instead of realloc. * pubkey.c (sexp_elements_extract): s/index/idx/ as tribute to the forehackers. (gcry_pk_encrypt): Removed shadowed definition of I. Reordered arguments to malloc for clarity. (gcry_pk_sign, gcry_pk_genkey): Ditto. * primegen.c (prime_generate_internal): s/random/randomlevel/. * i386/mpih-rshift.S, i386/mpih-lshift.S: Use %dl and not %edx for testb; this avoids an assembler warning. * mpi-pow.c (gcry_mpi_powm): s/exp/expo/ to avoid shadowing warning. * autogen.sh: Allow to override the tool name. Do not run libtoolize. Update required version numbers. * libgcrypt.vers (_gcry_generate_elg_prime): Removed this symbol; gnutls does not need it anymore. * secmem.c (mb_get_new): s/pool/block/ due to global pool. * misc.c (gcry_set_log_handler): s/logf/f/ to avoid shadowing warning against a builtin. * ath-pth-compat.c: cast pth_connect to get rid of the const prototype. * basic.c (check_aes128_cbc_cts_cipher): Make it a prototype * ac.c (check_run): Comment unused variable.
2002-05-14Change the license to the LGPL.Werner Koch8-95/+81
2001-05-31The first libgcrypt only release.Werner Koch7-21/+21
2001-05-28Merged back some changes fron gnupg. Fixed doc building.Werner Koch8-56/+66
1998-05-26add-key worksWerner Koch3-64/+99
1998-02-24Renamed to GNUPGWerner Koch6-24/+24
1997-12-23changed configuration stuff, replaced some Makefile.am by distfiles.Werner Koch1-0/+8
1997-11-26added assembler modulesWerner Koch7-0/+718