aboutsummaryrefslogtreecommitdiffstats
path: root/include/x509_ext.h
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright year to 2007lloyd2007-01-201-1/+1
* Return the correct type from Basic_Constraints::get_path_limit (was coercinglloyd2006-09-081-1/+1
* Change the header guard to the standard BOTAN_*_H__ formlloyd2006-08-221-2/+2
* Remove a function in Certificate_Extension that was declared butlloyd2006-06-251-7/+0
* Remove Extension::make_extension, use the global extension prototypeslloyd2006-06-241-3/+0
* The decode_from taking a bool wasn't actually usable, don'tlloyd2006-06-231-2/+2
* Add a new variant of Extensions::decode_from that doesn't thrown anlloyd2006-06-231-0/+1
* Make Alternative_Name an abstract base, from which the subjectlloyd2006-06-231-5/+30
* Add operator= and a copy constructor to Extensionslloyd2006-06-221-17/+29
* Add accessor and cloning functions to the Certificate_Extension objectslloyd2006-06-221-2/+39
* Syntax changes to the BER and DER APIs to improve readability of codelloyd2006-05-191-14/+70
* Initial checkin1.5.6lloyd2006-05-181-0/+194