aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update log and readme for 1.7.81.7.8lloyd2008-07-152-2/+2
* Add a specialized version of theta() for NullVector, since it cleans uplloyd2008-07-151-4/+25
* And then add an empty constructor to allow things to contine to compile.lloyd2008-07-131-0/+1
* Disable synthesized copy constructor and assignment operator forlloyd2008-07-131-0/+4
* Use NULL instead of 0 for execl terminatorlloyd2008-07-131-1/+1
* merge of '17a621a99c0fb8685efd5f3f3411a44e4d5ff835'lloyd2008-07-134-3/+3
|\
| * Missing include of timers.h, error if no timer modules usedlloyd2008-07-081-0/+1
| * Complete the core2duo -> core2 renamelloyd2008-07-073-3/+2
* | Add the block cipher Noekeon (http://gro.noekeon.org/). Only "indirect mode"lloyd2008-07-116-1/+226
|/
* Fix return values for ressol(), saying BigInt x = -1 does somethinglloyd2008-07-071-2/+2
* Remove unneeded parenslloyd2008-07-071-1/+1
* Note some recent changes in the loglloyd2008-07-071-0/+2
* Set -march=<submodel> for x86-64 processors, and delete the bit of codelloyd2008-07-071-2/+2
* Change submodel name for Core2 processors from 'core2duo' to 'core2'lloyd2008-07-071-5/+5
* Add an implementation of the Shanks-Tonelli algorithm, which is used tolloyd2008-07-074-2/+98
* Remove printf in catch blocklloyd2008-07-071-1/+0
* Extend random_prime() to be able to generate primes of any bit size.lloyd2008-07-051-1/+10
* Set MSVC dll import flags (from Joel Low)lloyd2008-07-031-1/+1
* Missing BOTAN_DLL for XTEA, noted by Joel Lowlloyd2008-07-031-1/+1
* Document changes so far since 1.7.7lloyd2008-06-301-0/+5
* Remove the free-standing function deref_alias. It only served as a forwarderlloyd2008-06-308-38/+32
* Remove unnecessary include of rng.hlloyd2008-06-301-1/+0
* Remove the default_pbe option. Instead hardcode the default intolloyd2008-06-302-5/+2
* Remove option v1_assume_ca, no longer usedlloyd2008-06-301-2/+0
* Previously X509_Store took two configuration values from the librarylloyd2008-06-303-10/+6
* Remove the Config class.lloyd2008-06-3014-217/+118
* Remove unnecessary inclusion of botan/config.h in several moduleslloyd2008-06-305-5/+0
* Remove global_config() - replace by direct calls to global_state()lloyd2008-06-3014-46/+48
* Mark this as 1.7.8-pre in readme and log filelloyd2008-06-302-1/+3
* Bump version code to 1.7.8lloyd2008-06-301-1/+1
* Ignore files containing # chars (emacs temp files)lloyd2008-06-301-1/+2
* Make use of RandomNumberGenerator implementing add_entropy_source inlloyd2008-06-281-14/+16
* Add interfaces for add_entropy_source and add_entropy tolloyd2008-06-285-19/+41
* Reseed the underlying PRNG when ANSI_X931_PRNG:reseed is calledlloyd2008-06-281-0/+2
* Document the removal of the PK filter objects (somewhat after the fact)lloyd2008-06-281-0/+1
* Default to using clock(), not rdtsc1.7.7lloyd2008-06-281-2/+2
* Update changelog and readme for 1.7.7lloyd2008-06-282-2/+3
* The two remaining locks were not being deleted, leaking memorylloyd2008-06-281-0/+2
* Fix the DSA examples. Reindent.lloyd2008-06-2813-30/+50
* Delete the self-test global RNG: just create one in main() and pass itlloyd2008-06-286-57/+56
* Remove most of the direct references to the global_rng() calllloyd2008-06-287-114/+137
* Change make_rng to be a static member of RandomNumberGeneratorlloyd2008-06-283-7/+4
* Include rng.h in botan.hlloyd2008-06-271-0/+1
* Update more of the exampleslloyd2008-06-273-5/+11
* Update pkcs10, passhash exampleslloyd2008-06-272-9/+16
* Update some of the examples for the recent API changeslloyd2008-06-277-28/+42
* New structure for entropy sources + RNGs. The entropy sources are owned bylloyd2008-06-2711-198/+202
* Avoid warninglloyd2008-06-271-1/+1
* Remove the global PRNG object as well as the global list of entropy sources.lloyd2008-06-274-134/+1
* Remove PRNG_Unseeded throw() specifies from the RNG randomize() functions.lloyd2008-06-274-4/+4