aboutsummaryrefslogtreecommitdiffstats
path: root/src/dl_group.cpp
Commit message (Expand)AuthorAgeFilesLines
* The counter is not specified, so do not mention itlloyd2008-08-311-1/+1
* Remove the Config class.lloyd2008-06-301-2/+1
* Remove global_config() - replace by direct calls to global_state()lloyd2008-06-301-1/+2
* Previously if DL_Group was given a q value of zero, it would check tolloyd2008-06-271-4/+0
* Remove random_integer() and replace it with a BigInt constructor taking alloyd2008-05-241-1/+1
* Avoid using global rng in DL_Group::generate_dsa_primeslloyd2008-05-241-2/+3
* Previously random_integer and friends used the global PRNG object to getlloyd2008-05-241-11/+14
* Change the copyrights in all files in the Botan tree to directly reflectlloyd2008-04-101-1/+1
* Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep thelloyd2008-03-101-1/+1
* Mass update of the copyright date. Honestly I don't know why I bother,lloyd2008-02-141-1/+1
* If DL_Group's constructor can't find a group, throw a reasonably informativelloyd2007-09-291-1/+6
* Alter one of the constructors of DL_Group to take a parameter specifyinglloyd2007-03-031-5/+10
* Bump copyright year to 2007lloyd2007-01-201-1/+1
* Access the global configuration through an object reference insteadlloyd2006-07-011-2/+2
* Syntax changes to the BER and DER APIs to improve readability of codelloyd2006-05-191-7/+7
* Initial checkin1.5.6lloyd2006-05-181-0/+317