aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/eckaeg
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615...lloyd2009-11-131-3/+4
|\
| * Make set_all_values in {ECDSA,ECKAEG}_{Public,Private}Key all non-virtual;lloyd2009-11-101-3/+4
* | propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-022-3/+3
|\ \ | |/ |/|
| * propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53...lloyd2009-09-171-1/+0
| |\
| * \ propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573...lloyd2009-09-082-3/+3
| |\ \
| | * \ propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388...lloyd2009-07-211-10/+10
| | |\ \
| | * \ \ propagate from branch 'net.randombit.botan' (head 6a746ccf1e957dba703e6537205...lloyd2009-06-042-3/+3
| | |\ \ \
| | | * | | Replace the (deprecated) auto_ptr with unique_ptr.lloyd2009-04-012-3/+3
* | | | | | 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/+0
|/ / / /
* | | / Replace 'XXX' and other such notes with FIXME for easy greppinglloyd2009-07-221-2/+3
| |_|/ |/| |
* | | Move some files around to break up dependencies between directorieslloyd2009-07-161-0/+1
* | | Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-9/+9
* | | Move the contents of pubkey/pubkey (which was kind of a catch-all tolloyd2009-07-151-1/+0
|/ /
* / engine.h had copies of some declarations from pk_engine.h that had notlloyd2009-05-131-1/+1
|/
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-306-56/+68
* Remove dependency on Default_Engine from pubkey codelloyd2008-11-081-11/+0
* Add ECKAEG benchmark. Fix several problems found in ECKAEG key (had pure virt...lloyd2008-10-132-36/+59
* Remove spurious trailing ; after blockslloyd2008-10-131-3/+3
* Move ECDSA_Signature into CVC module. It is not used by ECDSA directly now.lloyd2008-10-111-1/+1
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-093-6/+6
* Needed include of numthry.hlloyd2008-10-081-0/+1
* Reformattinglloyd2008-10-081-20/+24
* Split ecdsa module into ecc_key, ecdsa, eckaeglloyd2008-10-087-0/+471