u/mdw/catacomb
2001-04-19 mdwUse the new MAC keysize names.
2001-04-19 mdwRe-request broken passphrases.
2001-04-19 mdwUse mpmul for the multiplication.
2001-04-19 mdwUse sliding-window exponentiation.
2001-04-19 mdwProvide correct key sizes for NMAC, HMAC and SSLMAC.
2001-04-19 mdwUse unsigned integer rather than enum for flags.
2001-04-06 mdwTidying.
2001-04-06 mdwChange dummy names in grand objects so that they say...
2001-04-06 mdwAdd support for SSL pseudo-random function.
2001-04-04 mdwAdd support for the TLS pseudo-random function.
2001-04-04 mdwNew block cipher DESX added.
2001-04-03 mdwRemove bogus blank line.
2001-04-03 mdwNew block cipher DESX added.
2001-04-03 mdwDon't use @va_arg@ as an argument to @STORE32@!
2001-04-03 mdwAdd some simple bitwise operations so that Perl can...
2001-04-03 mdwSupport the SSL HMAC variant (untested).
2001-03-04 mdwMark dependency on mLib 2.0.0pre4 now.
2001-03-04 mdwUse @DA_LAST@ to determine @MAXPRIME@, now that it...
2001-03-03 mdwDistribute md2-tab.h
2001-02-23 mdwAdd new hash functions. Provide full help for subcomma...
2001-02-23 mdwSimplify usage message by removing nonexistant options.
2001-02-23 mdwFix poorly copied comment.
2001-02-22 mdwFix memory leaks.
2001-02-22 mdwCosmetic fix.
2001-02-22 mdwVarious minor fixes. Stop lying about default timeout.
2001-02-21 mdwFix stupidity.
2001-02-21 mdwDescribe recently-added hash functions.
2001-02-21 mdwAdded support for MD2 hash function.
2001-02-21 mdwProvide help on individual commands (some need it despa...
2001-02-21 mdwHandle select errors (by bombing out). Cosmetic tweak.
2001-02-21 mdwChange manpage style slightly.
2001-02-03 mdwTest for off-by-one bug.
2001-02-03 mdwNew testcases to ensure correct seeds are returned.
2001-02-03 mdwNew files added.
2001-02-03 mdwAllow the caller to fetch the parameter generation...
2001-02-03 mdwGive generic random objects separate namespaces for...
2001-02-03 mdwAdd consistency checking for public keys.
2001-02-03 mdwGive generic random objects separate namespaces for...
2001-02-03 mdwDon't set a handler for @SIGINT@ if it's ignored at...
2001-02-03 mdwNow @mp_drop@ checks its argument is non-NULL before...
2001-02-03 mdwMake flags be unsigned. Improve the write algorithm...
2001-02-03 mdwNow @mp_drop@ checks its argument is non-NULL before...
2001-02-03 mdwDon't use the @pgen@ random number generator for genera...
2001-02-03 mdwStore the correct seed information and count for DSA...
2001-02-03 mdwAllow creating keyfiles with no file attached.
2001-02-03 mdwTrack mLib change: symbols no longer need to include...
2001-01-25 mdwMake flags be unsigned.
2001-01-25 mdwRemove dead code now that the new stepper structure...
2001-01-25 mdwSupport for new SHA variants added.
2001-01-25 mdwBurn the hash context when it's done with, for paranoia...
2001-01-25 mdwBoring cosmetic stuff.
2001-01-20 mdwUse mLib exported tuning parameters for hashtable.
2000-12-06 mdwMake flags be macros rather than enumerations, to ensur...
2000-12-06 mdwFix round count for weird key sizes.
2000-12-06 mdwReduce binary bytes (to allow marker bits to be ignored...
2000-12-06 mdwAdd assertion to prevent crapness.
2000-12-06 mdwSimplify uniform range transformation.
2000-12-06 mdwChange secret sharing interface: present the secret...
2000-10-15 mdwFix buggy HMAC test vectors.
2000-10-15 mdwSupport HMAC mode for hash functions which need to...
2000-10-15 mdwNew SHA variants with longer outputs.
2000-10-15 mdwMore hash modes to be ignored.
2000-10-14 mdwFix some compile errors.
2000-10-08 mdwTest vectors for binary poly arithmetic.
2000-10-08 mdwPrototypes of various bits of code.
2000-10-08 mdwAdd binary poly arithmetic. Tidy table generation...
2000-10-08 mdwVersion bump.
2000-10-08 mdwFix compiler warning.
2000-10-08 mdwFirst glimmerings of binary polynomial arithmetic.
2000-10-08 mdwRemove failed kludge for shutting up a warning.
2000-10-08 mdwUpdate comments now that AES has been chosen.
2000-10-08 mdwRename Karatsuba constants now that we have @gfx_kmul...
2000-10-08 mdwRenamed to `karatsuba.h'.
2000-10-08 mdwRename from `mpx-kmac.h', and add macros for @gfx_kmul@.
2000-10-08 mdwFix tests for different GCD algorithm.
2000-10-08 mdwAdd negative number tests.
2000-10-08 mdwUse @MP_EQ@ instead of @MP_CMP@.
2000-10-08 mdwRemove vestiges of @primorial@.
2000-10-08 mdwUse @MP_EQ@ instead of @MP_CMP@. Remove vestages of...
2000-10-08 mdwImprove @const@-correctness.
2000-10-08 mdwShut up some warnings.
2000-10-08 mdwUse @mpx_ueq@ instead of @MPX_UCMP@.
2000-10-08 mdwMake table have external linkage to bodge around defici...
2000-10-08 mdwEscape literal newlines in output string.
2000-10-08 mdwRemove spurious comma in enum.
2000-10-08 mdwDon't do arithmetic on @void *@ pointers.
2000-10-08 mdwChange size passed to socket function to be a @size_t...
2000-10-08 mdwProvide @mpx_ueq@ for rapidly testing equality of two...
2000-10-08 mdwMake later versions of GCC shut up about @long long@.
2000-10-08 mdw(MP_DOFPRINTFR): cope with null pointers.
2000-10-08 mdw(mpmont_reduce, mpmont_mul): Cope with negative numbers.
2000-10-08 mdwRemove spurious semicolon.
2000-10-08 mdw(mpbarrett_reduce): Cope with negative numbers.
2000-10-08 mdwProvide @mp_eq@ and @MP_EQ@ for rapidly testing equalit...
2000-10-08 mdwUse Euclid's algorithm rather than the binary one.
2000-10-08 mdwUse @MP_EQ@ instead of @MP_CMP@.
2000-10-08 mdwReinstate the `-pedantic' option.
2000-08-18 mdwNew stepper interface for constructing Lim-Lee primes.
2000-08-18 mdwNew event handler for showing in detail sub-prime gener...
2000-08-16 mdwAdd some more test vectors.
next