aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/x509crl/crl_ent.cpp
Commit message (Collapse)AuthorAgeFilesLines
* All of the X509 modules were actually mutually dependent. Ideally thislloyd2012-02-061-104/+0
| | | | | would be fixed but it's quite hard to do, makes more sense for now to merge then back into one big x509 blog.
* Fix CRL reason codes and updating of CRLs. Add tests for both cases.lloyd2010-10-071-8/+0
|
* Forward port CRL fixes from rev 7bb2001cd554a1acc3d345914ea710ff0e1d3a6blloyd2010-10-071-7/+12
|
* Split up src/cert/x509 into a set of modules, though mostly mutuallylloyd2010-09-171-0/+107
dependent right now.