aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/x509cert/x509cert.cpp
Commit message (Expand)AuthorAgeFilesLines
* All of the X509 modules were actually mutually dependent. Ideally thislloyd2012-02-061-481/+0
* Fully working path validation. Even fixes the cases in PKITS where welloyd2012-02-061-2/+8
* In X509_Certificate::to_string, don't print key ids if emptylloyd2011-04-061-2/+6
* Fix variable mask warning in Sun C++.lloyd2011-03-011-4/+4
* Use size_t rather than u32bit for loop variableslloyd2011-02-161-12/+12
* Pull out variable, causes link problems in amalgamationlloyd2011-02-091-1/+1
* Convert the BER/DER coders to use size_t instead of u32bit for smalllloyd2011-02-091-2/+4
* Add X509_Certificate::to_stringlloyd2010-11-291-2/+105
* Split up src/cert/x509 into a set of modules, though mostly mutuallylloyd2010-09-171-0/+366