| Commit message (Expand) | Author | Age | Files | Lines |
* | A new warning in glibc triggers if memset is called with a constant size | lloyd | 2009-01-31 | 1 | -8/+8 |
* | Bump to 1.8.2-pre | lloyd | 2009-01-21 | 3 | -2/+5 |
* | merge of '17ebb8fd6cdfe0a743092b2bf5b039a351cc23be' | lloyd | 2009-01-21 | 9 | -17/+31 |
|\ |
|
| * | Fix paths in dist script1.8.1 | lloyd | 2009-01-20 | 1 | -3/+2 |
| * | Update readme and release notes for 1.8.1 release 2008-01-20 | lloyd | 2009-01-20 | 2 | -2/+3 |
| * | Use printf instead of echo -n in botan-config, as according to bug reports | lloyd | 2009-01-19 | 1 | -1/+1 |
| * | Bump version in configure and readme to 1.8.1-pre | lloyd | 2009-01-03 | 2 | -2/+2 |
| * | In the Unix entropy source fast poll, clear the stat buf before | lloyd | 2009-01-03 | 2 | -0/+2 |
| * | Relicense api.tex from the Creative Commons Attribution-Share Alike license | lloyd | 2008-12-14 | 2 | -5/+2 |
| * | Fix a memory leak in PKCS #8 load_key and encrypt_key that would | lloyd | 2008-12-12 | 2 | -5/+12 |
| * | Add a ref to a paper describing a chosen ciphertext attack on OAEP | lloyd | 2008-12-08 | 1 | -0/+8 |
| * | DL_Group constructor taking three BigInts had the order of q and g swapped | lloyd | 2008-12-08 | 1 | -1/+1 |
| * | Update readme and log for 1.8.0 release 2008-12-081.8.0 | lloyd | 2008-12-08 | 2 | -2/+2 |
* | | Argh. Using printf in botan-config didn't work either, because some | lloyd | 2009-01-21 | 1 | -3/+3 |
|/ |
|
* | 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 |