aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove Config::option_as_time, instead call timespec_to_u32bit inlloyd2008-05-023-24/+19
* Add a new function timespec_to_u32bit that handles a very simplisticlloyd2008-05-012-27/+32
* Instead of reading from the Config object every time to get the slack welloyd2008-04-291-15/+19
* Move validity_check() into an anonymous namespace inside x509stor.cpp,lloyd2008-04-292-30/+29
* Move Signature_Format enum to pubkey.hlloyd2008-04-292-32/+26
* propagate from branch 'net.randombit.botan.remove-libstate' (head d4d75cf4f68...lloyd2008-04-2923-454/+185
|\
| * propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266...lloyd2008-04-2123-454/+185
| |\
| | * propagate from branch 'net.randombit.botan' (head 85596a0b1fbee6696261d36def7...lloyd2008-04-1723-454/+185
| | |\
| | | * propagate from branch 'net.randombit.botan' (head bcae6a19d8d96ebde33c832c76a...lloyd2008-04-1223-454/+185
| | | |\
| | | | * propagate from branch 'net.randombit.botan' (head 6afe2db1f710f75bc27e189bb8b...lloyd2008-04-1023-454/+185
| | | | |\
| | | | | * Remove the Global_RNG namespace, along with rng.h and rng.cpp. This waslloyd2008-04-0712-88/+32
| | | | | * Remove X509_GlobalState in favor of static function Extensions::get_extensionlloyd2008-04-073-104/+23
| | | | | * propagate from branch 'net.randombit.botan' (head db3791f6bba4b57dd8aed178935...lloyd2008-04-071-15/+23
| | | | | |\
| | | | | * | Remove Charset_Transcoder; hardwire UTF-8/Latin-1 conversions into charset.cpplloyd2008-04-074-159/+101
| | | | | * | In Botan, the Timer base class provides access to a high-resolutionlloyd2008-04-075-47/+29
| | | | | * | Library_State::set_timer is never called from within Botan, low hanginglloyd2008-04-071-9/+0
| | | | | * | The intent of this branch is to remove the global library state objectlloyd2008-04-075-47/+0
* | | | | | | The add_algorithm functions also need to be tagged with BOTAN_DLL inlloyd2008-04-251-5/+5
|/ / / / / /
* / / / / / Add BOTAN_DLL macro in all needed spots for working DLL export. Basedlloyd2008-04-211-5/+9
|/ / / / /
* / / / / Always set the position to the start of the block when generating a newlloyd2008-04-151-3/+2
|/ / / /
* | | | 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-123-20/+26
* | | | 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-121-15/+4
* | | | Remove Config::option_as_u32bit - the only advantage it had over callinglloyd2008-04-125-40/+3
* | | | Make the memory allocator's chunk size a compile time constant, via alloyd2008-04-122-22/+1
* | | | 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-102-15/+5
* | | | Remove unused Config::option_as_listlloyd2008-04-101-8/+0
|/ / /
* | | Remove severa global configuration variables related to entropy gathering,lloyd2008-04-103-19/+6
* | | Remove the config option rng/ms_capi_prov_type - the CryptoAPI entropylloyd2008-04-101-1/+0
* | | Remove the pem/ config arguments. Replace with arguments to the individuallloyd2008-04-102-21/+10
* | | Add a second argument to X509_Cert_Options, which replaceslloyd2008-04-102-11/+5
* | | Remove the unused function Config::option_as_boollloyd2008-04-101-16/+0
* | | Change the interface of X509_CA::sign_request as follows:lloyd2008-04-101-17/+4
* | | Change the copyrights in all files in the Botan tree to directly reflectlloyd2008-04-10208-208/+215
| |/ |/|
* | Remove Extensions::copy_this(). Define the Extensions copy constructor inlloyd2008-04-071-15/+23
|/
* Move combine_timers from a free-standing function in util.h to a privatelloyd2008-04-071-2/+1
* Remove the Named_Mutex_Holder and associated code. Convert all uses tolloyd2008-04-023-62/+44
* Use a special typedef, Pipe::message_id, rather than a bare u32bit,lloyd2008-03-142-11/+11
* Add a new constructor for DataSource_Stream taking in a std::istream.lloyd2008-03-111-7/+21
* In DataSink_Stream, allow explicitly setting a pathname (forlloyd2008-03-111-11/+13
* Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep thelloyd2008-03-10202-202/+202
* Unroll the loops in SHA_160::hash that unpack the input and perform thelloyd2008-03-091-4/+15
* Rename offset_ variables to idx_lloyd2008-03-091-30/+30
* Alter bigint_madd2 and bigint_madd3 to take only 3 (4, resp) arguments,lloyd2008-03-093-6/+6
* Also inline xor_buf, both for immediate effeciency gains and for futurelloyd2008-03-091-34/+0
* Put reverse_bytes into bit_ops.h so they can be inlined. Rewrite the versionlloyd2008-03-081-29/+0
* Mass update of the copyright date. Honestly I don't know why I bother,lloyd2008-02-14208-208/+208