aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/cvc
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 22c82e10d78ad0e2cdaa56cb02f...lloyd2009-12-1616-183/+141
|\
| * propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-165-59/+64
| |\
| * | Most files including <botan/time.h> actually just needed <chrono>lloyd2009-12-011-1/+1
| * | Remove system_time(), replace entirely with std::chrono.lloyd2009-12-013-88/+48
| * | Remove to_string, replacing with std::to_stringlloyd2009-11-181-34/+32
| * | Remove TR1 hooks - can be assumed to exist under a C++0x compilerlloyd2009-11-131-2/+0
| * | propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615...lloyd2009-11-135-9/+4
| |\ \
| * \ \ propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-0214-60/+62
| |\ \ \
| | * | | Attic-ize all of src/timer, except for time_t_to_tm and system_timelloyd2009-10-132-2/+2
| | * | | propagate from branch 'net.randombit.botan' (head b9ca6596a127964cb9795d22bc2...lloyd2009-09-171-43/+16
| | |\ \ \
| | * \ \ \ propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53...lloyd2009-09-172-2/+1
| | |\ \ \ \
| | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573...lloyd2009-09-0813-58/+60
| | |\ \ \ \ \
| | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388...lloyd2009-07-211-5/+13
| | | |\ \ \ \ \
| | | * | | | | | Use C++0x std::shared_ptr<> instead of TR1'slloyd2009-04-019-22/+15
| | | * | | | | | Replace the (deprecated) auto_ptr with unique_ptr.lloyd2009-04-0110-38/+47
* | | | | | | | | Add missing BOTAN_DLL exports.lloyd2009-12-162-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Make many more headers internal-only.lloyd2009-12-163-46/+47
* | | | | | | | Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-162-13/+17
* | | | | | | | Consolidate the non-canonical epoch timers, like cpuid and Win32'slloyd2009-12-012-2/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Cleanups - remove emails from source files, they should only live inlloyd2009-11-105-9/+4
|/ / / / / /
* | | | | / Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
| |_|_|_|/ |/| | | |
* | | | | The get_tm function was duplicated. Move single version to timer.{h,cpp}lloyd2009-09-171-43/+16
| |_|_|/ |/| | |
* | | | Split up util.h into 3 fileslloyd2009-09-172-2/+1
|/ / /
* | / Replace 'XXX' and other such notes with FIXME for easy greppinglloyd2009-07-223-6/+6
| |/ |/|
* | Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-5/+13
|/
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-3019-172/+210
* Split the last parts of the 'core' modulelloyd2008-11-086-6/+6
* Remove two declared but not defined constructors of EAC_Signed_Objectlloyd2008-10-141-4/+1
* 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
* 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-7/+43
* 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
* Move InSiTo's ECDSA tests into the main test suitelloyd2008-10-121-10/+0
* Move ECDSA_Signature into CVC module. It is not used by ECDSA directly now.lloyd2008-10-115-21/+181
* Missing tr1 inclusion in freestore.hlloyd2008-10-111-0/+8
* Remove last use of freestore.h from gfpmath, move it to CVC code which stilllloyd2008-10-112-0/+38
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-097-12/+12
* Fix copyright noticeslloyd2008-10-092-3/+5
* Replace uses of global_config with arguments to functionslloyd2008-10-082-10/+21
* More compilation fixes for CVC codelloyd2008-10-082-4/+12
* Fix further compilation errors. However some functionality is disabled sincelloyd2008-10-083-34/+64
* Many improvements towards getting the CVC implementation from InSiTolloyd2008-10-0816-662/+1446
* Add Card Verifiable Certificates from InSiTo (does not built due to missing p...lloyd2008-10-0814-0/+1409