aboutsummaryrefslogtreecommitdiffstats
path: root/src/asn1/asn1_tm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename asn1_int to asn1_obj as it actually declares ASN1_Objectlloyd2012-11-061-295/+0
* Split asn1_obj.h into asn1_alt_name.h, asn1_attribute.h, andlloyd2012-11-061-1/+1
* Remove get_nanoseconds_clock as we'll rely on std::chrono's highlloyd2012-02-201-1/+1
* propagate from branch 'net.randombit.botan' (head 6581b789d58717bc6acee5c6a24...lloyd2010-10-131-4/+4
|\
| * s/u32bit/size_t/ in asn1lloyd2010-10-131-4/+4
* | propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-24/+28
|\ \ | |/ |/|
| * Remove system_time(), replace entirely with std::chrono.lloyd2009-12-011-10/+10
| * Remove to_string, replacing with std::to_stringlloyd2009-11-181-19/+28
| * Attic-ize all of src/timer, except for time_t_to_tm and system_timelloyd2009-10-131-1/+1
* | Fix a bug in X509_Time: when decoding, the tag would not be set, solloyd2010-10-071-18/+24
* | Add strict comparisons for X509_Timelloyd2010-09-171-0/+6
* | Replace time_t_to_tm with calendar_value which returns a struct representinglloyd2009-12-241-8/+8
* | Consolidate the non-canonical epoch timers, like cpuid and Win32'slloyd2009-12-011-1/+1
|/
* The get_tm function was duplicated. Move single version to timer.{h,cpp}lloyd2009-09-171-20/+2
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-46/+48
* Move almost all of the ASN.1, BER, and DER codec related code into newlloyd2008-09-281-0/+295