aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/x509cert/x509_ext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-30/+30
* Fix the very basic operations for encoding and decoding alloyd2011-05-171-5/+10
* Convert the BER/DER coders to use size_t instead of u32bit for smalllloyd2011-02-091-4/+4
* s/u32bit/size_t/lloyd2010-10-181-10/+10
* Fix CRL reason codes and updating of CRLs. Add tests for both cases.lloyd2010-10-071-0/+2
* Don't use SecureVector to store certificate data; mlock'ed memory inlloyd2010-09-171-1/+1
* Split up src/cert/x509 into a set of modules, though mostly mutuallylloyd2010-09-171-0/+577