aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/x509
Commit message (Collapse)AuthorAgeFilesLines
* Remove lookup.h use from DLIES, PK key agreement, DSA param gen, get_enc.cpplloyd2008-11-112-4/+3
|
* Split the last parts of the 'core' modulelloyd2008-11-083-3/+3
| | | | Add some missing info.txts
* Wrap lines to 80 columnslloyd2008-10-281-2/+2
|
* Add some Doxygen comments from InSiTo written for config.h (now gone/split up)lloyd2008-10-131-5/+9
|
* Add Doxygen comments from InSiTo to x509self.hlloyd2008-10-131-27/+148
|
* Doxygen comments for X509_Certificate, from InSiTolloyd2008-10-131-12/+123
|
* Another batch of InSiTo Doxygen commentslloyd2008-10-131-7/+41
|
* More Doxygen comments from InSiTolloyd2008-10-131-5/+58
|
* More Doxygen comments from InSiTolloyd2008-10-133-17/+97
|
* Default to using SHA-1 with ECDSA in X.509 signatureslloyd2008-10-111-0/+5
|
* 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
| | | | | | | 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)lloyd2008-09-2924-0/+4023