aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/x509cert/x509_ext.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | particular is precious. Really these could probably just as easily be std::vectors since even zeroizing the memory isn't relevant here.
* Split up src/cert/x509 into a set of modules, though mostly mutuallylloyd2010-09-171-0/+577
dependent right now.