summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-09-18Syntax fix.Werner Koch1-1/+1
2008-09-18Implemented an Enforced FIPS mode.Werner Koch12-112/+374
Documentation updates.
2008-09-16Another tweak for the RNG test code.Werner Koch13-24/+1563
2008-09-16Allow transition to Error states from thye Init state.Werner Koch5-81/+111
2008-09-16Make fipsrngdriv more pretty.Werner Koch5-22/+45
Fix a problem in the RNG test code. Minor doc update.
2008-09-16Finish FIPS random test driver.Werner Koch4-15/+148
Disable re-seeding if in test mode.
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 Koch16-13/+468
Add an external RNG test hook.
2008-09-15Typo fix.Werner Koch1-2/+3
Document the CFB shift size.
2008-09-15doc cleanups.Werner Koch4-41/+65
2008-09-12Add a new appendix with the description of the self-tests.Werner Koch1-4/+339
2008-09-12Add a bad-case test for the key generation.Werner Koch3-0/+15
2008-09-12Only run required tests during power-up self-test.Werner Koch17-209/+303
Enter error state after a failed key generation tests.
2008-09-12Add files.Werner Koch2-0/+127
2008-09-12Improve selftest done after key generation.Werner Koch3-35/+96
2008-09-12Improved the encryption test.Werner Koch2-20/+85
2008-09-11Changed the HMAC binary check file format.Werner Koch3-18/+53
2008-09-11Implemented more self-tests.Werner Koch9-25/+365
2008-09-09Add more selftests.Werner Koch12-71/+536
2008-09-08Fix line wrappingWerner Koch1-2/+1
2008-09-082008-09-08 Marcus Brinkmann <marcus@g10code.com>Marcus Brinkmann2-15/+21
* gcrypt.texi: Some typos fixed.
2008-09-08doc cleanupsWerner Koch9-54/+66
2008-09-05Updated the architecture chapterWerner Koch2-48/+402
2008-09-05Let the test suite run the selftests even in non-fips mode.Werner Koch9-10/+45
2008-09-03Updated the NEWS file.Werner Koch3-7/+16
2008-09-01Prepare a release candidateWerner Koch9-135/+176
2008-08-29Overhauled the keygrip computation.Werner Koch12-55/+277
2008-08-29Changed the way the FIPS RNG is seeded.Werner Koch22-175/+511
FIPS cleanups. Documentation upodates.
2008-08-27Add description of the FIPS FSM.Werner Koch3-16/+347
2008-08-27Allow getting out of the FIPS error state by running a self-test.Werner Koch8-7/+81
2008-08-26Implemented transient-key flag as requested by the GNUNet folks.Werner Koch16-89/+215
Documentation cleanups. Removed FIPS logging unless in double verbose state.
2008-08-25Implement a KAT for the fips random module.Werner Koch2-22/+210
2008-08-22Completed the RNG implementaion switching.Werner Koch17-54/+341
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 Koch10-14/+647
2008-08-20Replace assert calls by a new gcry_assert at most places.Werner Koch25-83/+99
2008-08-20Implemented gcry_mpi_lshift.Werner Koch8-45/+207
Reordered some code in mpi-bit.c
2008-08-19Adding gcry_mpi_lshift.Werner Koch15-21/+70
Preparing a release candidate.
2008-08-19Aehmm, one more.Werner Koch1-0/+193
2008-08-19Another forgotten file.Werner Koch1-0/+586
2008-08-19Add fileWerner Koch1-0/+423
2008-08-19A whole bunch of changes to eventually support Werner Koch51-2535/+5775
FIPS restricted mode. Also some documentation improvements and other minor enhancements. See the ChangeLogs. Stay tuned.
2008-08-04Clarify license entry.Werner Koch2-3/+4
Small indentation change.
2008-07-05Moved random stuff into its own directory.Werner Koch19-22/+95
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