aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* Do put a space after -c/-o options, except for Visual C++, which can'tlloyd2006-09-0911-22/+22
* Fix a bug when generating nmake-style makefiles.lloyd2006-09-081-1/+1
* Some minor simplifications for installation logic.lloyd2006-09-086-8/+12
* Add a 'win32' alias for Windows.lloyd2006-09-081-0/+4
* Fix handling for systems that need to run ranlib on static libraries.lloyd2006-09-082-2/+4
* Fix minor spacing issues after the build listlloyd2006-09-083-0/+6
* Use the right variable in the botan-config template for extra librarieslloyd2006-09-081-1/+1
* Check in the template for the build.h filelloyd2006-09-081-0/+21
* Correct some of the Visual C++ optionslloyd2006-09-081-2/+2
* Improve handling of Itanium option generation for GCClloyd2006-09-082-2/+5
* Generate the NMAKE version of the makefile with file templateslloyd2006-09-081-0/+103
* Generate the Unix makefiles by processing templates and replacinglloyd2006-09-082-0/+253
* Generate the botan-config script through a simple template-based system.lloyd2006-09-081-0/+57
* Drop a random test file that was accidentally checked inlloyd2006-09-061-14/+0
* Remove a commented out mach_abi_linking sectionlloyd2006-09-061-3/+0
* Use formatted I/O to make the output a little easier to readlloyd2006-09-041-3/+3
* Drop the now basically useless readme.txt file for the configuration codelloyd2006-09-021-14/+0
* Load the configuration information when the user runs configure.pl, ratherlloyd2006-09-0217-2298/+0
* Instead of including the local config header into build.h, simply copy thelloyd2006-09-021-1/+4
* Allow for implementing hash functions in Pythonlloyd2006-09-025-69/+165
* Note some slightly more ambitious todos with regards to the configure codelloyd2006-09-021-0/+7
* Remove various small unnecessary things from the configure codelloyd2006-09-024-17/+1
* Allow for implementing block ciphers in Pythonlloyd2006-09-022-64/+170
* merge of '2e51bbe4473463af7f2603deb7c12a332a7e1ae6'lloyd2006-09-023-31/+210
|\
| * Remove the object() accessors, since those objects might not exist iflloyd2006-08-311-8/+0
| * Merge the block cipher, stream cipher, hash, and MAC exports into algos.cpplloyd2006-08-316-244/+207
| * Export stream cipherslloyd2006-08-312-0/+57
| * Add hash and MAC wrapperslloyd2006-08-313-0/+107
| * Also export the name() and clear() methods of the block cipherlloyd2006-08-311-8/+7
| * Add simple wrappers for block cipher objectslloyd2006-08-313-31/+92
* | Let the user specify an extra include file (included into build.h)lloyd2006-09-012-0/+8
* | All the user to specify --build-dir to configure.pl, which will allow forlloyd2006-09-011-0/+8
|/
* Add some comments to the NIST test suite results file with regards tolloyd2006-08-231-0/+6
* One of the tests had its expected result set wrong (was for testing)lloyd2006-08-231-1/+1
* Clean up and finish off the Python version of the NIST X.509 test suite.lloyd2006-08-232-23/+93
* Remove an old version of the Filter() wrapper functionlloyd2006-08-231-3/+1
* Just export OctetString, and define the alternate names for that typelloyd2006-08-233-28/+18
* Drop this nonsense with the build/ directory, it was just getting in the waylloyd2006-08-231-8/+4
* Initial (only partially working) attempt to allow filters to be implementedlloyd2006-08-233-9/+79
* Merge the export_pipe() and export_filter() functions, some other smalllloyd2006-08-232-33/+31
* Remove a semicolon that didn't need to be therelloyd2006-08-231-1/+1
* Remove all exports from the Filter class, so it becomes entirely opaque.lloyd2006-08-231-4/+1
* Export Pipe::read_all_as_string simply as read_all, since strings are howlloyd2006-08-232-8/+6
* Support for MAC filterslloyd2006-08-233-10/+35
* Implement basic cipher filterslloyd2006-08-234-9/+39
* Finally get basic filters objects to work properlylloyd2006-08-233-43/+41
* Remove dirs from the dependencies, as it was causing things to be rebuiltlloyd2006-08-231-2/+2
* Add various useful attributes and functions. Also, remove the variantlloyd2006-08-231-6/+11
* Revert back to the original test script (which is still crashing, presumablylloyd2006-08-231-14/+9
* Move the code from base.cpp into core.cpp, drop base.cpplloyd2006-08-232-35/+24