Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make create_dn (from x509cert.cpp) a public function. Add a | lloyd | 2006-06-23 | 1 | -0/+6 |
| | | | | | create_alt_name that performs the same sort of extraction for alternative names. | ||||
* | Drop X509_Certificate::handle_v3_extension, since that code is | lloyd | 2006-06-23 | 1 | -2/+1 |
| | | | | now handled by the Extensions class | ||||
* | Change X509_Certificate::subject_info and issuer_info to return | lloyd | 2006-06-03 | 1 | -8/+6 |
| | | | | | | | | | a vector of strings instead of a single string that combines the relevent fields. Change how X509_Certificate stores information. Renamed self_signed() to is_self_signed() | ||||
* | Syntax changes to the BER and DER APIs to improve readability of code | lloyd | 2006-05-19 | 1 | -12/+12 |
| | | | | | that uses them. These changes are not backwards compatible, this commit updates all uses of the APIs within the library. | ||||
* | Initial checkin1.5.6 | lloyd | 2006-05-18 | 1 | -0/+70 |