aboutsummaryrefslogtreecommitdiffstats
path: root/include/x509cert.h
Commit message (Collapse)AuthorAgeFilesLines
* Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep thelloyd2008-03-101-1/+1
| | | | | updated dates on files that have actually changed this year. This makes the diff across versions readable again.
* Mass update of the copyright date. Honestly I don't know why I bother,lloyd2008-02-141-1/+1
| | | | | | | but might as well keep it up to date. And it's easier to do it once with a 'perl -pi' command than to update each file over time. Apologies to anyone looking at diffs.
* Bump copyright year to 2007lloyd2007-01-201-1/+1
|
* Remove a dependency on x509cert.h from x509_ext.cpp by moving the definitionlloyd2006-12-121-2/+1
| | | | of NO_CERT_PATH_LIMIT to enums.h
* Rename instances of X509_PublicKey and PKCS8_PrivateKeylloyd2006-09-061-1/+1
|
* Make create_dn (from x509cert.cpp) a public function. Add alloyd2006-06-231-0/+6
| | | | | 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-2/+1
| | | | now handled by the Extensions class
* Change X509_Certificate::subject_info and issuer_info to returnlloyd2006-06-031-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 codelloyd2006-05-191-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.6lloyd2006-05-181-0/+70