aboutsummaryrefslogtreecommitdiffstats
path: root/include/enums.h
Commit message (Collapse)AuthorAgeFilesLines
* Move what is left of the uncategorized library to 'core'. There is stilllloyd2008-09-291-67/+0
| | | | | a lot of public key stuff in here that needs to be extracted however, and probably 2-3 other modules worth of stuff to split off (engines, etc)
* Move Signature_Format enum to pubkey.hlloyd2008-04-291-2/+0
| | | | | | | | Including enums.h in needed places since asn1_int.h doesn't pull it in anymore. Remove Config::choose_sig_format, and move its logic into its only caller, the (global!) choose_sig_format in x509_ca.cpp
* Move ASN1_Tag from enums.h to asn1_int.h. The enums.h header is a totallloyd2008-04-241-37/+0
| | | | | | grab back of stuff, most of which are not used outside of very specific contexts, and some only internally. I am thinking to remove it and put each individual enum in an appropriate header.
* Remove unused Pulse_Type enumlloyd2008-04-241-15/+0
|
* Change the copyrights in all files in the Botan tree to directly reflectlloyd2008-04-101-1/+1
| | | | | | the actual copyright holders. For rationale, see my post to botan-devel on April 9, subject 'Changing license to directly reflect contributors' (http://www.randombit.net/pipermail/botan-devel/2008-April/000527.html)
* 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
|
* Move the UI pulse functions into the global library state. That is (as bestlloyd2006-12-141-0/+15
| | | | | as I can tell) the last of the global data, with the exception of the single global_lib_state pointer in libstate.cpp
* Remove a dependency on x509cert.h from x509_ext.cpp by moving the definitionlloyd2006-12-121-0/+2
| | | | of NO_CERT_PATH_LIMIT to enums.h
* Add a UCS2_CHARSET enumeration valuelloyd2006-06-191-1/+6
|
* Add some initial support for centralized/user-pluggable characterlloyd2006-06-131-0/+2
| | | | set conversions, to replace the current hardcoded stuff.
* Move the X509_Code enum from enums.h to x509stor.h, since that'slloyd2006-06-131-28/+0
| | | | the only place it is used.
* Reorder the ASN1_Tag enum so the class taggings are listed first.lloyd2006-05-291-7/+7
|
* Initial checkin1.5.6lloyd2006-05-181-0/+125