Revisions 0 to 10 in in which 'checks/pk.cpp' was changed are listed below. These revisions are ancestors of the revision [2a00be7d..]. The "diff" links listed with each revision will show changes in 'checks/pk.cpp' between that revision and [2a00be7d..].

212 days ago: propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266e883b7bb0eb00)
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266e883b7bb0eb00)
to branch 'net.randombit.botan.remove-libstate' (head 636b767b9686261418b1cb45a6271edeef87501b)
Date: Mon, 21 Apr 2008 18:53:06 GMT
212 days ago: Update Fixed_Output_RNG (used for testing) to implement is_seeded
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Update Fixed_Output_RNG (used for testing) to implement is_seeded
Date: Mon, 21 Apr 2008 14:53:38 GMT
226 days ago: Remove the Global_RNG namespace, along with rng.h and rng.cpp. This was
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: 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.
Date: Mon, 07 Apr 2008 14:08:27 GMT
331 days ago: merge of '3d9e9476c5b2a2ee125eee7e0dd10bfe460d0546'
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: merge of '3d9e9476c5b2a2ee125eee7e0dd10bfe460d0546'
and '9fe0310805932b889bdfa17c9213f2b97d47ab6a'
Date: Mon, 24 Dec 2007 20:57:31 GMT
397 days ago: Remove several uses of old style C casts in favor of C++98's static_cast and
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Remove several uses of old style C casts in favor of C++98's static_cast and
reinterpret_cast
Date: Fri, 19 Oct 2007 18:11:06 GMT
433 days ago: Remove code checking the BOTAN_NO_ macros for if particular public key
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: 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
Date: Thu, 13 Sep 2007 14:11:16 GMT
433 days ago: Remove the BOTAN_NO_ macros
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Remove the BOTAN_NO_ macros
Date: Thu, 13 Sep 2007 13:39:27 GMT
639 days ago: Eliminate most uses of exit() to bail on an error; instead throw an
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: 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.
Date: Mon, 19 Feb 2007 23:42:37 GMT
805 days ago: Rename X509_PublicKey and PKCS8_PrivateKey to the new types within the
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Rename X509_PublicKey and PKCS8_PrivateKey to the new types within the
self-test sources
Date: Wed, 06 Sep 2006 19:52:59 GMT
834 days ago: Remove the public domain notices from the self-test/benchmark code,
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Remove the public domain notices from the self-test/benchmark code,
because it turns out to be something of a legal minefield.
Date: Wed, 09 Aug 2006 09:17:27 GMT