summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-02-16Portability fixes.Werner Koch4-10/+24
2009-02-02fix for bug#993.Werner Koch2-1/+7
2009-01-22PreparingWerner Koch4-3/+9
2008-12-10Fix for big endian hosts.Werner Koch2-6/+4
2008-12-10Allow speicification of domain parameters for DSA key generation.Werner Koch1-1/+1
2008-12-05Allow (transient-key) for DSA.Werner Koch3-4/+17
2008-11-26Prepare for FIPS186-3.Werner Koch1-2/+8
2008-11-25Implement FIPS 186-2 key generation.Werner Koch1-0/+6
2008-11-25Finished RSA X9.31 key generation.Werner Koch4-6/+71
2008-11-24Cleaned up the public key module calling conventions.Werner Koch4-15/+22
2008-11-05Add a method to disable the weak key detection.Werner Koch6-6/+20
2008-10-30Autodetect useful gcc warnings in maintainer-mode.Werner Koch2-1/+15
2008-10-24Do no restrtc usage of MD5 in fips mode.Werner Koch4-18/+70
2008-10-02Add CAVS test.Werner Koch8-9/+34
2008-09-20fix sigbusWerner Koch1-1/+3
2008-09-18Preparing a releaseWerner Koch2-0/+6
2008-09-18Syntax fix.Werner Koch1-1/+1
2008-09-18Implemented an Enforced FIPS mode.Werner Koch5-27/+138
2008-09-16Another tweak for the RNG test code.Werner Koch2-1/+6
2008-09-16Allow transition to Error states from thye Init state.Werner Koch2-1/+8
2008-09-15Changed error text.Werner Koch1-1/+1
2008-09-15Log a failed intgetrity check with filename.Werner Koch2-0/+7
2008-09-15Use syslog to log important messages.Werner Koch5-3/+141
2008-09-12Only run required tests during power-up self-test.Werner Koch5-25/+39
2008-09-11Changed the HMAC binary check file format.Werner Koch3-18/+53
2008-09-11Implemented more self-tests.Werner Koch2-2/+9
2008-09-05Let the test suite run the selftests even in non-fips mode.Werner Koch5-7/+28
2008-09-01Prepare a release candidateWerner Koch4-114/+129
2008-08-29Overhauled the keygrip computation.Werner Koch3-3/+17
2008-08-29Changed the way the FIPS RNG is seeded.Werner Koch3-30/+52
2008-08-27Allow getting out of the FIPS error state by running a self-test.Werner Koch5-4/+33
2008-08-26Implemented transient-key flag as requested by the GNUNet folks.Werner Koch6-8/+38
2008-08-22Completed the RNG implementaion switching.Werner Koch7-25/+213
2008-08-21Finished the X9.31 RNG implementations.Werner Koch4-1/+32
2008-08-20Replace assert calls by a new gcry_assert at most places.Werner Koch6-18/+51
2008-08-20Implemented gcry_mpi_lshift.Werner Koch1-3/+4
2008-08-19Adding gcry_mpi_lshift.Werner Koch7-2/+24
2008-08-19Another forgotten file.Werner Koch1-0/+586
2008-08-19A whole bunch of changes to eventually support Werner Koch18-175/+1369
2008-07-05Moved random stuff into its own directory.Werner Koch3-3/+13
2008-04-23According to the changelog thsi file has been removed 3 years ago. Tell svnWerner Koch1-11/+0
2008-04-18Collected changes. See ChnageLogs.Werner Koch2-97/+5
2008-03-17Better AES performance.Werner Koch3-2/+22
2008-01-212008-01-21 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2-5/+8
2007-12-11Small build fixes from Tim Mooney.Werner Koch2-2/+8
2007-12-10Preparing 1.4.0.Werner Koch3-3/+9
2007-12-03Preparing a releaseWerner Koch5-28/+39
2007-11-29The ACE engine of VIA processors is now used for AES-128.Werner Koch3-0/+99
2007-11-13Fixed malloc attribute detetection.Werner Koch2-1/+6
2007-10-31Reorganizatiosn to support the visibility attribute.Werner Koch14-53/+2196