aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use %CONFIG to hold much more of the build information.lloyd2006-09-081-160/+136
* Chop out various globals and unused parameterslloyd2006-09-081-94/+127
* Correct some of the Visual C++ optionslloyd2006-09-081-2/+2
* Rearrange to place related pieces of code near each other.lloyd2006-09-081-271/+343
* Remove support for building with .s files, which aren't used (versus .Slloyd2006-09-081-5/+4
* Remove some unused parameters to the makefile printerslloyd2006-09-081-27/+26
* Move some of the shared code up to generate_makefilelloyd2006-09-081-172/+109
* Remove the makefile file handle parameter to the generation functions, aslloyd2006-09-081-32/+24
* Improve handling of Itanium option generation for GCClloyd2006-09-082-2/+5
* Fix a failure that occured if the user specified the OS as generic.lloyd2006-09-081-28/+33
* Remove print_header(), no longer usedlloyd2006-09-081-7/+0
* Generate the NMAKE version of the makefile with file templateslloyd2006-09-082-123/+155
* Generate the Unix makefiles by processing templates and replacinglloyd2006-09-083-178/+302
* Make some code a bit more concise/Perlishlloyd2006-09-081-16/+14
* Get ride of some variables that were just cluttering up the code.lloyd2006-09-081-14/+5
* Generate the botan-config script through a simple template-based system.lloyd2006-09-082-66/+98
* Just moving things aroundlloyd2006-09-071-569/+570
* Remove the (deleted) fips140 example from the Makefilelloyd2006-09-071-5/+1
* Make various member functions in the PK algorithms public, particularlylloyd2006-09-078-63/+45
* Rename X509_PublicKey and PKCS8_PrivateKey to the new types within thelloyd2006-09-063-12/+12
* Rename instances of X509_PublicKey and PKCS8_PrivateKeylloyd2006-09-0624-73/+73
* Split PK_Key into Public_Key and Private_Key; these new classes merge inlloyd2006-09-0622-134/+130
* Implement codec objects for private keys as well.lloyd2006-09-068-138/+183
* Remove some old commented out test code.lloyd2006-09-061-54/+0
* First step in a major rewrite of the high level public key code. Thelloyd2006-09-067-78/+242
* Merge a formerly duplicate function (one in an anonymous namespace inlloyd2006-09-063-28/+25
* Just tidy up the description of the various flagslloyd2006-09-061-3/+3
* Move the declaration of AlgorithmIdentifier into its own header file.lloyd2006-09-063-23/+41
* Drop a random test file that was accidentally checked inlloyd2006-09-061-14/+0
* Remove extraneous parenthesislloyd2006-09-061-3/+3
* PK_Verifier no longer keeps a reference to the key being used; it onlylloyd2006-09-062-11/+26
* Move the name() declaration in BlockCipherModePaddingMethod to match thelloyd2006-09-061-2/+1
* Remove a commented out mach_abi_linking sectionlloyd2006-09-061-3/+0
* Remove the Algorithm class; the only members it exposed where name() andlloyd2006-09-063-22/+31
* Change Engine to not rely on the existence of an Algorithm base class forlloyd2006-09-062-129/+110
* Move the call to main() up towards the top of the script so it's easierlloyd2006-09-051-8/+6
* Remove the last users of %MODULES_OLDlloyd2006-09-051-95/+63
* Add helper functions for warning and error messages.lloyd2006-09-051-54/+74
* Change computation of the preprocessor macros to define to use the newlloyd2006-09-051-20/+22
* Cause two different versions of the modules hash to exist; the previouslloyd2006-09-051-17/+30
* Start changing the module reader code to match the configuration infolloyd2006-09-051-33/+41
* Remove support for modules to define macros that don't have an _EXT_ inlloyd2006-09-051-23/+3
* Move the autoconfiguration code to the bottom; it's the messiest and probablylloyd2006-09-051-214/+213
* Remove the last of the (old) global hasheslloyd2006-09-051-56/+100
* Inline set_arch_defines for easier editinglloyd2006-09-051-28/+22
* Change set_arch_defines to also use read_info_files, then interate overlloyd2006-09-051-10/+5
* Remove set_os_defines and set_cc_defines, replace them with a call tolloyd2006-09-051-26/+14
* Remove the %OS_ALIAS hashlloyd2006-09-051-8/+16
* Remove the last of the hashes that held the compiler flags, everything haslloyd2006-09-051-27/+13
* In set_*_defines, rather than assigning to the %OPERATING_SYSTEM, %CPU,lloyd2006-09-051-3/+9