aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/x509ca/x509_ca.cpp
Commit message (Expand)AuthorAgeFilesLines
* All of the X509 modules were actually mutually dependent. Ideally thislloyd2012-02-061-253/+0
* In X509_Certificate::to_string, don't print key ids if emptylloyd2011-04-061-1/+1
* Convert the BER/DER coders to use size_t instead of u32bit for smalllloyd2011-02-091-2/+2
* Make the random serial numbers 256 bits to ensure they will neverlloyd2010-11-291-1/+1
* s/u32bit/size_t/lloyd2010-10-181-1/+1
* Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-1/+1
* Fix CRL reason codes and updating of CRLs. Add tests for both cases.lloyd2010-10-071-29/+5
* Remove dependencies on X509_Storelloyd2010-09-171-4/+1
* Split up src/cert/x509 into a set of modules, though mostly mutuallylloyd2010-09-171-0/+280