aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert
Commit message (Expand)AuthorAgeFilesLines
* Remove to_string, replacing with std::to_stringlloyd2009-11-184-37/+35
* propagate from branch 'net.randombit.botan' (head 23f95467137a0531f74574d1e3e...lloyd2009-11-1826-220/+177
|\
| * Use the new support for explicitly deleting functions instead of hidinglloyd2009-11-172-5/+5
| * Convert Data_Store::Matcher to using lambdaslloyd2009-11-161-32/+11
| * Use auto for long iterator names, etc.lloyd2009-11-163-18/+7
| * Replace X509_Store::Search_Func with std::function and lambdaslloyd2009-11-164-92/+81
| * Remove TR1 hooks - can be assumed to exist under a C++0x compilerlloyd2009-11-131-2/+0
| * Post-merge fixlloyd2009-11-131-1/+1
| * propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615...lloyd2009-11-139-39/+78
| |\
| * \ propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-0220-71/+73
| |\ \
| | * | Attic-ize all of src/timer, except for time_t_to_tm and system_timelloyd2009-10-136-6/+6
| | * | propagate from branch 'net.randombit.botan' (head b9ca6596a127964cb9795d22bc2...lloyd2009-09-172-44/+16
| | |\ \
| | * \ \ propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53...lloyd2009-09-176-7/+6
| | |\ \ \
| | * \ \ \ propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573...lloyd2009-09-0817-65/+67
| | |\ \ \ \
| | | * \ \ \ propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388...lloyd2009-07-212-12/+27
| | | |\ \ \ \
| | | * | | | | Use C++0x std::shared_ptr<> instead of TR1'slloyd2009-04-019-22/+15
| | | * | | | | Replace the (deprecated) auto_ptr with unique_ptr.lloyd2009-04-0114-45/+54
* | | | | | | | Much cleaning up in ECDSA, though it's still rather a mess (and 50x slowerlloyd2009-11-181-15/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Cleanups - remove emails from source files, they should only live inlloyd2009-11-105-9/+4
* | | | | | | In creating X.509 certificates and PKCS #10 requests, let (actually: require)lloyd2009-11-094-31/+75
|/ / / / / /
* | | | | / Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-292-4/+0
| |_|_|_|/ |/| | | |
* | | | | The get_tm function was duplicated. Move single version to timer.{h,cpp}lloyd2009-09-172-44/+16
| |_|_|/ |/| | |
* | | | Split up util.h into 3 fileslloyd2009-09-176-7/+6
|/ / /
* | / Replace 'XXX' and other such notes with FIXME for easy greppinglloyd2009-07-223-6/+6
| |/ |/|
* | Move some files around to break up dependencies between directorieslloyd2009-07-161-0/+1
* | Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-152-12/+26
* | Move the contents of pubkey/pubkey (which was kind of a catch-all tolloyd2009-07-151-1/+1
|/
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-3042-849/+933
* Add Doxygen comment for Timer::clock. Fix @return in benchmark.h and x509_ca.hlloyd2008-11-251-1/+1
* Make X509_Store::CRL_Info public for IBM XLC 0.9 for Celllloyd2008-11-241-10/+14
* Remove pk_lookup - half of it (look_pk.{cpp,h}) depended on libstate directly,lloyd2008-11-111-1/+0
* Remove lookup.h use from DLIES, PK key agreement, DSA param gen, get_enc.cpplloyd2008-11-112-4/+3
* Split the last parts of the 'core' modulelloyd2008-11-089-9/+9
* Wrap lines to 80 columnslloyd2008-10-281-2/+2
* Remove two declared but not defined constructors of EAC_Signed_Objectlloyd2008-10-141-4/+1
* Add some Doxygen comments from InSiTo written for config.h (now gone/split up)lloyd2008-10-131-5/+9
* Remove spurious trailing ; after blockslloyd2008-10-131-1/+2
* Add InSiTo Doxygen comments for freestore.hlloyd2008-10-131-4/+40
* Doxygen comments for eac_asn_obj.h from latest InSiTolloyd2008-10-131-20/+132
* Add Doxygen comments from InSiTo to x509self.hlloyd2008-10-131-27/+148
* Doxygen comments for X509_Certificate, from InSiTolloyd2008-10-131-12/+123
* Another batch of InSiTo Doxygen commentslloyd2008-10-131-7/+41
* Doxygen comments and reformatting in CVC codelloyd2008-10-134-88/+95
* More Doxygen commentslloyd2008-10-133-68/+77
* Add Doxygen comments for missing paramslloyd2008-10-131-0/+4
* More Doxygen comments from InSiTolloyd2008-10-131-5/+58
* More Doxygen comments from InSiTolloyd2008-10-131-7/+43
* More Doxygen comments from InSiTolloyd2008-10-133-17/+97
* Add a new switch to configure.pl --with-tr1-implementation whichlloyd2008-10-121-0/+2
* Rename the TR1 choice macros to BOTAN_USE_STD_TR1 and BOTAN_USE_BOOST_TR1.lloyd2008-10-121-3/+5