aboutsummaryrefslogtreecommitdiffstats
path: root/src/x509cert.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mass update of the copyright date. Honestly I don't know why I bother,lloyd2008-02-141-1/+1
* Add support for IPv4 addresses in the X.509 alternative name extension.lloyd2007-10-161-1/+1
* On an assignment or initialization split across lines, put the = at the endlloyd2007-05-311-4/+4
* propagate from branch 'net.randombit.botan.stable' (head e92fe807f749c5266693...lloyd2007-05-311-1/+1
|\
| * Typo: RFC 882 instead of 822. Reported by Yves Jerschow.lloyd2007-05-311-1/+1
* | Use prefix rather than postfix increment in places where it can be used.lloyd2007-03-031-1/+1
|/
* Bump copyright year to 2007lloyd2007-01-201-1/+1
* Hack around some Visual Studio bugs that I can't seem to find good solutionslloyd2006-09-101-3/+11
* Rename instances of X509_PublicKey and PKCS8_PrivateKeylloyd2006-09-061-1/+1
* X509_Certificate::ex_constraints and ::policies now return (if possible)lloyd2006-08-221-2/+22
* 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
* Drop X509_Certificate::handle_v3_extension, since that code islloyd2006-06-231-108/+3
* Make Alternative_Name an abstract base, from which the subjectlloyd2006-06-231-13/+16
* 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
* Syntax changes to the BER and DER APIs to improve readability of codelloyd2006-05-191-34/+38
* Initial checkin1.5.6lloyd2006-05-181-0/+471