Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In X509_Certificate::to_string, don't print key ids if empty | lloyd | 2011-04-06 | 1 | -1/+1 |
| | | | | | | Reduce size of serial numbers of new certs from 256 to 128 bits; 2**64 certs is _probably_ sufficient, given that it would take hundreds of exabytes of storage to hold that many certificates. :) | ||||
* | Convert the BER/DER coders to use size_t instead of u32bit for small | lloyd | 2011-02-09 | 1 | -2/+2 |
| | | | | integer values. Update callers. | ||||
* | Make the random serial numbers 256 bits to ensure they will never | lloyd | 2010-11-29 | 1 | -1/+1 |
| | | | | | | collide. One might, theoretically, generate 2^64 certificates with a single CA (say, for each particle in a planet wide cloud of smart dust), but 2^128 does not seem possible. | ||||
* | s/u32bit/size_t/ | lloyd | 2010-10-18 | 1 | -1/+1 |
| | |||||
* | Use output_length() instead of OUTPUT_LENGTH pseudo-property | lloyd | 2010-10-13 | 1 | -1/+1 |
| | |||||
* | Fix CRL reason codes and updating of CRLs. Add tests for both cases. | lloyd | 2010-10-07 | 1 | -29/+5 |
| | |||||
* | Add dependencies | lloyd | 2010-09-24 | 1 | -0/+5 |
| | |||||
* | Add missing info files | lloyd | 2010-09-20 | 1 | -0/+1 |
| | |||||
* | Remove dependencies on X509_Store | lloyd | 2010-09-17 | 1 | -4/+1 |
| | |||||
* | Split up src/cert/x509 into a set of modules, though mostly mutually | lloyd | 2010-09-17 | 2 | -0/+410 |
dependent right now. |