aboutsummaryrefslogtreecommitdiffstats
path: root/include/x509_ext.h
Commit message (Expand)AuthorAgeFilesLines
* Create an x509 module containing all of the X509 certificate and CAlloyd2008-09-281-315/+0
* propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266...lloyd2008-04-211-0/+2
|\
| * propagate from branch 'net.randombit.botan' (head 6afe2db1f710f75bc27e189bb8b...lloyd2008-04-101-0/+2
| |\
| | * Remove X509_GlobalState in favor of static function Extensions::get_extensionlloyd2008-04-071-0/+2
* | | Add BOTAN_DLL macro in all needed spots for working DLL export. Basedlloyd2008-04-211-13/+13
|/ /
* / Change the copyrights in all files in the Botan tree to directly reflectlloyd2008-04-101-1/+1
|/
* Remove Extensions::copy_this(). Define the Extensions copy constructor inlloyd2008-04-071-4/+2
* Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep thelloyd2008-03-101-1/+1
* Mass update of the copyright date. Honestly I don't know why I bother,lloyd2008-02-141-1/+1
* 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