aboutsummaryrefslogtreecommitdiffstats
path: root/src/x509cert.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Wrap a line at 80 columnslloyd2006-06-231-1/+2
|
* Make create_dn (from x509cert.cpp) a public function. Add alloyd2006-06-231-31/+56
| | | | | create_alt_name that performs the same sort of extraction for alternative names.
* Drop X509_Certificate::handle_v3_extension, since that code islloyd2006-06-231-108/+3
| | | | now handled by the Extensions class
* Make Alternative_Name an abstract base, from which the subjectlloyd2006-06-231-13/+16
| | | | | | | | | | | | 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).
* Modify force_decode() to take advantage of the new ASN.1 syntaxlloyd2006-06-061-10/+11
|
* Change X509_Certificate::subject_info and issuer_info to returnlloyd2006-06-031-161/+97
| | | | | | | | | 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 codelloyd2006-05-191-34/+38
| | | | | 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/+471