aboutsummaryrefslogtreecommitdiffstats
path: root/checks
Commit message (Expand)AuthorAgeFilesLines
* Various updates: unique_ptr, using chrono, merge fixups, etclloyd2010-03-091-2/+2
* propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c...lloyd2010-03-097-38/+47
|\
| * propagate from branch 'net.randombit.botan' (head fc86fc4842254088bf820ea6ebf...lloyd2010-03-026-131/+132
| |\
| * \ propagate from branch 'net.randombit.botan' (head c1db52e38b60afbc6549af5222d...lloyd2010-02-259-67/+76
| |\ \
| | * \ propagate from branch 'net.randombit.botan' (head 2b67727dd9d1e7fe34f3cb7b7f6...lloyd2010-02-243-196/+22
| | |\ \
| | * \ \ propagate from branch 'net.randombit.botan' (head 5bfc3e699003b86615c584f8ae4...lloyd2010-02-1410-77/+86
| | |\ \ \
| | | * \ \ propagate from branch 'net.randombit.botan' (head af0e75a6f88cf5c3e0c53f949ae...lloyd2010-01-271-0/+7110
| | | |\ \ \
| | | * \ \ \ propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-2110-77/+86
| | | |\ \ \ \
| | | | * \ \ \ propagate from branch 'net.randombit.botan' (head 367d157c1221a162f5b40984929...lloyd2009-12-244-3/+20
| | | | |\ \ \ \
| | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-162-3/+0
| | | | |\ \ \ \ \
| | | | * | | | | | Remove system_time(), replace entirely with std::chrono.lloyd2009-12-011-2/+1
| | | | * | | | | | Remove to_string, replacing with std::to_stringlloyd2009-11-181-8/+8
| | | | * | | | | | propagate from branch 'net.randombit.botan' (head cfb19182987fc95b2a8885584a3...lloyd2009-11-172-4/+4
| | | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615...lloyd2009-11-132-1653/+1658
| | | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-0210-70/+79
| | | | |\ \ \ \ \ \ \ \
| | | | | * | | | | | | | Attic-ize all of src/timer, except for time_t_to_tm and system_timelloyd2009-10-131-1/+1
| | | | | * | | | | | | | Fix for removal of Default_Benchmark_Timerlloyd2009-10-132-9/+18
| | | | | * | | | | | | | propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c...lloyd2009-10-138-60/+60
| | | | | |\ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 8a5eb02c2e451fc983f234f7ba2...lloyd2009-09-308-60/+60
| | | | | | |\ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53...lloyd2009-09-171-1/+1
| | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 32f457161b1ad1afb7a3d0ccebc...lloyd2009-09-168-60/+60
| | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573...lloyd2009-09-088-60/+60
| | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388...lloyd2009-07-219-0/+0
| | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 5438defd358f82e876917a8bd6d...lloyd2009-07-158-60/+60
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head d6d32791adfa878b6fc0dd3a5b6...lloyd2009-07-032-2/+23
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 6a746ccf1e957dba703e6537205...lloyd2009-06-048-60/+60
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * | | | | | | | | | | Use C++0x std::shared_ptr<> instead of TR1'slloyd2009-04-012-10/+10
| | | | | | | | | | | * | | | | | | | | | | Replace the (deprecated) auto_ptr with unique_ptr.lloyd2009-04-017-50/+50
* | | | | | | | | | | | | | | | | | | | | | Deconstify PK_Ops. It's quite reasonable that some op will want tolloyd2010-03-092-27/+34
* | | | | | | | | | | | | | | | | | | | | | Dont need RNG in this testlloyd2010-03-091-3/+2
* | | | | | | | | | | | | | | | | | | | | | Rename PK_Encryptor_MR_with_EME and PK_Decryptor_MR_with_EME tolloyd2010-03-082-10/+10
* | | | | | | | | | | | | | | | | | | | | | Modify pubkey classes to take names instead of object pointers.lloyd2010-03-085-139/+139
* | | | | | | | | | | | | | | | | | | | | | Remove the sign() operation from the public key objects, totally replacedlloyd2010-03-054-203/+113
* | | | | | | | | | | | | | | | | | | | | | This checkin represents a pretty major change in how PK operations arelloyd2010-03-042-138/+43
* | | | | | | | | | | | | | | | | | | | | | Use KDF2/PK_Key_Agreement in DH benchmarklloyd2010-03-041-5/+5
* | | | | | | | | | | | | | | | | | | | | | More keygen testslloyd2010-03-041-0/+8
* | | | | | | | | | | | | | | | | | | | | | Test GOST with 521-bit prime field (was setting off bug before)lloyd2010-03-041-1/+1
* | | | | | | | | | | | | | | | | | | | | | Split up load/store tests public vs privatelloyd2010-03-041-11/+29
* | | | | | | | | | | | | | | | | | | | | | For each keygen tests, save the file as pem then reload it.lloyd2010-03-041-27/+80
* | | | | | | | | | | | | | | | | | | | | | Add similar decoding constructors to the private keyslloyd2010-03-042-3/+3
* | | | | | | | | | | | | | | | | | | | | | Add a new constructor to each public key algorithm (only the publiclloyd2010-03-042-97/+2
* | | | | | | | | | | | | | | | | | | | | | Remove odd DH use in ECDH testlloyd2010-03-041-4/+0
* | | | | | | | | | | | | | | | | | | | | | Some botan exception throws are plain STL exceptionslloyd2010-03-041-7/+1
* | | | | | | | | | | | | | | | | | | | | | Add a new function to public key x509_subject_public_key which returnslloyd2010-03-041-6/+2
* | | | | | | | | | | | | | | | | | | | | | Reduce deps slightly in selftest codelloyd2010-03-031-4/+17
* | | | | | | | | | | | | | | | | | | | | | Avoid warnings under VC++ in ECC testslloyd2010-03-032-2/+2
* | | | | | | | | | | | | | | | | | | | | | Fix some -Wmissing-declarations warnings in the test codelloyd2010-03-032-14/+11
* | | | | | | | | | | | | | | | | | | | | | Add XSalsa20lloyd2010-03-031-0/+82
* | | | | | | | | | | | | | | | | | | | | | Modify the ECDSA signature OIDs. Previously the ones using the BSIlloyd2010-03-021-1/+1
* | | | | | | | | | | | | | | | | | | | | | Make CVC tests a bit more verboselloyd2010-03-021-8/+10