summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2009-12-082009-12-08 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann1-0/+12
Update to libtool 2.2.6a. * configure.ac: Invoke AC_CONFIG_MACRO_DIR. (AC_LIBTOOL_WIN32_DLL, AC_LIBTOOL_RC): Replace by ... (LT_PREREQ, LT_INIT, LT_LANG): ... these. * config.guess, config.sub, install-sh, ltmain.sh, m4/libtool.m4: Updated to libtool 2.2.6a. * m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4, m4/lt~obsolete.m4: New files from libtool 2.2.6a. src/ 2009-12-08 Marcus Brinkmann <marcus@g10code.de> * Makefile.am (LTRCCOMPILE): Refactor with ... (RCCOMPILE): ... this new macro. Add $(libgcrypt_la_CPPFLAGS). (SUFFIXES): Add .lo. (.rc.o): Change to ... (.rc.lo): ... this implicit rule. (gcrypt_res_ldflag): Removed. (gcrypt_res): Use libtool object file name here. (libgcrypt_la_LDFLAGS): Remove gcrypt_res_ldflag usage. (libgcrypt_la_LIBADD): Add gcrypt_res.
2009-11-29Fix detection of cpuid statement.Werner Koch1-0/+6
2009-08-05Include sys/msg.h if needed.Werner Koch1-0/+4
2009-07-02Get more in sync to the Fedora version.Werner Koch1-0/+3
2009-07-02Minor bug fixes.Werner Koch1-0/+10
2009-02-16Portability fixes.Werner Koch1-0/+10
2009-02-02fix for bug#993.Werner Koch1-1/+5
2009-01-22PreparingWerner Koch1-0/+6
2008-12-10Fix for big endian hosts.Werner Koch1-0/+4
2008-12-05Allow (transient-key) for DSA.Werner Koch1-0/+4
Type fix. Made sure that gcry_free preserves ERRNO.
2008-11-25Finished RSA X9.31 key generation.Werner Koch1-0/+5
2008-11-24Cleaned up the public key module calling conventions.Werner Koch1-0/+8
Add a way to derive RSA keys according to X9.31.
2008-11-05Add a method to disable the weak key detection.Werner Koch1-0/+7
Add a method to return the current input block. Use this in the FIPS driver.
2008-10-30Autodetect useful gcc warnings in maintainer-mode.Werner Koch1-0/+5
Flag _gcry_gettext with format_arg attribute.
2008-10-24Do no restrtc usage of MD5 in fips mode.Werner Koch1-0/+7
2008-10-02Add CAVS test.Werner Koch1-0/+17
Various minor fixes. Sigbus fixes for AES.
2008-09-18Preparing a releaseWerner Koch1-0/+2
2008-09-18Implemented an Enforced FIPS mode.Werner Koch1-0/+23
Documentation updates.
2008-09-16Another tweak for the RNG test code.Werner Koch1-0/+2
2008-09-16Allow transition to Error states from thye Init state.Werner Koch1-0/+5
2008-09-15Log a failed intgetrity check with filename.Werner Koch1-0/+1
2008-09-15Use syslog to log important messages.Werner Koch1-0/+15
Add an external RNG test hook.
2008-09-12Only run required tests during power-up self-test.Werner Koch1-0/+7
Enter error state after a failed key generation tests.
2008-09-11Changed the HMAC binary check file format.Werner Koch1-0/+4
2008-09-11Implemented more self-tests.Werner Koch1-0/+5
2008-09-05Let the test suite run the selftests even in non-fips mode.Werner Koch1-0/+7
2008-09-01Prepare a release candidateWerner Koch1-0/+4
2008-08-29Overhauled the keygrip computation.Werner Koch1-0/+8
2008-08-29Changed the way the FIPS RNG is seeded.Werner Koch1-1/+11
FIPS cleanups. Documentation upodates.
2008-08-27Allow getting out of the FIPS error state by running a self-test.Werner Koch1-0/+8
2008-08-26Implemented transient-key flag as requested by the GNUNet folks.Werner Koch1-0/+10
Documentation cleanups. Removed FIPS logging unless in double verbose state.
2008-08-22Completed the RNG implementaion switching.Werner Koch1-0/+11
Added framework for running RNG tests. Added an experimental option --enable-hmac-binary-check to configure. --This line, and those below, will be ignored-- M src/fips.c M src/cipher-proto.h M src/global.c M src/hmac256.c M src/ChangeLog M src/hmac256.h M src/Makefile.am M tests/Makefile.am M configure.ac M doc/gcrypt.texi M random/random-fips.c M random/random.c M random/rand-internal.h M random/random.h M random/ChangeLog M ChangeLog M README
2008-08-21Finished the X9.31 RNG implementations.Werner Koch1-0/+4
2008-08-20Replace assert calls by a new gcry_assert at most places.Werner Koch1-0/+7
2008-08-19Adding gcry_mpi_lshift.Werner Koch1-1/+6
Preparing a release candidate.
2008-08-19A whole bunch of changes to eventually support Werner Koch1-0/+59
FIPS restricted mode. Also some documentation improvements and other minor enhancements. See the ChangeLogs. Stay tuned.
2008-07-05Moved random stuff into its own directory.Werner Koch1-0/+4
2008-04-18Collected changes. See ChnageLogs.Werner Koch1-0/+5
2008-03-17Better AES performance.Werner Koch1-0/+5
2008-01-212008-01-21 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann1-0/+4
* hwfeatures.c (detect_ia32_gnuc): Fix inline asm.
2007-12-11Small build fixes from Tim Mooney.Werner Koch1-0/+6
2007-12-10Preparing 1.4.0.Werner Koch1-0/+4
2007-12-03Preparing a releaseWerner Koch1-0/+9
2007-11-29The ACE engine of VIA processors is now used for AES-128.Werner Koch1-0/+4
2007-11-13Fixed malloc attribute detetection.Werner Koch1-0/+5
2007-10-31Reorganizatiosn to support the visibility attribute.Werner Koch1-0/+21
This can be improved by using fucntion aliases instead of wrapper functions.
2007-08-22Add new debug tool for S-expressions.Werner Koch1-0/+3
2007-08-22Made all library code LGPL.Werner Koch1-0/+5
2007-06-06Pth fix for W32.Werner Koch1-0/+6
2007-05-31Camellia is now LGPLedWerner Koch1-0/+4