| Commit message (Expand) | Author | Age | Files | Lines |
* | Rickard Bondesson reported on botan-devel about some problems building | lloyd | 2008-12-02 | 7 | -27/+17 |
* | Update log file for 1.7.24 release 2008-12-011.7.24 | lloyd | 2008-12-01 | 1 | -1/+1 |
* | Update readme for 1.7.24. Clean up some of the text | lloyd | 2008-11-30 | 1 | -19/+23 |
* | Add some test vectors for EMSA3(Raw) with RSA generated using Crypto++ | lloyd | 2008-11-30 | 1 | -0/+58 |
* | Consolidate the useful stuff from doc/info.txt into readme.txt | lloyd | 2008-11-30 | 3 | -72/+34 |
* | s/modinfo.txt/info.txt/g | lloyd | 2008-11-30 | 1 | -2/+2 |
* | Fix name of function in exception throw | lloyd | 2008-11-30 | 1 | -1/+1 |
* | New paths in dist script | lloyd | 2008-11-29 | 1 | -4/+6 |
* | In EMSA3_Raw::raw_data, clear message buffer (reset) before returning | lloyd | 2008-11-28 | 1 | -1/+3 |
* | Add XLC release date. Mention OpenSSL's AES crashes have unknown cause | lloyd | 2008-11-28 | 1 | -2/+2 |
* | Change the readme to refer to 1.7.24 as the third release candidate. | lloyd | 2008-11-28 | 1 | -3/+3 |
* | Reorg 1.7.24 release notes. Mention adding test vectors. | lloyd | 2008-11-28 | 1 | -5/+6 |
* | Add verification tests for RSA/EMSA4 signatures generated by Crypto++ 5.5.2 | lloyd | 2008-11-28 | 1 | -0/+136 |
* | Add test vectors for RSA/EMSA2 generated by Crypto++ 5.5.2 | lloyd | 2008-11-28 | 1 | -0/+318 |
* | Add test vectors for RSA EMSA3 with RIPEMD-160 and Tiger. Generated by | lloyd | 2008-11-28 | 1 | -0/+153 |
* | Allow asking for EMSA3(Raw) in get_emsa (returning a new EMSA3_Raw object) | lloyd | 2008-11-28 | 1 | -0/+4 |
* | Add a set of test vectors for RSA/EMSA3 with SHA-1, SHA-224, SHA-256, | lloyd | 2008-11-28 | 1 | -0/+337 |
* | Add a variant of EMSA3 called EMSA3_Raw which does not hash the data or | lloyd | 2008-11-28 | 3 | -46/+125 |
* | Add SHA-224 hash ids for EMSA2/X9.31 and EMSA3/PKCS #1 v1.5 public key | lloyd | 2008-11-28 | 1 | -3/+14 |
* | Rickard Bondesson reported on the mailing list that he had noticed | lloyd | 2008-11-28 | 3 | -12/+18 |
* | Add Doxygen comment for Timer::clock. Fix @return in benchmark.h and x509_ca.h | lloyd | 2008-11-25 | 3 | -2/+6 |
* | Add test_es, a program that polls each enabled entropy source (both fast | lloyd | 2008-11-25 | 1 | -0/+101 |
* | If the read succeceed in EGD_EntropySource::slow_poll, the loop would | lloyd | 2008-11-25 | 2 | -0/+3 |
* | Drop todo.txt - moved to http://botan.randombit.net/todo.html | lloyd | 2008-11-25 | 1 | -160/+0 |
* | Document disabling OpenSSL AES | lloyd | 2008-11-24 | 1 | -0/+1 |
* | Disable using OpenSSL's AES - it is causing crashes for an unknown reason. | lloyd | 2008-11-24 | 1 | -0/+6 |
* | Fix a roundoff error in the block cipher benchmarks | lloyd | 2008-11-24 | 1 | -16/+17 |
* | Rephrase some log entries | lloyd | 2008-11-24 | 1 | -5/+5 |
* | Link to botan-devel mailman page | lloyd | 2008-11-24 | 1 | -6/+8 |
* | Update PGP keys | lloyd | 2008-11-24 | 1 | -88/+80 |
* | Mention integer overflow being fixed | lloyd | 2008-11-24 | 1 | -0/+1 |
* | In Pooling_Allocator::get_more_core, limit in_bytes to at most 1 MiB to | lloyd | 2008-11-24 | 2 | -3/+4 |
* | Add an example taken from the tutorial | lloyd | 2008-11-24 | 1 | -0/+55 |
* | Update build instructions | lloyd | 2008-11-24 | 1 | -10/+19 |
* | In pkg-config, don't link against a specific version number (eg -lbotan-1.8.0) | lloyd | 2008-11-24 | 1 | -1/+1 |
* | Update readme and info files to reflect that 1.8.0 will be a (theoretically) | lloyd | 2008-11-24 | 2 | -3/+8 |
* | Document changes since 1.7.23. Bump version number to 1.7.24-pre; I'll | lloyd | 2008-11-24 | 3 | -3/+9 |
* | Make X509_Store::CRL_Info public for IBM XLC 0.9 for Cell | lloyd | 2008-11-24 | 1 | -10/+14 |
* | Wrap code and struct definitions internal to sha1_sse2_imp.cpp in an | lloyd | 2008-11-24 | 1 | -0/+4 |
* | In es_ftw, remove check for if the return value of read() is larger | lloyd | 2008-11-24 | 1 | -1/+1 |
* | If configure.pl guesses the CPU using /proc/cpuinfo or uname, it reminds | lloyd | 2008-11-24 | 1 | -2/+3 |
* | Update for 1.7.23 release 2008-11-231.7.23 | lloyd | 2008-11-23 | 2 | -5/+5 |
* | Modify es_ftw to use xor_into_buf | lloyd | 2008-11-23 | 1 | -4/+4 |
* | Reduce size of I/O buffer in HMAC_RNG from 128 to 96 bytes. Unlikely that any | lloyd | 2008-11-23 | 1 | -1/+1 |
* | Previously es_unix would always try to get 16K, then return. Now it | lloyd | 2008-11-23 | 1 | -4/+3 |
* | Add an Algorithm_Factory& argument to Engine::get_cipher to avoid a | lloyd | 2008-11-23 | 4 | -8/+13 |
* | Remove openssl/gnump engine dep on libstate, no longer a dep | lloyd | 2008-11-23 | 2 | -8/+0 |
* | Document new options in release notes | lloyd | 2008-11-23 | 1 | -0/+1 |
* | Add handy aliases to configure for controlling the modules using OpenSSL, | lloyd | 2008-11-23 | 1 | -0/+9 |
* | Limit the output size of fast polls by the BeOS, Unix, and Win32 entropy | lloyd | 2008-11-23 | 3 | -0/+3 |