aboutsummaryrefslogtreecommitdiffstats
path: root/checks/pk.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid using the global RNG in check_key, instead pass a reference.lloyd2008-05-241-10/+10
* Previously random_integer and friends used the global PRNG object to getlloyd2008-05-241-9/+10
* propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266...lloyd2008-04-211-4/+4
|\
| * Remove the Global_RNG namespace, along with rng.h and rng.cpp. This waslloyd2008-04-071-4/+4
* | Update Fixed_Output_RNG (used for testing) to implement is_seededlloyd2008-04-211-0/+2
|/
* Remove several uses of old style C casts in favor of C++98's static_cast and lloyd2007-10-191-5/+12
* Remove code checking the BOTAN_NO_ macros for if particular public keylloyd2007-09-131-41/+4
* Eliminate most uses of exit() to bail on an error; instead throw anlloyd2007-02-191-13/+5
* Rename X509_PublicKey and PKCS8_PrivateKey to the new types within thelloyd2006-09-061-4/+4
* Remove the public domain notices from the self-test/benchmark code,lloyd2006-08-091-1/+0
* Initial checkin1.5.6lloyd2006-05-181-0/+747