en-us Changes to file checks/pk.cpp (from [b773b0a7..]) http://viewmtn.angrygoats.net/all/revision/filechanges/b773b0a7f1dd2a6e9add062a58663ed16b491d07/checks/pk.cpp Changes to file checks/pk.cpp (from [b773b0a7..]) http://viewmtn.angrygoats.net/all/revision/info/0bd31c0935789c0b8280f297b711d935192280f1 propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266e883b7bb0eb00) propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266e883b7bb0eb00)
to branch 'net.randombit.botan.remove-libstate' (head 636b767b9686261418b1cb45a6271edeef87501b)
lloyd@randombit.net Mon, 21 Apr 2008 18:53:06 GMT
http://viewmtn.angrygoats.net/all/revision/info/229d394279cec67a2708fae26cb258073561a36a Update Fixed_Output_RNG (used for testing) to implement is_seeded Update Fixed_Output_RNG (used for testing) to implement is_seeded lloyd@randombit.net Mon, 21 Apr 2008 14:53:38 GMT 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/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/96c8e22652a0f158966b39314f81218fb338880d Remove several uses of old style C casts in favor of C++98's static_cast and Remove several uses of old style C casts in favor of C++98's static_cast and
reinterpret_cast
lloyd@randombit.net Fri, 19 Oct 2007 18:11:06 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/5e6e1a4115caf3794432da0b127798954a2031da Eliminate most uses of exit() to bail on an error; instead throw an Eliminate most uses of exit() to bail on an error; instead throw an
exception upto the top level, that's what it's there for.
lloyd@randombit.net Mon, 19 Feb 2007 23:42:37 GMT
http://viewmtn.angrygoats.net/all/revision/info/4bd87eba43f9b89cbe50402e4b07bfb37cabfffb Rename X509_PublicKey and PKCS8_PrivateKey to the new types within the Rename X509_PublicKey and PKCS8_PrivateKey to the new types within the
self-test sources
lloyd@randombit.net Wed, 06 Sep 2006 19:52:59 GMT
http://viewmtn.angrygoats.net/all/revision/info/b597326f948b69d850c91e9181446176fc3ad0c3 Remove the public domain notices from the self-test/benchmark code, Remove the public domain notices from the self-test/benchmark code,
because it turns out to be something of a legal minefield.
lloyd@randombit.net Wed, 09 Aug 2006 09:17:27 GMT