| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove both default arguments to the constructor of ANSI_X931_RNG. | lloyd | 2008-05-24 | 1 | -1/+1 |
* | The BER decoder assumed that all constructed types would be tagged as | lloyd | 2008-05-08 | 1 | -2/+2 |
* | Remove unused headers | lloyd | 2008-05-04 | 1 | -6/+5 |
* | Remove Config::option_as_time, instead call timespec_to_u32bit in | lloyd | 2008-05-02 | 2 | -3/+2 |
* | Add a new function timespec_to_u32bit that handles a very simplistic | lloyd | 2008-05-01 | 1 | -0/+2 |
* | The ability to load ini-style files was removed almost 6 months | lloyd | 2008-04-30 | 1 | -2/+0 |
* | Remove unused include of <vector> | lloyd | 2008-04-29 | 1 | -2/+1 |
* | Instead of reading from the Config object every time to get the slack we | lloyd | 2008-04-29 | 1 | -0/+1 |
* | Move validity_check() into an anonymous namespace inside x509stor.cpp, | lloyd | 2008-04-29 | 1 | -2/+0 |
* | Move Signature_Format enum to pubkey.h | lloyd | 2008-04-29 | 9 | -8/+8 |
* | propagate from branch 'net.randombit.botan.remove-libstate' (head d4d75cf4f68... | lloyd | 2008-04-29 | 13 | -191/+45 |
|\ |
|
| * | Move ASN1_Tag from enums.h to asn1_int.h. The enums.h header is a total | lloyd | 2008-04-24 | 2 | -38/+37 |
| * | Remove stray character introduced during merge | lloyd | 2008-04-24 | 1 | -1/+1 |
| * | Remove unused Pulse_Type enum | lloyd | 2008-04-24 | 1 | -15/+0 |
| * | Add BOTAN_DLL to Timer class declaration | lloyd | 2008-04-21 | 1 | -1/+1 |
| * | propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266... | lloyd | 2008-04-21 | 11 | -139/+9 |
| |\ |
|
| | * | propagate from branch 'net.randombit.botan' (head bcae6a19d8d96ebde33c832c76a... | lloyd | 2008-04-12 | 11 | -138/+8 |
| | |\ |
|
| | | * | propagate from branch 'net.randombit.botan' (head 6afe2db1f710f75bc27e189bb8b... | lloyd | 2008-04-10 | 11 | -138/+8 |
| | | |\ |
|
| | | | * | Remove the Global_RNG namespace, along with rng.h and rng.cpp. This was | lloyd | 2008-04-07 | 3 | -33/+1 |
| | | | * | Remove X509_GlobalState in favor of static function Extensions::get_extension | lloyd | 2008-04-07 | 3 | -40/+2 |
| | | | * | propagate from branch 'net.randombit.botan' (head db3791f6bba4b57dd8aed178935... | lloyd | 2008-04-07 | 1 | -4/+2 |
| | | | |\ |
|
| | | | * | | Remove Charset_Transcoder; hardwire UTF-8/Latin-1 conversions into charset.cpp | lloyd | 2008-04-07 | 4 | -43/+0 |
| | | | * | | In Botan, the Timer base class provides access to a high-resolution | lloyd | 2008-04-07 | 5 | -10/+5 |
| | | | * | | Library_State::set_timer is never called from within Botan, low hanging | lloyd | 2008-04-07 | 1 | -1/+0 |
| | | | * | | The intent of this branch is to remove the global library state object | lloyd | 2008-04-07 | 1 | -11/+0 |
* | | | | | | The PRIMES[] array (an array of small prime numbers) must be declared | lloyd | 2008-04-25 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Add BOTAN_DLL macro in all needed spots for working DLL export. Based | lloyd | 2008-04-21 | 152 | -486/+562 |
* | | | | | Make RandomNumberGenerator::is_seeded pure virtual | lloyd | 2008-04-21 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Modify areas that still assumed Pipe::message_id was exactly a u32bit. | lloyd | 2008-04-12 | 3 | -15/+14 |
* | | | | Remove Config::option_as_u32bit - the only advantage it had over calling | lloyd | 2008-04-12 | 2 | -2/+0 |
* | | | | Make the memory allocator's chunk size a compile time constant, via a | lloyd | 2008-04-12 | 2 | -3/+2 |
* | | | | Rename fips140.h to selftest.h, since it doesn't really have much to do | lloyd | 2008-04-10 | 1 | -8/+4 |
* | | | | Remove unused Config::option_as_list | lloyd | 2008-04-10 | 1 | -1/+0 |
|/ / / |
|
* | | | Remove the pem/ config arguments. Replace with arguments to the individual | lloyd | 2008-04-10 | 1 | -3/+3 |
* | | | Add a second argument to X509_Cert_Options, which replaces | lloyd | 2008-04-10 | 1 | -1/+2 |
* | | | Remove the unused function Config::option_as_bool | lloyd | 2008-04-10 | 1 | -1/+0 |
* | | | Change the interface of X509_CA::sign_request as follows: | lloyd | 2008-04-10 | 1 | -2/+4 |
* | | | Change the copyrights in all files in the Botan tree to directly reflect | lloyd | 2008-04-10 | 165 | -165/+169 |
| |/
|/| |
|
* | | Remove Extensions::copy_this(). Define the Extensions copy constructor in | lloyd | 2008-04-07 | 1 | -4/+2 |
|/ |
|
* | 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 | 2 | -1/+2 |
* | Remove the Named_Mutex_Holder and associated code. Convert all uses to | lloyd | 2008-04-02 | 3 | -15/+12 |
* | Wrap lines | lloyd | 2008-03-14 | 1 | -1/+2 |
* | Use a special typedef, Pipe::message_id, rather than a bare u32bit, | lloyd | 2008-03-14 | 1 | -12/+14 |
* | Add a new constructor for DataSource_Stream taking in a std::istream. | lloyd | 2008-03-11 | 1 | -1/+4 |
* | In DataSink_Stream, allow explicitly setting a pathname (for | lloyd | 2008-03-11 | 1 | -3/+5 |
* | Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep the | lloyd | 2008-03-10 | 159 | -159/+159 |
* | Increase the size of the buffers in ARC4 and WiderWake4+1 from 1K to | lloyd | 2008-03-09 | 2 | -2/+6 |
* | If the macro BOTAN_TARGET_UNALIGNED_LOADSTOR_OK (from build.h) is on, | lloyd | 2008-03-09 | 1 | -0/+86 |
* | Alas, my definition of the new improved reverse_bytes for 64-bit values was | lloyd | 2008-03-09 | 1 | -2/+5 |