| Commit message (Expand) | Author | Age | Files | Lines |
* | propagate from branch 'net.randombit.botan' (head 6581b789d58717bc6acee5c6a24... | lloyd | 2010-10-13 | 12 | -133/+175 |
|\ |
|
| * | Split some of the ASN.1 types into their own headers | lloyd | 2010-10-13 | 6 | -58/+98 |
| * | s/u32bit/size_t/ in asn1 | lloyd | 2010-10-13 | 7 | -75/+77 |
* | | propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b... | lloyd | 2010-10-13 | 9 | -91/+75 |
|\ \
| |/
|/| |
|
| * | propagate from branch 'net.randombit.botan' (head 647eeb4f4cf8fa4cf487cdc463d... | lloyd | 2010-06-22 | 2 | -7/+22 |
| |\ |
|
| * \ | propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a... | lloyd | 2010-06-17 | 6 | -19/+22 |
| |\ \ |
|
| * \ \ | propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54... | lloyd | 2010-03-21 | 9 | -89/+78 |
| |\ \ \ |
|
| | * \ \ | propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c... | lloyd | 2010-03-09 | 9 | -89/+78 |
| | |\ \ \ |
|
| | | * \ \ | propagate from branch 'net.randombit.botan' (head 5bfc3e699003b86615c584f8ae4... | lloyd | 2010-02-14 | 9 | -89/+78 |
| | | |\ \ \ |
|
| | | | * \ \ | propagate from branch 'net.randombit.botan' (head 14c1d4dc8696d2705a70ec3d240... | lloyd | 2009-12-21 | 9 | -95/+84 |
| | | | |\ \ \ |
|
| | | | | * \ \ | propagate from branch 'net.randombit.botan' (head 22c82e10d78ad0e2cdaa56cb02f... | lloyd | 2009-12-16 | 9 | -95/+84 |
| | | | | |\ \ \ |
|
| | | | | | * \ \ | propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275... | lloyd | 2009-12-16 | 6 | -9/+12 |
| | | | | | |\ \ \ |
|
| | | | | | * | | | | Remove system_time(), replace entirely with std::chrono. | lloyd | 2009-12-01 | 2 | -11/+12 |
| | | | | | * | | | | propagate from branch 'net.randombit.botan' (head b3515264af291b4785d3d296e2c... | lloyd | 2009-12-01 | 1 | -1/+0 |
| | | | | | |\ \ \ \ |
|
| | | | | | * \ \ \ \ | propagate from branch 'net.randombit.botan' (head b431f4bc404f3ed4a5332b69100... | lloyd | 2009-11-20 | 1 | -0/+1 |
| | | | | | |\ \ \ \ \ |
|
| | | | | | * | | | | | | Remove to_string, replacing with std::to_string | lloyd | 2009-11-18 | 5 | -24/+33 |
| | | | | | * | | | | | | Use the new support for explicitly deleting functions instead of hiding | lloyd | 2009-11-17 | 1 | -2/+2 |
| | | | | | * | | | | | | propagate from branch 'net.randombit.botan' (head cfb19182987fc95b2a8885584a3... | lloyd | 2009-11-17 | 2 | -3/+3 |
| | | | | | |\ \ \ \ \ \ |
|
| | | | | | * | | | | | | | Use auto for long iterator names, etc. | lloyd | 2009-11-16 | 1 | -16/+11 |
| | | | | | * | | | | | | | propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6... | lloyd | 2009-11-02 | 2 | -44/+28 |
| | | | | | |\ \ \ \ \ \ \ |
|
| | | | | | | * | | | | | | | Attic-ize all of src/timer, except for time_t_to_tm and system_time | lloyd | 2009-10-13 | 1 | -1/+1 |
| | | | | | | * | | | | | | | propagate from branch 'net.randombit.botan' (head b9ca6596a127964cb9795d22bc2... | lloyd | 2009-09-17 | 1 | -20/+2 |
| | | | | | | |\ \ \ \ \ \ \ |
|
| | | | | | | * \ \ \ \ \ \ \ | propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388... | lloyd | 2009-07-21 | 1 | -5/+7 |
| | | | | | | |\ \ \ \ \ \ \ \ |
|
| | | | | | | * | | | | | | | | | A few experiments with auto keyword type inference. Looks like things will | lloyd | 2009-04-01 | 1 | -43/+27 |
* | | | | | | | | | | | | | | | | Use size_t in all of math, remove to_u32bit | lloyd | 2010-10-12 | 1 | -1/+8 |
* | | | | | | | | | | | | | | | | Fix a bug in X509_Time: when decoding, the tag would not be set, so | lloyd | 2010-10-07 | 1 | -18/+24 |
* | | | | | | | | | | | | | | | | Add strict comparisons for X509_Time | lloyd | 2010-09-17 | 2 | -0/+8 |
* | | | | | | | | | | | | | | | | Update all uses of MemoryRegion::append to use either push_back or operator+= | lloyd | 2010-09-15 | 4 | -35/+30 |
* | | | | | | | | | | | | | | | | First set of changes for avoiding use implicit vector->pointer conversions | lloyd | 2010-09-13 | 1 | -5/+5 |
* | | | | | | | | | | | | | | | | Anywhere where we use MemoryRegion::begin to get access to the raw pointer | lloyd | 2010-09-13 | 3 | -7/+7 |
* | | | | | | | | | | | | | | | | Rename MemoryRegion::destroy to MemoryRegion::clear to match STL | lloyd | 2010-09-08 | 3 | -9/+8 |
* | | | | | | | | | | | | | | | | Big, invasive but mostly automated change, with a further attempt at | lloyd | 2010-09-07 | 1 | -2/+4 |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | Doxygen | lloyd | 2010-06-21 | 2 | -7/+22 |
| |_|_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Replace "@return a blah" and "@return the blah" with just "@return blah" | lloyd | 2010-06-16 | 1 | -3/+3 |
* | | | | | | | | | | | | | | More Doxygen fixes | lloyd | 2010-06-15 | 5 | -13/+13 |
* | | | | | | | | | | | | | | Fix a few hundred Doxygen warnings | lloyd | 2010-06-15 | 1 | -3/+6 |
|/ / / / / / / / / / / / / |
|
* / / / / / / / / / / / / | Add a couple of new helper functions to BER_Decoder: | lloyd | 2010-03-19 | 2 | -3/+30 |
|/ / / / / / / / / / / / |
|
* / / / / / / / / / / / | Catch parse errors in OID, throw Invalid_OID | lloyd | 2010-03-04 | 1 | -1/+9 |
|/ / / / / / / / / / / |
|
* | | | | | | | | | | | Move the get_byte template to its own header, because many files | lloyd | 2010-02-02 | 2 | -3/+3 |
* | | | | | | | | | | | Replace time_t_to_tm with calendar_value which returns a struct representing | lloyd | 2009-12-24 | 1 | -8/+8 |
|/ / / / / / / / / / |
|
* / / / / / / / / / | Un-internal loadstor.h (and its header deps, rotate.h and | lloyd | 2009-12-21 | 3 | -3/+3 |
|/ / / / / / / / / |
|
* | | | | | | | / | Add missing BOTAN_DLL exports. | lloyd | 2009-12-16 | 1 | -2/+2 |
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
* | | | | | | | | Make many more headers internal-only. | lloyd | 2009-12-16 | 5 | -7/+7 |
* | | | | | | | | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 1 | -2/+5 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | Consolidate the non-canonical epoch timers, like cpuid and Win32's | lloyd | 2009-12-01 | 2 | -2/+1 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Add missing dependency on timer | lloyd | 2009-11-20 | 1 | -0/+1 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Rename/remove some secmem member variables for better matching with STL | lloyd | 2009-11-17 | 2 | -3/+3 |
|/ / / / |
|
* | | / | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
| |_|/
|/| | |
|
* | | | The get_tm function was duplicated. Move single version to timer.{h,cpp} | lloyd | 2009-09-17 | 1 | -20/+2 |
| |/
|/| |
|
* | | Move some files around to break up dependencies between directories | lloyd | 2009-07-16 | 1 | -0/+2 |