aboutsummaryrefslogtreecommitdiffstats
path: root/src/x509self.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Alter the self-signed cert generating code to use the new versionlloyd2006-06-251-4/+13
| | | | of X509_CA::make_cert
* Make Alternative_Name an abstract base, from which the subjectlloyd2006-06-231-4/+1
| | | | | | | | | | | | and issuer forms are derived. Add Extensions::contents_to, which iterates over the set and adds each extension's contents. Add a new explicit info field for is_ca Implement Authority_Key_Id::decode_inner (incomplete, only handles the keyid form).
* Syntax changes to the BER and DER APIs to improve readability of codelloyd2006-05-191-18/+11
| | | | | that uses them. These changes are not backwards compatible, this commit updates all uses of the APIs within the library.
* Initial checkin1.5.6lloyd2006-05-181-0/+198