aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/dl_group
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-014-877/+0
* Same for EC groupslloyd2013-12-253-8/+11
* Store all DH group info in constant memory instead of Library_State configlloyd2013-12-253-4/+367
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-281-1/+1
* Move assert.h from internal to very public (included in types.h)lloyd2013-03-131-1/+0
* Fix divisibility check in DL_Group::make_dsa_generatorlloyd2012-07-191-3/+4
* The messages for assertion checks were done both ways, both "assertionlloyd2012-07-091-1/+1
* Modify DL_Group::PEM_decode and BER_decode to take values instead oflloyd2012-06-052-11/+13
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-182-8/+11
* propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-4/+4
|\
| * propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-172-24/+25
| |\
| * \ propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54...lloyd2010-03-211-4/+4
| |\ \
| | * \ propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-211-4/+4
| | |\ \
| | | * \ propagate from branch 'net.randombit.botan' (head 22c82e10d78ad0e2cdaa56cb02f...lloyd2009-12-161-4/+4
| | | |\ \
| | | | * \ propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-161-7/+0
| | | | |\ \
| | | | * | | Remove to_string, replacing with std::to_stringlloyd2009-11-181-4/+4
* | | | | | | Use size_t instead of u32bit in all of pubkeylloyd2010-10-122-5/+5
* | | | | | | Use BOTAN_ASSERT in various placeslloyd2010-09-261-9/+9
| |_|_|_|_|/ |/| | | | |
* | | | | | Replace "@return a blah" and "@return the blah" with just "@return blah"lloyd2010-06-161-5/+5
* | | | | | If you didn't specify a qbits for the DSA kosherizer, then it wouldlloyd2010-05-281-19/+20
|/ / / / /
* / / / / A number of changes to primality tests:lloyd2010-03-191-1/+1
|/ / / /
* / / / Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-051-2/+2
|/ / /
* | / Add missing BOTAN_DLL exports.lloyd2009-12-161-1/+1
| |/ |/|
* | Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-7/+0
|/
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Split up util.h into 3 fileslloyd2009-09-171-1/+1
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-0/+4
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-302-59/+63
* DL_Group constructor taking three BigInts had the order of q and g swappedlloyd2008-12-081-1/+1
* Bubble up use of global algo factory out of DSA parameter gen to DL_Grouplloyd2008-11-111-2/+6
* Another batch of InSiTo Doxygen commentslloyd2008-10-131-12/+108
* Rename pk dir to pubkey, avoids tab-completion collision with pk_padlloyd2008-10-013-0/+406