aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Drop eng_aep module (the hardware AEP engine). I still have a card (and driverlloyd2008-04-148-815/+0
* merge of '34be1e0ad58e29063ea95d33f2cdc090fd63c4b2'lloyd2008-04-1411-26/+29
|\
| * Document that shared builds would be nicelloyd2008-04-131-0/+6
| * Put each file in a list in the makefile on a different linelloyd2008-04-131-11/+8
| * Change so_obj_flags to shared_flagslloyd2008-04-131-4/+4
| * Rename so_obj_flags variable to shared_flagslloyd2008-04-139-11/+11
* | Consolidate all logfiles into a single log.txt organized by time. Easierlloyd2008-04-1412-1074/+1074
|/
* Enabled shared objects on windowslloyd2008-04-131-1/+1
* Add lines for setting dll_import_flags and dll_export_flags to all thelloyd2008-04-1312-2/+42
* Make a BOTAN_DLL macro in build.hlloyd2008-04-131-0/+4
* If an unbound variable in a template is found, print the all thelloyd2008-04-131-24/+59
* Copyrighting a generated file seems kind of silly, though it would belloyd2008-04-121-4/+0
* Final updates for 1.7.5 release1.7.5lloyd2008-04-122-2/+2
* Updates for 1.7.5, now tentatively planned for tomorrow.lloyd2008-04-122-18/+17
* Remove setting of unused blinder_size config varlloyd2008-04-121-1/+0
* Modify areas that still assumed Pipe::message_id was exactly a u32bit.lloyd2008-04-126-35/+40
* Use existing reference to p in Elg_Core constructor for small code cleanuplloyd2008-04-121-2/+2
* In decimal string inputs: ignore spaces, and for other bad inputs throwlloyd2008-04-121-0/+7
* Make the size of the random value used to blind the private keylloyd2008-04-122-15/+5
* Remove Config::option_as_u32bit - the only advantage it had over callinglloyd2008-04-127-42/+3
* Make the memory allocator's chunk size a compile time constant, via alloyd2008-04-126-26/+4
* Update the changeloglloyd2008-04-121-5/+4
* Fix some relatively minor linker namespace pollution issueslloyd2008-04-114-33/+29
* Wrap lines to 80 columnslloyd2008-04-102-4/+12
* Rename fips140.h to selftest.h, since it doesn't really have much to dolloyd2008-04-103-23/+9
* Remove unused Config::option_as_listlloyd2008-04-102-9/+0
* Remove severa global configuration variables related to entropy gathering,lloyd2008-04-1011-54/+24
* Remove the config option rng/ms_capi_prov_type - the CryptoAPI entropylloyd2008-04-102-9/+3
* Remove the pem/ config arguments. Replace with arguments to the individuallloyd2008-04-103-24/+13
* Add a second argument to X509_Cert_Options, which replaceslloyd2008-04-103-12/+7
* Remove the unused function Config::option_as_boollloyd2008-04-102-17/+0
* Update ca.cpp with new signature of X509_CA::sign_requestlloyd2008-04-101-1/+5
* Change the interface of X509_CA::sign_request as follows:lloyd2008-04-103-21/+15
* Fix some completely bogus code in zlib.cpp that was causing compilation failu...lloyd2008-04-101-8/+8
* Summary of the notable changes since 1.7.4lloyd2008-04-101-0/+9
* Change the copyrights in all files in the Botan tree to directly reflectlloyd2008-04-10474-477/+507
* Remove Extensions::copy_this(). Define the Extensions copy constructor inlloyd2008-04-072-19/+25
* Timer::combine_timers should be protected, not private, since subclasses needlloyd2008-04-071-1/+1
* Move combine_timers from a free-standing function in util.h to a privatelloyd2008-04-073-3/+3
* Don't hard-code the user and group when doing an install: instead uselloyd2008-04-0612-48/+10
* Remove the Named_Mutex_Holder and associated code. Convert all uses tolloyd2008-04-026-77/+56
* Bump version in configure.pl to 1.7.5lloyd2008-03-311-1/+1
* Startup a changelog entry for 1.7.5 to document notable stuff since 1.7.4lloyd2008-03-141-0/+4
* Wrap lineslloyd2008-03-142-2/+4
* Use a special typedef, Pipe::message_id, rather than a bare u32bit,lloyd2008-03-143-23/+25
* Add a new constructor for DataSource_Stream taking in a std::istream.lloyd2008-03-112-8/+25
* In DataSink_Stream, allow explicitly setting a pathname (forlloyd2008-03-112-14/+18
* Update mp_asm64 module to use new signatures for word_madd{2,3} functions1.7.4lloyd2008-03-101-6/+6
* Changes for 1.7.4lloyd2008-03-103-2/+11
* Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep thelloyd2008-03-10437-437/+437