aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head c1db52e38b60afbc6549af5222d...lloyd2010-02-2517-53/+73
|\
| * Drop async.h and switch to using std::async which was added to GCC beforelloyd2010-02-244-14/+10
| * Post-merge fixupslloyd2010-02-241-7/+6
| * propagate from branch 'net.randombit.botan' (head 2b67727dd9d1e7fe34f3cb7b7f6...lloyd2010-02-246-5/+557
| |\
| * \ propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-2117-47/+71
| |\ \
| | * \ propagate from branch 'net.randombit.botan' (head 5525439539abc808b7b8588380a...lloyd2009-12-2217-47/+71
| | |\ \
| | | * \ propagate from branch 'net.randombit.botan' (head 22c82e10d78ad0e2cdaa56cb02f...lloyd2009-12-1617-47/+71
| | | |\ \
| | | | * | Post-merge fixeslloyd2009-12-164-4/+4
| | | | * | propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-1623-153/+38
| | | | |\ \
| | | | * \ \ propagate from branch 'net.randombit.botan' (head 2f3665f775fafbdfa517ecdca7f...lloyd2009-11-1917-47/+71
| | | | |\ \ \
| | | | | * | | Remove to_string, replacing with std::to_stringlloyd2009-11-184-8/+8
| | | | | * | | auto_ptr is unique_ptr in C++0xlloyd2009-11-181-2/+2
| | | | | * | | propagate from branch 'net.randombit.botan' (head 23f95467137a0531f74574d1e3e...lloyd2009-11-1813-37/+61
| | | | | |\ \ \
| | | | | | * | | Use async in ElGamal encryption and Nyberg-Rueppel verificationlloyd2009-11-182-4/+10
| | | | | | * | | Add a simple version of std::async as std_async in async.h and use itlloyd2009-11-172-39/+9
| | | | | | * | | Also parallelize DSA signature generation, though due to critical pathlloyd2009-11-171-2/+13
| | | | | | * | | Use a thread to compute half of the DSA verification. 20-90% faster dependinglloyd2009-11-171-2/+19
| | | | | | * | | In IF decryption, two large powmods are done, one mod p and one mod q. Spawnlloyd2009-11-171-1/+22
| | | | | | * | | propagate from branch 'net.randombit.botan' (head 0ac5a29496b4e50775827d9655c...lloyd2009-11-179-25/+24
| | | | | | |\ \ \
| | | | | | | * \ \ propagate from branch 'net.randombit.botan' (head cfb19182987fc95b2a8885584a3...lloyd2009-11-174-5/+5
| | | | | | | |\ \ \
| | | | | | | * \ \ \ propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615...lloyd2009-11-132-6/+6
| | | | | | | |\ \ \ \
| | | | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-029-25/+24
| | | | | | | |\ \ \ \ \
| | | | | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c...lloyd2009-10-139-25/+24
| | | | | | | | |\ \ \ \ \
| | | | | | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53...lloyd2009-09-179-6/+78
| | | | | | | | | |\ \ \ \ \
| | | | | | | | | * \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573...lloyd2009-09-089-25/+24
| | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388...lloyd2009-07-2131-96/+113
| | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 6a746ccf1e957dba703e6537205...lloyd2009-06-049-25/+24
| | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | * | | | | | | Replace the (deprecated) auto_ptr with unique_ptr.lloyd2009-04-019-25/+24
* | | | | | | | | | | | | | | | | | Use a Modular_Reducer in ECDSA op for reductions mod the order of the grouplloyd2010-02-252-18/+9
* | | | | | | | | | | | | | | | | | Move contents of gfpmath to numbertheory. Adjust dependencies.lloyd2010-02-255-6/+1
* | | | | | | | | | | | | | | | | | Inline GFpElementlloyd2010-02-251-3/+1
* | | | | | | | | | | | | | | | | | Remove point_{x,y,z} funcs, hide GFpElement entirelylloyd2010-02-251-2/+0
* | | | | | | | | | | | | | | | | | CurveGFp: Inline, deleting source file. Store only a,b,p aslloyd2010-02-251-38/+41
* | | | | | | | | | | | | | | | | | Convert PointGFp::get_affine_{x,y} to return just the BigInt valuelloyd2010-02-253-14/+16
* | | | | | | | | | | | | | | | | | Convert 3-arg constructoor of PointGFp to take BigInts instead oflloyd2010-02-251-2/+1
* | | | | | | | | | | | | | | | | | Remove PointGFp::mult_this_securelloyd2010-02-245-19/+13
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Remove debug printlloyd2010-02-241-5/+0
* | | | | | | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head 84baf58b29f3aaaee34e2b873d0...lloyd2010-02-2411-30/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Remove unused variable in ec_dompar. Add missing include to ecc_keylloyd2010-02-232-5/+4
| |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Remove catch clauses made redundant by inheritence changes in exception hiera...lloyd2010-01-081-5/+0
| * | | | | | | | | | | | | | | | Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-054-6/+8
| * | | | | | | | | | | | | | | | Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-313-8/+8
| * | | | | | | | | | | | | | | | Switch from TripleDES to AES-256 for private key encryption bylloyd2009-12-261-1/+1
| * | | | | | | | | | | | | | | | Correct documentation about default_pbelloyd2009-12-261-6/+4
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head a338abd543caa402c32acd952e8...lloyd2009-12-245-0/+558
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-165-0/+558
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Of _course_, GOST 34.10 uses a non-standard X.509 encoding, and _of course_lloyd2009-12-122-5/+105
| | * | | | | | | | | | | | | | Bizarrely, there are two different OIDs for the same GOST 34.10 param set.lloyd2009-12-121-1/+1
| | * | | | | | | | | | | | | | Add an implementation of GOST 34.10-2001 as described inlloyd2009-11-195-0/+458
| | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | | Remove unneeded iostream/stdio includeslloyd2009-12-211-3/+0
| |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |