en-us Changes to file checks/pk_bench.cpp (from [f00ecee7..]) http://viewmtn.angrygoats.net/all/revision/filechanges/f00ecee708a18f99504514207a8924c07dc2d20b/checks/pk_bench.cpp Changes to file checks/pk_bench.cpp (from [f00ecee7..]) http://viewmtn.angrygoats.net/all/revision/info/e40f0dbdfd847024c30fa0092c2acefc19a550b8 Remove the Global_RNG namespace, along with rng.h and rng.cpp. This was Remove the Global_RNG namespace, along with rng.h and rng.cpp. This was
essentially a facade for the RNG object living in the global library state.
Rewrite all callers to directly invoke the global state object: this makes
it more clear what functions are actually accessing mutable state outside of
the normal reference graph (and thus, which functions will have to be
altered in order to remove this dependency). Other facades remain in place
for the configuration object and the memory allocator factory.
lloyd@randombit.net Mon, 07 Apr 2008 14:08:27 GMT
http://viewmtn.angrygoats.net/all/revision/info/ef321bfb60cf093d74beb4ecb6f393b6adbe75b5 Fix pk_bench.cpp compilation (remove a stray try statement) Fix pk_bench.cpp compilation (remove a stray try statement) lloyd@randombit.net Thu, 17 Jan 2008 17:18:04 GMT http://viewmtn.angrygoats.net/all/revision/info/a57200878859fd20f9d16796ae928d985ea18f02 merge of '3d9e9476c5b2a2ee125eee7e0dd10bfe460d0546' merge of '3d9e9476c5b2a2ee125eee7e0dd10bfe460d0546'
and '9fe0310805932b889bdfa17c9213f2b97d47ab6a'
lloyd@randombit.net Mon, 24 Dec 2007 20:57:31 GMT
http://viewmtn.angrygoats.net/all/revision/info/79665e5a95e93a585c3e0672e38dfa7f9b478473 Replace C-style casts with static_cast (found by GCC's -Wold-style-cast) Replace C-style casts with static_cast (found by GCC's -Wold-style-cast) lloyd@randombit.net Sat, 17 Nov 2007 02:25:53 GMT http://viewmtn.angrygoats.net/all/revision/info/23948ee7e88d6fbdd37c5c2185aff1e93d5012df Wrap lines in pk_bench and passhash to keep them under 80 columns. Wrap lines in pk_bench and passhash to keep them under 80 columns. lloyd@randombit.net Fri, 19 Oct 2007 18:15:34 GMT http://viewmtn.angrygoats.net/all/revision/info/53053c4dc400256ae64890232c5bc5c83bfea0f9 Cleanup the public key benchmark code: avoid macros, use PEM/PKCS Cleanup the public key benchmark code: avoid macros, use PEM/PKCS
#8 format to store Rabin-Williams keys, inline small functions
that are only called once into their caller. Reduces overall
length of the file from 458 to 367 lines. Rename all the key
files in keys/ to use a .pem suffix since they are all now in PEM
format (the RSA keys had been for a long time but were never
renamed).
lloyd@randombit.net Thu, 13 Sep 2007 15:03:18 GMT
http://viewmtn.angrygoats.net/all/revision/info/e480ff59fdd044dcede16c4d4becf8b8eae7e8e9 Remove code checking the BOTAN_NO_ macros for if particular public key Remove code checking the BOTAN_NO_ macros for if particular public key
algorithms exist. They haven't been used since the 'minimal' module was
removed in Botan 1.3.14
lloyd@randombit.net Thu, 13 Sep 2007 14:11:16 GMT
http://viewmtn.angrygoats.net/all/revision/info/3d9e9476c5b2a2ee125eee7e0dd10bfe460d0546 Remove the BOTAN_NO_ macros Remove the BOTAN_NO_ macros lloyd@randombit.net Thu, 13 Sep 2007 13:39:27 GMT http://viewmtn.angrygoats.net/all/revision/info/86cf25420e88c299032aa5f34048f7b94f3447d0 DSA-2048 and DSA-3072 benchmarks, disabled for a while due to lack of DSA-2048 and DSA-3072 benchmarks, disabled for a while due to lack of
'standard' groups (I may just go ahead and do this).
lloyd@randombit.net Fri, 09 Mar 2007 03:39:04 GMT
http://viewmtn.angrygoats.net/all/revision/info/147a861bbf4fa96bfbfdafca571566b81ac19415 Decide to print ms/op or ops/second at runtime instead of compile time. Decide to print ms/op or ops/second at runtime instead of compile time. lloyd@randombit.net Sun, 12 Nov 2006 05:12:09 GMT