aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove both default arguments to the constructor of ANSI_X931_RNG.lloyd2008-05-241-1/+1
* The BER decoder assumed that all constructed types would be tagged aslloyd2008-05-081-2/+2
* Remove unused headerslloyd2008-05-041-6/+5
* Remove Config::option_as_time, instead call timespec_to_u32bit inlloyd2008-05-022-3/+2
* Add a new function timespec_to_u32bit that handles a very simplisticlloyd2008-05-011-0/+2
* The ability to load ini-style files was removed almost 6 monthslloyd2008-04-301-2/+0
* Remove unused include of <vector>lloyd2008-04-291-2/+1
* Instead of reading from the Config object every time to get the slack welloyd2008-04-291-0/+1
* Move validity_check() into an anonymous namespace inside x509stor.cpp,lloyd2008-04-291-2/+0
* Move Signature_Format enum to pubkey.hlloyd2008-04-299-8/+8
* propagate from branch 'net.randombit.botan.remove-libstate' (head d4d75cf4f68...lloyd2008-04-2913-191/+45
|\
| * 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
| * Add BOTAN_DLL to Timer class declarationlloyd2008-04-211-1/+1
| * propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266...lloyd2008-04-2111-139/+9
| |\
| | * propagate from branch 'net.randombit.botan' (head bcae6a19d8d96ebde33c832c76a...lloyd2008-04-1211-138/+8
| | |\
| | | * propagate from branch 'net.randombit.botan' (head 6afe2db1f710f75bc27e189bb8b...lloyd2008-04-1011-138/+8
| | | |\
| | | | * Remove the Global_RNG namespace, along with rng.h and rng.cpp. This waslloyd2008-04-073-33/+1
| | | | * Remove X509_GlobalState in favor of static function Extensions::get_extensionlloyd2008-04-073-40/+2
| | | | * propagate from branch 'net.randombit.botan' (head db3791f6bba4b57dd8aed178935...lloyd2008-04-071-4/+2
| | | | |\
| | | | * | Remove Charset_Transcoder; hardwire UTF-8/Latin-1 conversions into charset.cpplloyd2008-04-074-43/+0
| | | | * | In Botan, the Timer base class provides access to a high-resolutionlloyd2008-04-075-10/+5
| | | | * | Library_State::set_timer is never called from within Botan, low hanginglloyd2008-04-071-1/+0
| | | | * | The intent of this branch is to remove the global library state objectlloyd2008-04-071-11/+0
* | | | | | The PRIMES[] array (an array of small prime numbers) must be declaredlloyd2008-04-251-1/+1
|/ / / / /
* | | | | Add BOTAN_DLL macro in all needed spots for working DLL export. Basedlloyd2008-04-21152-486/+562
* | | | | Make RandomNumberGenerator::is_seeded pure virtuallloyd2008-04-211-1/+1
|/ / / /
* | | | Modify areas that still assumed Pipe::message_id was exactly a u32bit.lloyd2008-04-123-15/+14
* | | | Remove Config::option_as_u32bit - the only advantage it had over callinglloyd2008-04-122-2/+0
* | | | Make the memory allocator's chunk size a compile time constant, via alloyd2008-04-122-3/+2
* | | | Rename fips140.h to selftest.h, since it doesn't really have much to dolloyd2008-04-101-8/+4
* | | | Remove unused Config::option_as_listlloyd2008-04-101-1/+0
|/ / /
* | | Remove the pem/ config arguments. Replace with arguments to the individuallloyd2008-04-101-3/+3
* | | Add a second argument to X509_Cert_Options, which replaceslloyd2008-04-101-1/+2
* | | Remove the unused function Config::option_as_boollloyd2008-04-101-1/+0
* | | Change the interface of X509_CA::sign_request as follows:lloyd2008-04-101-2/+4
* | | Change the copyrights in all files in the Botan tree to directly reflectlloyd2008-04-10165-165/+169
| |/ |/|
* | Remove Extensions::copy_this(). Define the Extensions copy constructor inlloyd2008-04-071-4/+2
|/
* 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-072-1/+2
* Remove the Named_Mutex_Holder and associated code. Convert all uses tolloyd2008-04-023-15/+12
* Wrap lineslloyd2008-03-141-1/+2
* Use a special typedef, Pipe::message_id, rather than a bare u32bit,lloyd2008-03-141-12/+14
* Add a new constructor for DataSource_Stream taking in a std::istream.lloyd2008-03-111-1/+4
* In DataSink_Stream, allow explicitly setting a pathname (forlloyd2008-03-111-3/+5
* Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep thelloyd2008-03-10159-159/+159
* Increase the size of the buffers in ARC4 and WiderWake4+1 from 1K tolloyd2008-03-092-2/+6
* If the macro BOTAN_TARGET_UNALIGNED_LOADSTOR_OK (from build.h) is on,lloyd2008-03-091-0/+86
* Alas, my definition of the new improved reverse_bytes for 64-bit values waslloyd2008-03-091-2/+5