aboutsummaryrefslogtreecommitdiffstats
path: root/checks/ecdsa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug 209. Required some reworking of the ASN.1 bytestringlloyd2012-07-091-0/+20
* Plain hex_decode now returns a std::vector, use hex_decode_locked tolloyd2012-05-261-7/+7
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-18/+18
* propagate from branch 'net.randombit.botan' (head 150bd11dd8090559ee1e83394b8...lloyd2011-06-131-9/+9
|\
| * propagate from branch 'net.randombit.botan' (head dd068808e5bf87c982765a8bcc3...lloyd2011-03-081-46/+25
| |\
| * \ propagate from branch 'net.randombit.botan' (head 13a0d36dac3709f3cb88e830ed7...lloyd2011-02-111-9/+9
| |\ \
| | * \ propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-9/+9
| | |\ \
| | | * \ propagate from branch 'net.randombit.botan' (head a29c41b4a949207b1544096c3af...lloyd2010-09-031-9/+9
| | | |\ \
| | | | * \ propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54...lloyd2010-03-211-9/+9
| | | | |\ \
| | | | | * | s/auto_ptr/unique_ptr/lloyd2010-03-101-3/+3
| | | | | * | propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c...lloyd2010-03-091-6/+6
| | | | | |\ \
| | | | | | * \ propagate from branch 'net.randombit.botan' (head fc86fc4842254088bf820ea6ebf...lloyd2010-03-021-8/+8
| | | | | | |\ \
| | | | | | * \ \ propagate from branch 'net.randombit.botan' (head c1db52e38b60afbc6549af5222d...lloyd2010-02-251-17/+17
| | | | | | |\ \ \
| | | | | | | * \ \ propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-211-17/+17
| | | | | | | |\ \ \
| | | | | | | | * | | Replace the (deprecated) auto_ptr with unique_ptr.lloyd2009-04-011-17/+17
* | | | | | | | | | | Fixes for maintainer mode warningslloyd2011-05-161-5/+5
* | | | | | | | | | | ECC private keys had two different constructors, one taking a grouplloyd2011-04-081-7/+7
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Make this test easier to understandlloyd2011-02-141-46/+25
|/ / / / / / / / /
* / / / / / / / / Remove inclusions of unused headers.lloyd2011-02-101-0/+1
|/ / / / / / / /
* | | | | | | | Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-151-5/+3
* | | | | | | | Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-5/+5
* | | | | | | | Call test that was defined but not usedlloyd2010-09-071-4/+5
|/ / / / / / /
* / / / / / / Use the standalone version of the hex decoder instead of the wrapper thatlloyd2010-09-031-8/+8
|/ / / / / /
* / / / / / Replace PointGFp::check_invaraints, which would either return silentlylloyd2010-03-191-2/+2
|/ / / / /
* | | | | Modify pubkey classes to take names instead of object pointers.lloyd2010-03-081-41/+48
* | | | | Remove the sign() operation from the public key objects, totally replacedlloyd2010-03-051-110/+54
* | | | | Add a new constructor to each public key algorithm (only the publiclloyd2010-03-041-40/+1
* | | | | Avoid warnings under VC++ in ECC testslloyd2010-03-031-1/+1
* | | | | Modify the ECDSA signature OIDs. Previously the ones using the BSIlloyd2010-03-021-1/+1
| |_|_|/ |/| | |
* | | | Remove auto_ptr from ECC key typeslloyd2010-03-021-2/+1
* | | | Kill get_EC_Dom_Pars_by_oidlloyd2010-03-011-6/+7
|/ / /
* / / CurveGFp: Inline, deleting source file. Store only a,b,p aslloyd2010-02-251-2/+2
|/ /
* / Fix a test broken by the recent exception hierarchy changeslloyd2010-01-121-10/+2
|/
* Spellinglloyd2008-10-131-2/+2
* ECDSA test cleanup. Remove some old commented out code.lloyd2008-10-121-40/+41
* Cleanup ECDSA tests. Enable test_ec_sign testlloyd2008-10-121-23/+12
* Move InSiTo's ECDSA tests into the main test suitelloyd2008-10-121-0/+566