aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/x509/x509stor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Most files including <botan/time.h> actually just needed <chrono>lloyd2009-12-011-1/+1
* Use std::chrono::duration instead of untyped u32bit values for times inlloyd2009-12-011-6/+7
* Remove system_time(), replace entirely with std::chrono.lloyd2009-12-011-10/+14
* Use auto for long iterator names, etc.lloyd2009-11-161-2/+1
* Replace X509_Store::Search_Func with std::function and lambdaslloyd2009-11-161-2/+2
* Attic-ize all of src/timer, except for time_t_to_tm and system_timelloyd2009-10-131-1/+1
* propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53...lloyd2009-09-171-1/+1
|\
| * Split up util.h into 3 fileslloyd2009-09-171-1/+1
* | Replace the (deprecated) auto_ptr with unique_ptr.lloyd2009-04-011-2/+2
|/
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-103/+105
* Move x509 into cert/ subdir (in prep for InSiTo adding cert/cvc)lloyd2008-09-291-0/+693