Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix further compilation errors. However some functionality is disabled since | lloyd | 2008-10-08 | 3 | -34/+64 |
| | | | | ECDSA keys do not support the EAC serialization mechanism yet. | ||||
* | Many improvements towards getting the CVC implementation from InSiTo | lloyd | 2008-10-08 | 16 | -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 ↵ | lloyd | 2008-10-08 | 14 | -0/+1409 |
| | | | | parts, not included in build by default) | ||||
* | Move oids.h to oid_lookup. Allows for much smaller build by disabling asn1 | lloyd | 2008-10-01 | 1 | -7/+8 |
| | |||||
* | Move look_pk and pk_algs to new module pubkey/pk_lookup | lloyd | 2008-10-01 | 1 | -0/+1 |
| | |||||
* | x509 module requires pubkey base module to compile | lloyd | 2008-10-01 | 1 | -0/+1 |
| | |||||
* | Put only the implementation of BigInt in src/bigint, mathematical functions | lloyd | 2008-09-29 | 1 | -1/+1 |
| | | | | | | | on top of BigInt go to src/math. Some prototypes were moved in order to complete the split, in particular random_integer() is now a static member of BigInt instead of being a global function, and divide() is in divide.h instead of numthry.h | ||||
* | Move x509 into cert/ subdir (in prep for InSiTo adding cert/cvc) | lloyd | 2008-09-29 | 24 | -0/+4023 |