| Commit message (Expand) | Author | Age | Files | Lines |
* | Credit Joel Low for DLL symbol visibility patches | lloyd | 2008-04-22 | 1 | -0/+3 |
* | Add BOTAN_DLL macro in all needed spots for working DLL export. Based | lloyd | 2008-04-21 | 153 | -491/+571 |
* | Update Fixed_Output_RNG (used for testing) to implement is_seeded | lloyd | 2008-04-21 | 1 | -0/+2 |
* | Make RandomNumberGenerator::is_seeded pure virtual | lloyd | 2008-04-21 | 1 | -1/+1 |
* | Convert date format in log.txt to YYYY-MM-DD for easier grepping and statistics | lloyd | 2008-04-17 | 1 | -100/+100 |
* | Add first change notes about the upcoming 1.7.6 | lloyd | 2008-04-17 | 2 | -1/+5 |
* | Always set the position to the start of the block when generating a new | lloyd | 2008-04-15 | 1 | -3/+2 |
* | merge of '0aa1d27dec5a97856953bb1fcffe29a84c68b3ac' | lloyd | 2008-04-15 | 1 | -2/+2 |
|\ |
|
| * | Optimizations had been disabled | lloyd | 2008-04-14 | 1 | -2/+2 |
* | | Drop eng_aep module (the hardware AEP engine). I still have a card (and driver | lloyd | 2008-04-14 | 8 | -815/+0 |
|/ |
|
* | merge of '34be1e0ad58e29063ea95d33f2cdc090fd63c4b2' | lloyd | 2008-04-14 | 11 | -26/+29 |
|\ |
|
| * | Document that shared builds would be nice | lloyd | 2008-04-13 | 1 | -0/+6 |
| * | Put each file in a list in the makefile on a different line | lloyd | 2008-04-13 | 1 | -11/+8 |
| * | Change so_obj_flags to shared_flags | lloyd | 2008-04-13 | 1 | -4/+4 |
| * | Rename so_obj_flags variable to shared_flags | lloyd | 2008-04-13 | 9 | -11/+11 |
* | | Consolidate all logfiles into a single log.txt organized by time. Easier | lloyd | 2008-04-14 | 12 | -1074/+1074 |
|/ |
|
* | Enabled shared objects on windows | lloyd | 2008-04-13 | 1 | -1/+1 |
* | Add lines for setting dll_import_flags and dll_export_flags to all the | lloyd | 2008-04-13 | 12 | -2/+42 |
* | Make a BOTAN_DLL macro in build.h | lloyd | 2008-04-13 | 1 | -0/+4 |
* | If an unbound variable in a template is found, print the all the | lloyd | 2008-04-13 | 1 | -24/+59 |
* | Copyrighting a generated file seems kind of silly, though it would be | lloyd | 2008-04-12 | 1 | -4/+0 |
* | Final updates for 1.7.5 release1.7.5 | lloyd | 2008-04-12 | 2 | -2/+2 |
* | Updates for 1.7.5, now tentatively planned for tomorrow. | lloyd | 2008-04-12 | 2 | -18/+17 |
* | Remove setting of unused blinder_size config var | lloyd | 2008-04-12 | 1 | -1/+0 |
* | Modify areas that still assumed Pipe::message_id was exactly a u32bit. | lloyd | 2008-04-12 | 6 | -35/+40 |
* | Use existing reference to p in Elg_Core constructor for small code cleanup | lloyd | 2008-04-12 | 1 | -2/+2 |
* | In decimal string inputs: ignore spaces, and for other bad inputs throw | lloyd | 2008-04-12 | 1 | -0/+7 |
* | Make the size of the random value used to blind the private key | lloyd | 2008-04-12 | 2 | -15/+5 |
* | Remove Config::option_as_u32bit - the only advantage it had over calling | lloyd | 2008-04-12 | 7 | -42/+3 |
* | Make the memory allocator's chunk size a compile time constant, via a | lloyd | 2008-04-12 | 6 | -26/+4 |
* | Update the changelog | lloyd | 2008-04-12 | 1 | -5/+4 |
* | Fix some relatively minor linker namespace pollution issues | lloyd | 2008-04-11 | 4 | -33/+29 |
* | Wrap lines to 80 columns | lloyd | 2008-04-10 | 2 | -4/+12 |
* | Rename fips140.h to selftest.h, since it doesn't really have much to do | lloyd | 2008-04-10 | 3 | -23/+9 |
* | Remove unused Config::option_as_list | lloyd | 2008-04-10 | 2 | -9/+0 |
* | Remove severa global configuration variables related to entropy gathering, | lloyd | 2008-04-10 | 11 | -54/+24 |
* | Remove the config option rng/ms_capi_prov_type - the CryptoAPI entropy | lloyd | 2008-04-10 | 2 | -9/+3 |
* | Remove the pem/ config arguments. Replace with arguments to the individual | lloyd | 2008-04-10 | 3 | -24/+13 |
* | Add a second argument to X509_Cert_Options, which replaces | lloyd | 2008-04-10 | 3 | -12/+7 |
* | Remove the unused function Config::option_as_bool | lloyd | 2008-04-10 | 2 | -17/+0 |
* | Update ca.cpp with new signature of X509_CA::sign_request | lloyd | 2008-04-10 | 1 | -1/+5 |
* | Change the interface of X509_CA::sign_request as follows: | lloyd | 2008-04-10 | 3 | -21/+15 |
* | Fix some completely bogus code in zlib.cpp that was causing compilation failu... | lloyd | 2008-04-10 | 1 | -8/+8 |
* | Summary of the notable changes since 1.7.4 | lloyd | 2008-04-10 | 1 | -0/+9 |
* | Change the copyrights in all files in the Botan tree to directly reflect | lloyd | 2008-04-10 | 474 | -477/+507 |
* | Remove Extensions::copy_this(). Define the Extensions copy constructor in | lloyd | 2008-04-07 | 2 | -19/+25 |
* | Timer::combine_timers should be protected, not private, since subclasses need | lloyd | 2008-04-07 | 1 | -1/+1 |
* | Move combine_timers from a free-standing function in util.h to a private | lloyd | 2008-04-07 | 3 | -3/+3 |
* | Don't hard-code the user and group when doing an install: instead use | lloyd | 2008-04-06 | 12 | -48/+10 |
* | Remove the Named_Mutex_Holder and associated code. Convert all uses to | lloyd | 2008-04-02 | 6 | -77/+56 |