Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/u32bit/size_t/ | lloyd | 2010-10-18 | 1 | -10/+10 |
| | |||||
* | Fix CRL reason codes and updating of CRLs. Add tests for both cases. | lloyd | 2010-10-07 | 1 | -0/+2 |
| | |||||
* | Don't use SecureVector to store certificate data; mlock'ed memory in | lloyd | 2010-09-17 | 1 | -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 mutually | lloyd | 2010-09-17 | 1 | -0/+577 |
dependent right now. |