aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert
Commit message (Expand)AuthorAgeFilesLines
* Move ECDSA_Signature into CVC module. It is not used by ECDSA directly now.lloyd2008-10-115-21/+181
* Default to using SHA-1 with ECDSA in X.509 signatureslloyd2008-10-111-0/+5
* 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
* Move oids.h to oid_lookup. Allows for much smaller build by disabling asn1lloyd2008-10-011-7/+8
* Move look_pk and pk_algs to new module pubkey/pk_lookuplloyd2008-10-011-0/+1
* x509 module requires pubkey base module to compilelloyd2008-10-011-0/+1
* Put only the implementation of BigInt in src/bigint, mathematical functionslloyd2008-09-291-1/+1
* Move x509 into cert/ subdir (in prep for InSiTo adding cert/cvc)lloyd2008-09-2924-0/+4023