u/mdw/catacomb
2006-05-13 Mark Woodingcatcrypt: Increase encryption buffer to 64K.
2006-05-13 Mark Woodingcatcrypt: Implement symmetric key-encapsulation and...
2006-05-13 Mark Woodingcc-kem: Fix memory leak in DH KEMs.
2006-02-17 Mark Woodingutils: Make very bad ECM factoring program.
2006-02-15 Mark Woodingdebian: Fix package sections.
2006-02-11 Mark Woodingdh_kcdsagen: Generate cofactor first.
2006-02-11 Mark Woodingdh, keyutil: Implement KCDSA key generation.
2006-02-11 Mark Woodingdh-limlee: Make code return PGEN_ABORT on error, like...
2006-02-11 Mark Woodingpgen-safe: Expunge.
2006-02-11 Mark Woodingbbs-gen: Don't use the safe stepper.
2006-02-11 Mark Woodingdh-gen: Use new simultaneous prime search.
2006-02-11 Mark Woodingpgen: Implement general simultaneous-primality searching.
2006-02-11 Mark Woodingpgen: Declare steppers and so on as being `pgen_proc's.
2006-02-11 Mark Woodingpgen_safetest: Use a separate witness for each test.
2006-02-07 Mark Woodinggcd: General tidying up.
2006-02-07 Mark Woodinginfra: Clean up project setup
2006-02-04 Mark Woodinggf: Fix gf_irreduciblep() for small-degree polynomials.
2006-02-04 Mark Woodingpgen/pfilt: Special cases for primality checking.
2006-02-04 Mark Woodingtests: Fix tests for 222c8a43... (mp-modsqrt change).
2006-02-01 Mark Woodinginfra: Remove BRANCHES file.
2006-02-01 Mark Woodingmp-modsqrt: Always return the smaller possible square...
2006-01-29 Mark Woodingmp-gcd: Add tests for mp_modinv.
2006-01-28 Mark WoodingExtract Subversion ignore data.
2005-12-06 mdwcatcrypt security fix: sign metadata.
2005-10-26 mdwAllow insertion of new random data into the pool as...
2005-10-26 mdwCorrectly work with the bizarre negative bases the...
2005-10-24 mdwFix maintainer email address.
2005-10-05 mdwFix segfault in retagging.
2005-09-30 mdwAccept `-' as a name for standard input.
2005-09-27 mdwFix catsign verify for -C.
2005-09-27 mdwOptionally turn off checking of keys.
2005-09-27 mdwEliminate buggy clone-and-hack keyreport functions.
2005-09-27 mdwCheck freshness on signatures.
2005-09-27 mdwBug fix for key_match
2005-09-27 mdwkey getattr
2005-09-23 mdwRemove buf bits which moved to mLib. Fix email addresses.
2005-09-22 mdwMake name and value outputs of key_nextattr optional.
2005-09-22 mdwMajor and incompatible overhaul of key_data representat...
2005-09-20 mdwExport better list of errors.
2005-09-20 mdwReport error in key_create.
2005-09-15 mdwFixes for Cygwin.
2005-09-14 mdwIncompatibly fix fingerprinting again. Sigh.
2005-09-14 mdwHashing macros for strings and integers.
2005-09-13 mdwFix error message in merge.
2005-09-13 mdwFix formatting some more.
2005-09-13 mdwVerify key fingerprints.
2005-09-13 mdwFormatting fixes.
2005-09-13 mdwBetter PSS testing.
2005-09-13 mdwTranslate PSS tests to mLib format.
2005-09-13 mdwStupid mistake fix.
2005-09-13 mdwNew function to decide whether a share is already inserted.
2005-06-29 mdwOoops. key_discard doesn't return a value. Make the...
2005-06-09 mdwFix documentation for mkphrase. Oops.
2005-06-01 mdwDon't print DATA when being quiet. Actually allow...
2005-05-25 mdwFix bug which decoded elliptic curve key data wrongly.
2005-04-27 mdwFix for new automake.
2005-04-10 mdwFix bug in client error reporting.
2005-04-05 mdwUprating of the passphrase pixie.
2005-03-18 mdwToo obviously cloned. Ooops.
2005-03-18 mdwDocument encode and decode commands.
2005-03-18 mdwMinor fixes.
2005-03-18 mdwNew tool for signing and verifying messages.
2005-03-18 mdwSupport strings in buffer formats.
2005-03-18 mdwUppercase metasyntactic variables in usage message.
2005-03-05 mdwIgnore more generated files.
2005-03-05 mdwAdd Barreto and Rijmen's Whirlpool hash function.
2005-03-05 mdwFormatting fix.
2005-03-05 mdwProvide some more useful functions via the miscop inter...
2005-03-05 mdwStyle: fix cast in execl(3) call.
2005-03-05 mdwSimplify the standard filter stepper.
2005-03-05 mdwCorrect lies.
2005-03-05 mdwCorrect misunderstanding of how inttypes.h printf forma...
2005-03-05 mdwBuild failure: don't unlock memory unless we have mlock!
2005-03-05 mdwAdd some fast paths for standard operations.
2005-03-05 mdwAdd some fast paths for standard operations.
2005-03-05 mdwExport the code to transform DH or EC table entries...
2005-03-05 mdwExport the code to transform DH or EC table entries...
2005-03-05 mdwBBS overhaul (incompatible). Jumping is now by bignum...
2005-03-05 mdwDistribute the binary group table source.
2004-12-01 mdwActually build field-exp.
2004-12-01 mdwAllow base 255 (or whatever) in mptext.
2004-12-01 mdwBetter reduction.
2004-12-01 mdwFix bogus comparison revealed by mp_cmp fix.
2004-11-22 mdwMake prime generation work when function pointers are...
2004-11-11 mdwProvide better interface to key locking.
2004-11-11 mdwLock elliptic-curve keys as requested.
2004-11-11 mdwMore rational initialization and finalization.
2004-11-11 mdwBunch of errors fixed.
2004-11-11 mdwFix a number of free/xfree bugs.
2004-11-11 mdwAllow modified key files to be discarded.
2004-11-11 mdwMore reliable copying in key saving.
2004-11-11 mdwError return for Rabin-Miller context creation.
2004-11-09 mdwA variety of small tweaks and fixes. Make mpmont etc...
2004-11-03 mdwShip bintab.h.
2004-11-03 mdwBug fix in prime curve doubling: if 2 P = O then it...
2004-10-26 mdwField exponentiation. Add field size to field structur...
2004-10-20 mdwSupport subgroups of binary fields.
2004-10-17 mdwEliminate clone-and-hack of DES key expansion and parit...
2004-10-17 mdwFix up ectab.in a little more. Fix group test vectors...
2004-10-16 mdwAdd utility for computing conversion factors for ONBs...
next