| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename asn1_int to asn1_obj as it actually declares ASN1_Object | lloyd | 2012-11-06 | 1 | -295/+0 |
* | Split asn1_obj.h into asn1_alt_name.h, asn1_attribute.h, and | lloyd | 2012-11-06 | 1 | -1/+1 |
* | Remove get_nanoseconds_clock as we'll rely on std::chrono's high | lloyd | 2012-02-20 | 1 | -1/+1 |
* | propagate from branch 'net.randombit.botan' (head 6581b789d58717bc6acee5c6a24... | lloyd | 2010-10-13 | 1 | -4/+4 |
|\ |
|
| * | s/u32bit/size_t/ in asn1 | lloyd | 2010-10-13 | 1 | -4/+4 |
* | | propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b... | lloyd | 2010-10-13 | 1 | -24/+28 |
|\ \
| |/
|/| |
|
| * | Remove system_time(), replace entirely with std::chrono. | lloyd | 2009-12-01 | 1 | -10/+10 |
| * | Remove to_string, replacing with std::to_string | lloyd | 2009-11-18 | 1 | -19/+28 |
| * | Attic-ize all of src/timer, except for time_t_to_tm and system_time | lloyd | 2009-10-13 | 1 | -1/+1 |
* | | 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 | 1 | -0/+6 |
* | | Replace time_t_to_tm with calendar_value which returns a struct representing | lloyd | 2009-12-24 | 1 | -8/+8 |
* | | Consolidate the non-canonical epoch timers, like cpuid and Win32's | lloyd | 2009-12-01 | 1 | -1/+1 |
|/ |
|
* | The get_tm function was duplicated. Move single version to timer.{h,cpp} | lloyd | 2009-09-17 | 1 | -20/+2 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 1 | -46/+48 |
* | Move almost all of the ASN.1, BER, and DER codec related code into new | lloyd | 2008-09-28 | 1 | -0/+295 |