cc-hash.c (fhash): The FILE name may be null.
[u/mdw/catacomb] / Makefile.m4
2012-05-03 Mark WoodingUse auto-version machinery for building.
2012-05-03 Mark WoodingMakefile.m4: Remove mplimits.[ch] on clean.
2012-05-03 Mark WoodingMakefile.m4: Don't build pgroups.kr: it introduces...
2012-01-22 Mark Woodingcc-hash.c: New file containing hash-related code from...
2012-01-22 Mark WoodingCatcrypt tools: Roll out progress indicator stuff from...
2011-07-05 Mark WoodingMakefile.m4: Fix linking problems.
2008-12-26 Mark WoodingMakefile: Link tests against stuff like -lm.
2008-03-18 Mark WoodingInfrastructure: Switch over to pkg-config.
2008-02-01 Mark Woodinggdsa: Fix the conversion of hashes to integers to confo...
2007-02-21 Mark Woodingprimeiter: New functions for iterating over small primes.
2007-02-21 Mark Woodingkeysz-conv: Conversions between different kinds of...
2007-02-21 Mark Woodingkeysz.h: Extract key-size stuff into a separate header...
2007-01-29 Mark Woodingcleanup: Big pile of whitespace fixes, all at once.
2007-01-16 Mark Woodingmodexp: Implement simple mp_modexp function.
2007-01-16 Mark Woodinggenlimits: New program to generate useful limit MPs...
2007-01-16 Mark WoodingMerge branch 'fixes'
2007-01-16 Mark Woodingpgroups: Ship a keyring file containing the custom...
2006-02-11 Mark Woodingdh, keyutil: Implement KCDSA key generation.
2006-02-11 Mark Woodingpgen-safe: Expunge.
2006-02-11 Mark Woodingpgen: Implement general simultaneous-primality searching.
2005-09-23 mdwRemove buf bits which moved to mLib. Fix email addresses.
2005-09-15 mdwFixes for Cygwin.
2005-06-09 mdwFix documentation for mkphrase. Oops.
2005-05-25 mdwFix bug which decoded elliptic curve key data wrongly.
2005-04-05 mdwUprating of the passphrase pixie.
2005-03-18 mdwNew tool for signing and verifying messages.
2005-03-05 mdwAdd Barreto and Rijmen's Whirlpool hash function.
2005-03-05 mdwDistribute the binary group table source.
2004-12-01 mdwActually build field-exp.
2004-11-11 mdwProvide better interface to key locking.
2004-11-09 mdwA variety of small tweaks and fixes. Make mpmont etc...
2004-11-03 mdwShip bintab.h.
2004-10-20 mdwSupport subgroups of binary fields.
2004-10-04 mdwBuild system fixes.
2004-10-04 mdwBreaks ABI! Add identification slots to abstract group...
2004-10-01 mdwGeneral utilities cleanup. Add signature support to...
2004-04-21 mdwPerformance measuring program. For my embarassment...
2004-04-17 mdwAdd simple public-key encryption program `catcrypt'.
2004-04-08 mdwConst-correctness fix.
2004-04-08 mdwExpunge revision histories in files.
2004-04-04 mdwAdd set -e.
2004-04-04 mdwRaw I/O of elliptic curve points and group elements.
2004-04-01 mdwNormal basis support (translates to poly basis internal...
2004-04-01 mdwOoops! qdparse needs mp headers.
2004-04-01 mdwAdd cyclic group abstraction, with test code. Separate...
2004-03-28 mdwGenerate, store and retreive elliptic curve keys.
2004-03-27 mdwFix distribution.
2004-03-27 mdwRun ec-info test.
2004-03-27 mdwStandard curves and curve checking.
2004-03-27 mdwImplement efficient reduction for pleasant-looking...
2004-03-23 mdwTest elliptic curves more thoroughly.
2004-03-21 mdwDistribute headers properly.
2004-03-21 mdwMerge and close elliptic curve branch.
2004-03-21 mdwNew hash variant SHA224.
2004-03-21 mdwElliptic curves on binary fields work.
2003-11-29 mdwDebianization.
2003-11-10 mdwBuild fixes.
2003-10-17 mdwReport errors if key files don't exist!
2003-10-12 mdwReliability fixes.
2003-10-11 mdwImport buf stuff from tripe.
2003-06-10 mdwSimple (non-projective) curves over prime fields now...
2003-05-16 mdwShip `rc2-tab.h' and `skipjack-tab.h'.
2003-05-16 mdwInstall pixie to fake root if wanted. Ship `desx-tab.h'
2002-10-19 mdwFix bit operations. Test them (a bit) better.
2002-10-15 mdwFast estimation of number representation lengths.
2001-06-16 mdwNew source files and tests.
2001-05-08 mdwNew cipher Noekeon added.
2001-05-07 mdwNew Rijndael block sizes.
2001-04-29 mdwNew block cipher MARS.
2001-04-29 mdwAdded SAFER block cipher.
2001-04-19 mdwAdd CRC as another hash function.
2001-04-06 mdwAdd support for SSL pseudo-random function.
2001-04-04 mdwAdd support for the TLS pseudo-random function.
2001-04-03 mdwNew block cipher DESX added.
2001-03-03 mdwDistribute md2-tab.h
2001-02-21 mdwAdded support for MD2 hash function.
2001-02-03 mdwNew files added.
2000-10-15 mdwNew SHA variants with longer outputs.
2000-10-08 mdwAdd binary poly arithmetic. Tidy table generation...
2000-10-08 mdwRemove vestiges of @primorial@.
2000-08-15 mdwSet up the dependencies on primetab.[ch] and mptypes...
2000-08-06 mdw(mkphrase): New program for generating random passphras...
2000-07-29 mdwMake sure the pixie is installed setuid-root (workaroun...
2000-07-29 mdwFurther fixing to support building using normal `make...
2000-07-29 mdwLots of fixing to support `make -j' building.
2000-07-20 mdwAdded Bellare and Rogaway's PSS encoding for RSA signat...
2000-07-16 mdwBug fixes to distribution.
2000-07-15 mdwMore hashes and ciphers. An extra tool.
2000-07-09 mdwNew hash functions and other stuff.
2000-07-01 mdwName changes and new files.
2000-06-25 mdwFix cleaning of generated files.
2000-06-22 mdwFix Makefile to test mp-sqrt.c.
2000-06-22 mdwMore new functions to be added.
2000-06-18 mdwRearrange build order to ensure that `mptypes.h' exists...
2000-06-17 mdwMinor tidying and fixing.
2000-06-17 mdwLots of new ciphers and other files.
2000-02-12 mdwMake it all compile properly.
2000-02-12 mdwMissed a file. Whoops.
2000-02-12 mdwOverhaul of key management (again).
1999-12-22 mdwLots of new files.
next