aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/cvc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | | | | | | | | accepts options 'boost' and 'system'. Now GF(p) math (and indirectly, ECDSA) will be enabled if --with-tr1=boost or --with-tr1=system is passed at build time to enable a shared_ptr implementation. Modules can now specify that they require TR1, in which case they will only be autoloaded if a TR1 implementation was set (they can choose which one to use by checking the feature macros from build.h) The gfpmath module was set to load only on request. That has changed to load automatically (but will only do so if a TR1 impl is set as described above). CVC has also been marked as requiring TR1. (ECDSA/ECDH are not, since they do not use tr1 shared_ptr directly) Update and cleanup help output. Do not print the list of modules in --help anymore (too long); you can still get the list (in an easier to parse format) --module-info. Reorganize the help text so the more useful options are described closer to the top. Fix the --with-endian and --with-unaligned-mem options: they were being accepted but ignored.
* Rename the TR1 choice macros to BOTAN_USE_STD_TR1 and BOTAN_USE_BOOST_TR1.lloyd2008-10-121-3/+5
| | | | | | | | If neither is defined when build.h is included, choose Boost. Reorganize build.h so it is easier to find things, in particular move all of the interesting toggles to the top of the file and all of the long lists of modules and feature test macros to the end.
* 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
| | | | Change several ECC functions to return const references instead of const values.
* 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
| | | | uses it. Include tr1 header directly in gfp_element.h
* 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
| | | | ECDSA keys do not support the EAC serialization mechanism yet.
* Many improvements towards getting the CVC implementation from InSiTolloyd2008-10-0816-662/+1446
| | | | | compiling against mainline. Add several missing classes extracted from other files inside InSiTo. Add dependency note for ecdsa and asn1
* Add Card Verifiable Certificates from InSiTo (does not built due to missing ↵lloyd2008-10-0814-0/+1409
parts, not included in build by default)