| Commit message (Expand) | Author | Age | Files | Lines |
* | propagate from branch 'net.randombit.botan' (head 647eeb4f4cf8fa4cf487cdc463d... | lloyd | 2010-06-22 | 2 | -24/+46 |
|\ |
|
| * | Define X509_Object::encode in terms of BER_encode and PEM_encode | lloyd | 2010-06-21 | 1 | -22/+12 |
| * | Doxygen | lloyd | 2010-06-21 | 1 | -2/+34 |
* | | Post merge fixups | lloyd | 2010-06-17 | 1 | -2/+0 |
* | | propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a... | lloyd | 2010-06-17 | 11 | -88/+103 |
|\| |
|
| * | Replace "@return a blah" and "@return the blah" with just "@return blah" | lloyd | 2010-06-16 | 7 | -37/+37 |
| * | More Doxygen updates/fixes | lloyd | 2010-06-15 | 4 | -34/+55 |
| * | Fix a few hundred Doxygen warnings | lloyd | 2010-06-15 | 3 | -2/+9 |
| * | Use X509::BER_encode. Saves 12 lines. Nice | lloyd | 2010-06-15 | 1 | -18/+6 |
* | | propagate from branch 'net.randombit.botan' (head 74e9e8642943d126a5e5efa5be1... | lloyd | 2010-03-10 | 5 | -50/+49 |
|\| |
|
| * | Remove config options to toggle if X.509 extensions are critical or | lloyd | 2010-03-10 | 4 | -48/+47 |
| * | Make cert decoding errors more verbose | lloyd | 2010-03-10 | 1 | -2/+2 |
* | | propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c... | lloyd | 2010-03-09 | 12 | -181/+148 |
|\ \
| |/
|/| |
|
| * | Post-merge fixes | lloyd | 2010-01-21 | 1 | -1/+1 |
| * | propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b... | lloyd | 2010-01-21 | 13 | -183/+150 |
| |\ |
|
| | * | propagate from branch 'net.randombit.botan' (head 367d157c1221a162f5b40984929... | lloyd | 2009-12-24 | 3 | -3/+6 |
| | |\ |
|
| | * \ | propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275... | lloyd | 2009-12-16 | 4 | -15/+18 |
| | |\ \ |
|
| | * | | | Most files including <botan/time.h> actually just needed <chrono> | lloyd | 2009-12-01 | 2 | -2/+2 |
| | * | | | Use std::chrono::duration instead of untyped u32bit values for times in | lloyd | 2009-12-01 | 2 | -10/+17 |
| | * | | | Remove system_time(), replace entirely with std::chrono. | lloyd | 2009-12-01 | 5 | -19/+22 |
| | * | | | Remove to_string, replacing with std::to_string | lloyd | 2009-11-18 | 3 | -3/+3 |
| | * | | | propagate from branch 'net.randombit.botan' (head 23f95467137a0531f74574d1e3e... | lloyd | 2009-11-18 | 11 | -158/+115 |
| | |\ \ \ |
|
| | | * | | | Use the new support for explicitly deleting functions instead of hiding | lloyd | 2009-11-17 | 2 | -5/+5 |
| | | * | | | Convert Data_Store::Matcher to using lambdas | lloyd | 2009-11-16 | 1 | -32/+11 |
| | | * | | | Use auto for long iterator names, etc. | lloyd | 2009-11-16 | 3 | -18/+7 |
| | | * | | | Replace X509_Store::Search_Func with std::function and lambdas | lloyd | 2009-11-16 | 4 | -92/+81 |
| | | * | | | Post-merge fix | lloyd | 2009-11-13 | 1 | -1/+1 |
| | | * | | | propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615... | lloyd | 2009-11-13 | 4 | -30/+74 |
| | | |\ \ \ |
|
| | | * \ \ \ | propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6... | lloyd | 2009-11-02 | 6 | -11/+11 |
| | | |\ \ \ \ |
|
| | | | * | | | | Attic-ize all of src/timer, except for time_t_to_tm and system_time | lloyd | 2009-10-13 | 4 | -4/+4 |
| | | | * | | | | propagate from branch 'net.randombit.botan' (head b9ca6596a127964cb9795d22bc2... | lloyd | 2009-09-17 | 1 | -1/+0 |
| | | | |\ \ \ \ |
|
| | | | * \ \ \ \ | propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53... | lloyd | 2009-09-17 | 4 | -5/+5 |
| | | | |\ \ \ \ \ |
|
| | | | * \ \ \ \ \ | propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388... | lloyd | 2009-07-21 | 1 | -7/+14 |
| | | | |\ \ \ \ \ \ |
|
| | | | * | | | | | | | Replace the (deprecated) auto_ptr with unique_ptr. | lloyd | 2009-04-01 | 4 | -7/+7 |
* | | | | | | | | | | | Modify pubkey classes to take names instead of object pointers. | lloyd | 2010-03-08 | 4 | -12/+8 |
* | | | | | | | | | | | Remove the now no-op classes PK_Encrypting_Key, | lloyd | 2010-03-08 | 4 | -42/+6 |
* | | | | | | | | | | | The code in pk_codecs was actually entirely tied to the code in | lloyd | 2010-03-04 | 1 | -1/+0 |
* | | | | | | | | | | | Add a new function to Public_Key, algorithm_identifier(), which just | lloyd | 2010-03-04 | 1 | -7/+1 |
|/ / / / / / / / / / |
|
* | | | | | | | | / | Clean up exceptions. Remove some unused ones like Config_Error. Make | lloyd | 2010-01-05 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
* | | | | | | | | | Time was saved to a u32bit. Would really bite me in 2106 :) | lloyd | 2009-12-23 | 1 | -1/+1 |
* | | | | | | | | | Avoid MSVC warning 4800 about implicit conversion from T to bool. Mostly | lloyd | 2009-12-23 | 1 | -1/+1 |
* | | | | | | | | | Add FIXME note to Certificate_Policies::encode_inner | lloyd | 2009-12-23 | 1 | -1/+4 |
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
* | | | | | | | | Make many more headers internal-only. | lloyd | 2009-12-16 | 3 | -3/+3 |
* | | | | | | | | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 1 | -12/+15 |
* | | | | | | | | Consolidate the non-canonical epoch timers, like cpuid and Win32's | lloyd | 2009-12-01 | 4 | -4/+4 |
|/ / / / / / / |
|
* | | | | | / | Much cleaning up in ECDSA, though it's still rather a mess (and 50x slower | lloyd | 2009-11-18 | 1 | -15/+3 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | In creating X.509 certificates and PKCS #10 requests, let (actually: require) | lloyd | 2009-11-09 | 4 | -31/+75 |
|/ / / / / |
|
* | | | / | 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 | -1/+0 |
| |_|/
|/| | |
|
* | | | Split up util.h into 3 files | lloyd | 2009-09-17 | 4 | -5/+5 |
| |/
|/| |
|