| Commit message (Expand) | Author | Age | Files | Lines |
* | Do put a space after -c/-o options, except for Visual C++, which can't | lloyd | 2006-09-09 | 11 | -22/+22 |
* | Fix a bug when generating nmake-style makefiles. | lloyd | 2006-09-08 | 1 | -1/+1 |
* | Some minor simplifications for installation logic. | lloyd | 2006-09-08 | 6 | -8/+12 |
* | Add a 'win32' alias for Windows. | lloyd | 2006-09-08 | 1 | -0/+4 |
* | Fix handling for systems that need to run ranlib on static libraries. | lloyd | 2006-09-08 | 2 | -2/+4 |
* | Fix minor spacing issues after the build list | lloyd | 2006-09-08 | 3 | -0/+6 |
* | Use the right variable in the botan-config template for extra libraries | lloyd | 2006-09-08 | 1 | -1/+1 |
* | Check in the template for the build.h file | lloyd | 2006-09-08 | 1 | -0/+21 |
* | Correct some of the Visual C++ options | lloyd | 2006-09-08 | 1 | -2/+2 |
* | Improve handling of Itanium option generation for GCC | lloyd | 2006-09-08 | 2 | -2/+5 |
* | Generate the NMAKE version of the makefile with file templates | lloyd | 2006-09-08 | 1 | -0/+103 |
* | Generate the Unix makefiles by processing templates and replacing | lloyd | 2006-09-08 | 2 | -0/+253 |
* | Generate the botan-config script through a simple template-based system. | lloyd | 2006-09-08 | 1 | -0/+57 |
* | Drop a random test file that was accidentally checked in | lloyd | 2006-09-06 | 1 | -14/+0 |
* | Remove a commented out mach_abi_linking section | lloyd | 2006-09-06 | 1 | -3/+0 |
* | Use formatted I/O to make the output a little easier to read | lloyd | 2006-09-04 | 1 | -3/+3 |
* | Drop the now basically useless readme.txt file for the configuration code | lloyd | 2006-09-02 | 1 | -14/+0 |
* | Load the configuration information when the user runs configure.pl, rather | lloyd | 2006-09-02 | 17 | -2298/+0 |
* | Instead of including the local config header into build.h, simply copy the | lloyd | 2006-09-02 | 1 | -1/+4 |
* | Allow for implementing hash functions in Python | lloyd | 2006-09-02 | 5 | -69/+165 |
* | Note some slightly more ambitious todos with regards to the configure code | lloyd | 2006-09-02 | 1 | -0/+7 |
* | Remove various small unnecessary things from the configure code | lloyd | 2006-09-02 | 4 | -17/+1 |
* | Allow for implementing block ciphers in Python | lloyd | 2006-09-02 | 2 | -64/+170 |
* | merge of '2e51bbe4473463af7f2603deb7c12a332a7e1ae6' | lloyd | 2006-09-02 | 3 | -31/+210 |
|\ |
|
| * | Remove the object() accessors, since those objects might not exist if | lloyd | 2006-08-31 | 1 | -8/+0 |
| * | Merge the block cipher, stream cipher, hash, and MAC exports into algos.cpp | lloyd | 2006-08-31 | 6 | -244/+207 |
| * | Export stream ciphers | lloyd | 2006-08-31 | 2 | -0/+57 |
| * | Add hash and MAC wrappers | lloyd | 2006-08-31 | 3 | -0/+107 |
| * | Also export the name() and clear() methods of the block cipher | lloyd | 2006-08-31 | 1 | -8/+7 |
| * | Add simple wrappers for block cipher objects | lloyd | 2006-08-31 | 3 | -31/+92 |
* | | Let the user specify an extra include file (included into build.h) | lloyd | 2006-09-01 | 2 | -0/+8 |
* | | All the user to specify --build-dir to configure.pl, which will allow for | lloyd | 2006-09-01 | 1 | -0/+8 |
|/ |
|
* | Add some comments to the NIST test suite results file with regards to | lloyd | 2006-08-23 | 1 | -0/+6 |
* | One of the tests had its expected result set wrong (was for testing) | lloyd | 2006-08-23 | 1 | -1/+1 |
* | Clean up and finish off the Python version of the NIST X.509 test suite. | lloyd | 2006-08-23 | 2 | -23/+93 |
* | Remove an old version of the Filter() wrapper function | lloyd | 2006-08-23 | 1 | -3/+1 |
* | Just export OctetString, and define the alternate names for that type | lloyd | 2006-08-23 | 3 | -28/+18 |
* | Drop this nonsense with the build/ directory, it was just getting in the way | lloyd | 2006-08-23 | 1 | -8/+4 |
* | Initial (only partially working) attempt to allow filters to be implemented | lloyd | 2006-08-23 | 3 | -9/+79 |
* | Merge the export_pipe() and export_filter() functions, some other small | lloyd | 2006-08-23 | 2 | -33/+31 |
* | Remove a semicolon that didn't need to be there | lloyd | 2006-08-23 | 1 | -1/+1 |
* | Remove all exports from the Filter class, so it becomes entirely opaque. | lloyd | 2006-08-23 | 1 | -4/+1 |
* | Export Pipe::read_all_as_string simply as read_all, since strings are how | lloyd | 2006-08-23 | 2 | -8/+6 |
* | Support for MAC filters | lloyd | 2006-08-23 | 3 | -10/+35 |
* | Implement basic cipher filters | lloyd | 2006-08-23 | 4 | -9/+39 |
* | Finally get basic filters objects to work properly | lloyd | 2006-08-23 | 3 | -43/+41 |
* | Remove dirs from the dependencies, as it was causing things to be rebuilt | lloyd | 2006-08-23 | 1 | -2/+2 |
* | Add various useful attributes and functions. Also, remove the variant | lloyd | 2006-08-23 | 1 | -6/+11 |
* | Revert back to the original test script (which is still crashing, presumably | lloyd | 2006-08-23 | 1 | -14/+9 |
* | Move the code from base.cpp into core.cpp, drop base.cpp | lloyd | 2006-08-23 | 2 | -35/+24 |