aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move Signature_Format enum to pubkey.hlloyd2008-04-2911-40/+34
* propagate from branch 'net.randombit.botan.remove-libstate' (head d4d75cf4f68...lloyd2008-04-2944-711/+250
|\
| * Move ASN1_Tag from enums.h to asn1_int.h. The enums.h header is a totallloyd2008-04-242-38/+37
| * Remove stray character introduced during mergelloyd2008-04-241-1/+1
| * Remove unused Pulse_Type enumlloyd2008-04-241-15/+0
| * Remove section on pulses - removedlloyd2008-04-241-44/+0
| * merge of '0bd31c0935789c0b8280f297b711d935192280f1'lloyd2008-04-243-3/+3
| |\
| | * Add BOTAN_DLL to Timer class declarationlloyd2008-04-211-1/+1
| | * propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266...lloyd2008-04-2141-615/+214
| | |\
| * | \ propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266...lloyd2008-04-2141-615/+214
| |\ \ \ | | |/ / | |/| / | | |/
| | * propagate from branch 'net.randombit.botan' (head 85596a0b1fbee6696261d36def7...lloyd2008-04-1741-614/+213
| | |\
| | | * propagate from branch 'net.randombit.botan' (head 4b88c5d653d997e87cc333064ca...lloyd2008-04-1341-614/+213
| | | |\
| | | | * propagate from branch 'net.randombit.botan' (head bcae6a19d8d96ebde33c832c76a...lloyd2008-04-1241-614/+213
| | | | |\
| | | | | * propagate from branch 'net.randombit.botan' (head 6afe2db1f710f75bc27e189bb8b...lloyd2008-04-1041-614/+213
| | | | | |\
| | | | | | * Remove the Global_RNG namespace, along with rng.h and rng.cpp. This waslloyd2008-04-0721-141/+53
| | | | | | * Remove X509_GlobalState in favor of static function Extensions::get_extensionlloyd2008-04-076-144/+25
| | | | | | * propagate from branch 'net.randombit.botan' (head db3791f6bba4b57dd8aed178935...lloyd2008-04-072-19/+25
| | | | | | |\
| | | | | | * | Remove Charset_Transcoder; hardwire UTF-8/Latin-1 conversions into charset.cpplloyd2008-04-078-202/+101
| | | | | | * | In Botan, the Timer base class provides access to a high-resolutionlloyd2008-04-0711-59/+34
| | | | | | * | Library_State::set_timer is never called from within Botan, low hanginglloyd2008-04-072-10/+0
| | | | | | * | The intent of this branch is to remove the global library state objectlloyd2008-04-076-58/+0
* | | | | | | | The add_algorithm functions also need to be tagged with BOTAN_DLL inlloyd2008-04-251-5/+5
* | | | | | | | The PRIMES[] array (an array of small prime numbers) must be declaredlloyd2008-04-251-1/+1
* | | | | | | | Credit Joel Low for DLL symbol visibility patcheslloyd2008-04-221-0/+3
|/ / / / / / /
* | | | | | | Add BOTAN_DLL macro in all needed spots for working DLL export. Basedlloyd2008-04-21153-491/+571
* | | | | | | Update Fixed_Output_RNG (used for testing) to implement is_seededlloyd2008-04-211-0/+2
* | | | | | | Make RandomNumberGenerator::is_seeded pure virtuallloyd2008-04-211-1/+1
* | | | | | | Convert date format in log.txt to YYYY-MM-DD for easier grepping and statisticslloyd2008-04-171-100/+100
|/ / / / / /
* | | | | | Add first change notes about the upcoming 1.7.6lloyd2008-04-172-1/+5
* | | | | | Always set the position to the start of the block when generating a newlloyd2008-04-151-3/+2
* | | | | | merge of '0aa1d27dec5a97856953bb1fcffe29a84c68b3ac'lloyd2008-04-151-2/+2
|\ \ \ \ \ \
| * | | | | | Optimizations had been disabledlloyd2008-04-141-2/+2
* | | | | | | 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