aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rickard Bondesson reported on botan-devel about some problems buildinglloyd2008-12-027-27/+17
* Update log file for 1.7.24 release 2008-12-011.7.24lloyd2008-12-011-1/+1
* Update readme for 1.7.24. Clean up some of the textlloyd2008-11-301-19/+23
* Add some test vectors for EMSA3(Raw) with RSA generated using Crypto++lloyd2008-11-301-0/+58
* Consolidate the useful stuff from doc/info.txt into readme.txtlloyd2008-11-303-72/+34
* s/modinfo.txt/info.txt/glloyd2008-11-301-2/+2
* Fix name of function in exception throwlloyd2008-11-301-1/+1
* New paths in dist scriptlloyd2008-11-291-4/+6
* In EMSA3_Raw::raw_data, clear message buffer (reset) before returninglloyd2008-11-281-1/+3
* Add XLC release date. Mention OpenSSL's AES crashes have unknown causelloyd2008-11-281-2/+2
* Change the readme to refer to 1.7.24 as the third release candidate.lloyd2008-11-281-3/+3
* Reorg 1.7.24 release notes. Mention adding test vectors.lloyd2008-11-281-5/+6
* Add verification tests for RSA/EMSA4 signatures generated by Crypto++ 5.5.2lloyd2008-11-281-0/+136
* Add test vectors for RSA/EMSA2 generated by Crypto++ 5.5.2lloyd2008-11-281-0/+318
* Add test vectors for RSA EMSA3 with RIPEMD-160 and Tiger. Generated bylloyd2008-11-281-0/+153
* Allow asking for EMSA3(Raw) in get_emsa (returning a new EMSA3_Raw object)lloyd2008-11-281-0/+4
* Add a set of test vectors for RSA/EMSA3 with SHA-1, SHA-224, SHA-256,lloyd2008-11-281-0/+337
* Add a variant of EMSA3 called EMSA3_Raw which does not hash the data orlloyd2008-11-283-46/+125
* Add SHA-224 hash ids for EMSA2/X9.31 and EMSA3/PKCS #1 v1.5 public keylloyd2008-11-281-3/+14
* Rickard Bondesson reported on the mailing list that he had noticedlloyd2008-11-283-12/+18
* Add Doxygen comment for Timer::clock. Fix @return in benchmark.h and x509_ca.hlloyd2008-11-253-2/+6
* Add test_es, a program that polls each enabled entropy source (both fastlloyd2008-11-251-0/+101
* If the read succeceed in EGD_EntropySource::slow_poll, the loop wouldlloyd2008-11-252-0/+3
* Drop todo.txt - moved to http://botan.randombit.net/todo.htmllloyd2008-11-251-160/+0
* Document disabling OpenSSL AESlloyd2008-11-241-0/+1
* Disable using OpenSSL's AES - it is causing crashes for an unknown reason.lloyd2008-11-241-0/+6
* Fix a roundoff error in the block cipher benchmarkslloyd2008-11-241-16/+17
* Rephrase some log entrieslloyd2008-11-241-5/+5
* Link to botan-devel mailman pagelloyd2008-11-241-6/+8
* Update PGP keyslloyd2008-11-241-88/+80
* Mention integer overflow being fixedlloyd2008-11-241-0/+1
* In Pooling_Allocator::get_more_core, limit in_bytes to at most 1 MiB tolloyd2008-11-242-3/+4
* Add an example taken from the tutoriallloyd2008-11-241-0/+55
* Update build instructionslloyd2008-11-241-10/+19
* In pkg-config, don't link against a specific version number (eg -lbotan-1.8.0)lloyd2008-11-241-1/+1
* Update readme and info files to reflect that 1.8.0 will be a (theoretically)lloyd2008-11-242-3/+8
* Document changes since 1.7.23. Bump version number to 1.7.24-pre; I'lllloyd2008-11-243-3/+9
* Make X509_Store::CRL_Info public for IBM XLC 0.9 for Celllloyd2008-11-241-10/+14
* Wrap code and struct definitions internal to sha1_sse2_imp.cpp in anlloyd2008-11-241-0/+4
* In es_ftw, remove check for if the return value of read() is largerlloyd2008-11-241-1/+1
* If configure.pl guesses the CPU using /proc/cpuinfo or uname, it remindslloyd2008-11-241-2/+3
* Update for 1.7.23 release 2008-11-231.7.23lloyd2008-11-232-5/+5
* Modify es_ftw to use xor_into_buflloyd2008-11-231-4/+4
* Reduce size of I/O buffer in HMAC_RNG from 128 to 96 bytes. Unlikely that anylloyd2008-11-231-1/+1
* Previously es_unix would always try to get 16K, then return. Now itlloyd2008-11-231-4/+3
* Add an Algorithm_Factory& argument to Engine::get_cipher to avoid alloyd2008-11-234-8/+13
* Remove openssl/gnump engine dep on libstate, no longer a deplloyd2008-11-232-8/+0
* Document new options in release noteslloyd2008-11-231-0/+1
* Add handy aliases to configure for controlling the modules using OpenSSL,lloyd2008-11-231-0/+9
* Limit the output size of fast polls by the BeOS, Unix, and Win32 entropylloyd2008-11-233-0/+3