aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54...lloyd2010-03-2117-307/+239
|\
| * propagate from branch 'net.randombit.botan' (head 74e9e8642943d126a5e5efa5be1...lloyd2010-03-105-50/+49
| |\
| * | Various updates: unique_ptr, using chrono, merge fixups, etclloyd2010-03-091-4/+11
| * | propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c...lloyd2010-03-0917-304/+229
| |\ \
| | * \ propagate from branch 'net.randombit.botan' (head fc86fc4842254088bf820ea6ebf...lloyd2010-03-021-4/+4
| | |\ \
| | * | | Post-merge fixupslloyd2010-02-243-4/+4
| | * | | propagate from branch 'net.randombit.botan' (head 2b67727dd9d1e7fe34f3cb7b7f6...lloyd2010-02-2412-137/+52
| | |\ \ \
| | * \ \ \ propagate from branch 'net.randombit.botan' (head af0e75a6f88cf5c3e0c53f949ae...lloyd2010-01-272-4/+2
| | |\ \ \ \
| | * | | | | Post-merge fixeslloyd2010-01-211-1/+1
| | * | | | | propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-2129-362/+288
| | |\ \ \ \ \
| | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 367d157c1221a162f5b40984929...lloyd2009-12-243-3/+6
| | | |\ \ \ \ \
| | | * \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 22c82e10d78ad0e2cdaa56cb02f...lloyd2009-12-1629-367/+292
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-169-74/+82
| | | | |\ \ \ \ \ \
| | | | * | | | | | | Most files including <botan/time.h> actually just needed <chrono>lloyd2009-12-013-3/+3
| | | | * | | | | | | Use std::chrono::duration instead of untyped u32bit values for times inlloyd2009-12-012-10/+17
| | | | * | | | | | | Remove system_time(), replace entirely with std::chrono.lloyd2009-12-018-107/+70
| | | | * | | | | | | Remove to_string, replacing with std::to_stringlloyd2009-11-184-37/+35
| | | | * | | | | | | propagate from branch 'net.randombit.botan' (head 23f95467137a0531f74574d1e3e...lloyd2009-11-1826-220/+177
| | | | |\ \ \ \ \ \ \
| | | | | * | | | | | | Use the new support for explicitly deleting functions instead of hidinglloyd2009-11-172-5/+5
| | | | | * | | | | | | Convert Data_Store::Matcher to using lambdaslloyd2009-11-161-32/+11
| | | | | * | | | | | | Use auto for long iterator names, etc.lloyd2009-11-163-18/+7
| | | | | * | | | | | | Replace X509_Store::Search_Func with std::function and lambdaslloyd2009-11-164-92/+81
| | | | | * | | | | | | Remove TR1 hooks - can be assumed to exist under a C++0x compilerlloyd2009-11-131-2/+0
| | | | | * | | | | | | Post-merge fixlloyd2009-11-131-1/+1
| | | | | * | | | | | | propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615...lloyd2009-11-139-39/+78
| | | | | |\ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-0220-71/+73
| | | | | |\ \ \ \ \ \ \ \
| | | | | | * | | | | | | | Attic-ize all of src/timer, except for time_t_to_tm and system_timelloyd2009-10-136-6/+6
| | | | | | * | | | | | | | propagate from branch 'net.randombit.botan' (head b9ca6596a127964cb9795d22bc2...lloyd2009-09-172-44/+16
| | | | | | |\ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53...lloyd2009-09-176-7/+6
| | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573...lloyd2009-09-0817-65/+67
| | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388...lloyd2009-07-212-12/+27
| | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | | | Use C++0x std::shared_ptr<> instead of TR1'slloyd2009-04-019-22/+15
| | | | | | | * | | | | | | | | | | Replace the (deprecated) auto_ptr with unique_ptr.lloyd2009-04-0114-45/+54
* | | | | | | | | | | | | | | | | | Initialize m_pk to null in constructorlloyd2010-03-171-0/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Remove config options to toggle if X.509 extensions are critical orlloyd2010-03-104-48/+47
* | | | | | | | | | | | | | | | | Make cert decoding errors more verboselloyd2010-03-101-2/+2
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Modify pubkey classes to take names instead of object pointers.lloyd2010-03-086-29/+23
* | | | | | | | | | | | | | | | Remove the now no-op classes PK_Encrypting_Key,lloyd2010-03-085-47/+7
* | | | | | | | | | | | | | | | Changes to CVC to deal with the fact that you can't create an uninitializedlloyd2010-03-043-8/+10
* | | | | | | | | | | | | | | | The code in pk_codecs was actually entirely tied to the code inlloyd2010-03-042-2/+0
* | | | | | | | | | | | | | | | Add a new function to Public_Key, algorithm_identifier(), which justlloyd2010-03-041-7/+1
* | | | | | | | | | | | | | | | Remove BOTAN_DLL from templates, VC++ doesn't like itlloyd2010-03-032-2/+2
* | | | | | | | | | | | | | | | Reorganize where some CVC code goes to avoid template bloat + VC problemslloyd2010-03-037-95/+66
* | | | | | | | | | | | | | | | CVC assumed sigs were DER encoded by default. Not truelloyd2010-03-024-25/+7
* | | | | | | | | | | | | | | | Remove ECDSA_Signature encoding/decoding cruftlloyd2010-03-023-83/+39
* | | | | | | | | | | | | | | | Cleanups, remove dead codelloyd2010-03-028-96/+27
* | | | | | | | | | | | | | | | Port in the code for forming the EAC encoding of an ECDSA key, so nowlloyd2010-03-021-19/+47
* | | | | | | | | | | | | | | | Lots of internal CVC cleanupslloyd2010-03-0213-192/+121
* | | | | | | | | | | | | | | | Remove some needless usages of auto_ptr in CVClloyd2010-03-027-22/+33
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Remove a fairly useless member of EC_PublicKey that was only used forlloyd2010-03-021-1/+1