summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-06-24Fixed memory leak inthe ac functions.Werner Koch4-3/+26
2008-05-27Add announce files.Werner Koch2-0/+233
2008-04-25post release updatesWerner Koch2-2/+6
2008-04-25Preparing the releaseWerner Koch6-11/+18
2008-04-23According to the changelog thsi file has been removed 3 years ago. Tell svnWerner Koch1-11/+0
about it.
2008-04-22Preapring a release candidateWerner Koch12-1838/+1830
2008-04-18Collected changes. See ChnageLogs.Werner Koch14-355/+524
2008-03-17Better AES performance.Werner Koch13-390/+792
2008-03-12Add a non-blinding testWerner Koch2-6/+44
2008-01-212008-01-21 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2-5/+8
* hwfeatures.c (detect_ia32_gnuc): Fix inline asm.
2008-01-08Manual and comment fixes.Werner Koch8-29/+68
Fixed a entropy wasting bug.
2007-12-11Small build fixes from Tim Mooney.Werner Koch5-5/+21
2007-12-10Preparing 1.4.0.Werner Koch13-80/+191
2007-12-05Fixed an internal bug in rsa.cWerner Koch7-44/+152
Allow to decryption/signing using a minimal RSA key.
2007-12-03Preparing a releaseWerner Koch15-104/+328
2007-11-30Add support for the HW RNG. However i was not able to test it because itWerner Koch8-17/+84
seems to be disabled by the OS.
2007-11-29The ACE engine of VIA processors is now used for AES-128.Werner Koch7-89/+360
2007-11-28Fixed SHA-224 DER template.Werner Koch2-2/+8
2007-11-13Fixed malloc attribute detetection.Werner Koch3-1/+7
2007-10-31Reorganizatiosn to support the visibility attribute.Werner Koch28-601/+2437
This can be improved by using fucntion aliases instead of wrapper functions.
2007-10-29Fixed host/target usage.Werner Koch4-5/+14
2007-10-26Preparing a releaseWerner Koch8-19/+38
2007-10-25Updated the Windows entropy gatherer.Werner Koch5-465/+717
Typo fixes.
2007-08-23Use extra counter to check random pool filling.Werner Koch5-40/+121
Updated the documentation. Typo and comment fixes.
2007-08-22Add new debug tool for S-expressions.Werner Koch3-1/+569
2007-08-22Made all library code LGPL.Werner Koch9-35/+76
2007-08-22Changed rndw32 to LGPL.Werner Koch6-21/+55
Typo fixes.
2007-07-26Fixed symbol prefix detection.Werner Koch10-14/+38
Typo fixes.
2007-06-20Add an RSA benchmark (fix)Werner Koch1-3/+3
2007-06-20Add an RSA benchmark.Werner Koch2-1/+103
2007-06-152007-06-15 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2-1/+5
* autogen.sh: Use = instead of == in test.
2007-06-06Pth fix for W32.Werner Koch2-11/+38
2007-05-31Camellia is now LGPLedWerner Koch11-50/+90
2007-05-192007-05-19 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2-4/+9
* configure.ac: Fix test for optional UDIV and UDIV_QRNND MPI modules.
2007-05-09src/Marcus Brinkmann4-26/+46
2007-05-09 Marcus Brinkmann <marcus@g10code.de> * gcrypt.h.in (gcry_ac_io_t): Add name for anonymous union, and mark all members as internal (actually: deprecated). cipher/ 2007-05-09 Marcus Brinkmann <marcus@g10code.de> * ac.c (_gcry_ac_io_init_va, _gcry_ac_io_write, _gcry_ac_io_read): Adjust users of gcry_ac_io_t because union is not anonymous anymore.
2007-05-092007-05-09 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann5-139/+143
* configure.ac (ac_cv_mpi_config_done): Unused variable removed. (ac_cv_mpi_mod_list, MPI_MOD_LIST_LO, MPI_MOD_LIST_O): Removed. (MPI_MOD_ASM_MPIH_ADD1, MPI_MOD_ASM_MPIH_SUB1, MPI_MOD_ASM_MPIH_MUL1, MPI_MOD_ASM_MPIH_MUL2, MPI_MOD_ASM_MPIH_MUL3, MPI_MOD_ASM_MPIH_LSHIFT, MPI_MOD_ASM_MPIH_RSHIFT, MPI_MOD_ASM_MPIH_UDIV, MPI_MOD_ASM_MPIH_UDIV_QRNND, MPI_MOD_C_MPIH_ADD1, MPI_MOD_C_MPIH_SUB1, MPI_MOD_C_MPIH_MUL1, MPI_MOD_C_MPIH_MUL2, MPI_MOD_C_MPIH_MUL3, MPI_MOD_C_MPIH_LSHIFT, MPI_MOD_C_MPIH_RSHIFT, MPI_MOD_C_MPIH_UDIV, MPI_MOD_C_MPIH_UDIV_QRNND): New automake variables. mpi/ 2007-05-09 Marcus Brinkmann <marcus@g10code.de> * config.links: Rename assembler file links by suffixing "-asm". * Makefile.am (CCASCOMPILE, LTCCASCOMPILE, CLEANFILES, libmpi_la_LIBADD, libmpi_la_DEPENDENCIES, SUFFIXES, .S.o, .S.obj, .S.lo): Removed variables and targets. (mpih_add1, mpih_sub1, mpih_mul1, mpih_mul2, mpih_mul3, mpih_lshift, mpih_rshift, mpih_udiv, mpih_udiv_qrnnd, nodist_libmpi_la_SOURCES): New variables. (DISTCLEANFILES): Rename assembler file links by suffixing "-asm". Add variants for C file links.
2007-05-04Post release updates.Werner Koch5-9/+11
Allow colons as delimiters for --enable-mpi-path.
2007-05-04Updated automake.Werner Koch14-695/+1668
Ready for a release.
2007-05-03Minor fixes for W32Werner Koch12-22/+34
2007-05-02Do not make Camellia a default cipherWerner Koch2-2/+3
2007-05-02Changed amount of stack to burnWerner Koch2-7/+21
2007-05-02More info from GCRYCTL_PRINT_CONFIG.Werner Koch10-14/+116
Put Camellia symbols into our namespace.
2007-05-02New files for Camellia.David Shaw3-0/+1724
2007-05-02Add Camellia support.David Shaw11-7/+57
2007-05-01USE_cipher related fixed (#if instead of #ifdef) by David.Werner Koch4-4/+33
2007-04-30Dropped GCRYCTL_DUMP_CONFIG in favor of GCRYCTL_PRINT_CONFIG.Werner Koch7-25/+55
2007-04-30Add support for setting the EGD socket.Werner Koch8-11/+93
2007-04-30./Werner Koch25-361/+196
* README.apichanges: Move to doc/. * Makefile.am (EXTRA_DIST): Removed that file. doc/ * HACKING: New. Two items by Marcus. * README.apichanges: Move from .. to here. * Makefile.am (EXTRA_DIST): Add new files. mpi/ * config.links: Create a file mod-source-info.h. * Makefile.am (DISTCLEANFILES): Add that file. * mpiutil.c (_gcry_mpi_get_hw_config): New. src/ * global.c (gcry_control): New. * gcrypt.h.in (GCRYCTL_DUMP_CONFIG): New. tests/ * version.c: New. * Makefile.am (TESTS): Add version.
2007-04-29cipher/Marcus Brinkmann5-9/+26
2007-04-30 Marcus Brinkmann <marcus@g10code.de> * ecc.c (ec2os): Fix relocation of short numbers. * ecc.c (generate_key): Do not allocate D, which will be allocated by GEN_K. Remove G. Fix test if g_x, g_y resp. q_x, q_y are requested. (_gcry_ecc_generate): Release unneeded members of SK. * pubkey.c (sexp_to_key): Release NAME. tests/ 2007-04-30 Marcus Brinkmann <marcus@g10code.de> * benchmark.c (ecc_bench): Release KEY_SPEC.
2007-04-292007-04-28 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann15-1/+1620
* configure.ac: Allow to specify additional search directories with --enable-mpi-path. mpi/ 2007-04-28 Marcus Brinkmann <marcus@g10code.de> * config.links: Add additional assembler search directories.