Changes 20 to 30 on this branch are displayed below, sorted in descending chronological order.

9 days ago: Bump version code to 1.7.8
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Bump version code to 1.7.8
Date: Mon, 30 Jun 2008 01:53:49 GMT
9 days ago: Ignore files containing # chars (emacs temp files)
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Ignore files containing # chars (emacs temp files)
Date: Mon, 30 Jun 2008 01:53:33 GMT
10 days ago: Make use of RandomNumberGenerator implementing add_entropy_source in
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Make use of RandomNumberGenerator implementing add_entropy_source in
make_rng()
Date: Sat, 28 Jun 2008 14:38:51 GMT
10 days ago: Add interfaces for add_entropy_source and add_entropy to
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Add interfaces for add_entropy_source and add_entropy to
RandomNumberGenerator, and make ANSI_X931_PRNG's implementations just
forward the arguments to the underlying RNG. This allows seeding the RNG
even if no entropy modules are loaded into the library. Also it allows
actually adding user-specified data; to do it otherwise would require
creating the RNG objects yourself and retaining a pointer to the Randpool,
which is pretty bogus.
Move Null_RNG to rng.h
Date: Sat, 28 Jun 2008 14:28:27 GMT
10 days ago: Reseed the underlying PRNG when ANSI_X931_PRNG:reseed is called
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Reseed the underlying PRNG when ANSI_X931_PRNG:reseed is called
Date: Sat, 28 Jun 2008 14:12:33 GMT
10 days ago: Document the removal of the PK filter objects (somewhat after the fact)
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Document the removal of the PK filter objects (somewhat after the fact)
Date: Sat, 28 Jun 2008 13:56:52 GMT
10 days ago: Default to using clock(), not rdtsc
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Default to using clock(), not rdtsc
Date: Sat, 28 Jun 2008 13:28:20 GMT
10 days ago: Update changelog and readme for 1.7.7
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Update changelog and readme for 1.7.7
Date: Sat, 28 Jun 2008 13:25:40 GMT
10 days ago: The two remaining locks were not being deleted, leaking memory
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: The two remaining locks were not being deleted, leaking memory
Date: Sat, 28 Jun 2008 13:02:32 GMT
10 days ago: Fix the DSA examples. Reindent.
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Fix the DSA examples. Reindent.
Date: Sat, 28 Jun 2008 12:35:52 GMT
earlier changes recent changes later changes