aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/cvc/eac_obj.h
Commit message (Collapse)AuthorAgeFilesLines
* Move ECDSA_Signature into CVC module. It is not used by ECDSA directly now.lloyd2008-10-111-20/+18
| | | | Change several ECC functions to return const references instead of const values.
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-091-1/+1
|
* Many improvements towards getting the CVC implementation from InSiTolloyd2008-10-081-6/+5
| | | | | 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-081-0/+132
parts, not included in build by default)