aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Don't recommend SHA-1 for new applications.lloyd2009-07-081-30/+33
* Someone commented that they were using Blowfish because "No particularlloyd2009-07-081-94/+93
* Document new configure.pylloyd2009-07-021-1/+1
* Change the makefile template language somewhat. Previously variableslloyd2009-07-011-4/+5
* Mention change in preferece for /dev/*random deviceslloyd2009-07-011-0/+1
* DataSource::discard_next did not actually return the number of discardedlloyd2009-06-241-0/+1
* Fix one of the examples, call bits_of() on OctetString before assigninglloyd2009-06-231-1/+1
* Use an input insensitive implementation of same_mem instead of memcmp.lloyd2009-06-221-0/+1
* Improve handling of low-entropy situations in HMAC_RNG and Randpool.lloyd2009-06-211-3/+4
* Fix Gentoo bug 272242lloyd2009-06-061-0/+1
* Add an implementation of Skein-512lloyd2009-06-021-0/+1
* Document adding a default param for AutoSeeded_RNG::reseedlloyd2009-04-221-0/+1
* Bump version to 0.8.3-prelloyd2009-04-161-0/+3
* Update for 1.8.2 release 2009-04-071.8.2lloyd2009-04-081-1/+1
* Add the GOST 34.11 hash function. Pretty slow, but functional.lloyd2009-04-071-0/+1
* Clean up the GOST_2ROUND macro a bit. Put in do/while block so it is alloyd2009-04-071-2/+2
* s/NYC/Vermont/lloyd2009-04-011-1/+1
* GOST was using a completely non-standard set of sboxes. Change it to uselloyd2009-03-271-0/+1
* Add LibraryInitializers to the examples, instead of relying on lazy init.lloyd2009-03-1739-10/+67
* Expand some acronyms and various grammatical fixes to the tutorial document,lloyd2009-03-061-23/+24
* merge of '4d21273f3094d6b2c2bc149c76383d54ce0a0006'lloyd2009-02-112-56/+62
|\
| * Apply a set of patches by Charles Brockman <[email protected]> fixinglloyd2009-02-112-56/+62
* | Mention merge of n.r.b.entropy-poll-redesignlloyd2009-02-081-0/+1
* | Update examples for changed EntropySource and RandomNumberGenerator interfaceslloyd2009-01-312-11/+14
* | Fix test_es for new Entropy_Accumulator interface. It XORs into a blocklloyd2009-01-271-21/+27
* | Check in a branch with a major redesign on how entropy polling is performed.lloyd2009-01-272-17/+24
|/
* Bump to 1.8.2-prelloyd2009-01-211-0/+3
* Fix paths in dist script1.8.1lloyd2009-01-201-3/+2
* Update readme and release notes for 1.8.1 release 2008-01-20lloyd2009-01-201-1/+2
* In the Unix entropy source fast poll, clear the stat buf beforelloyd2009-01-031-0/+1
* Relicense api.tex from the Creative Commons Attribution-Share Alike licenselloyd2008-12-142-5/+2
* Fix a memory leak in PKCS #8 load_key and encrypt_key that wouldlloyd2008-12-121-0/+3
* Update readme and log for 1.8.0 release 2008-12-081.8.0lloyd2008-12-081-1/+1
* Rickard Bondesson reported on botan-devel about some problems buildinglloyd2008-12-021-0/+3
* Update log file for 1.7.24 release 2008-12-011.7.24lloyd2008-12-011-1/+1
* Consolidate the useful stuff from doc/info.txt into readme.txtlloyd2008-11-301-63/+0
* s/modinfo.txt/info.txt/glloyd2008-11-301-2/+2
* New paths in dist scriptlloyd2008-11-291-4/+6
* Add XLC release date. Mention OpenSSL's AES crashes have unknown causelloyd2008-11-281-2/+2
* Reorg 1.7.24 release notes. Mention adding test vectors.lloyd2008-11-281-5/+6
* Add a variant of EMSA3 called EMSA3_Raw which does not hash the data orlloyd2008-11-281-0/+2
* Rickard Bondesson reported on the mailing list that he had noticedlloyd2008-11-282-1/+5
* 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-251-0/+1
* Drop todo.txt - moved to http://botan.randombit.net/todo.htmllloyd2008-11-251-160/+0
* Document disabling OpenSSL AESlloyd2008-11-241-0/+1
* Rephrase some log entrieslloyd2008-11-241-5/+5
* Update PGP keyslloyd2008-11-241-88/+80
* Mention integer overflow being fixedlloyd2008-11-241-0/+1
* Add an example taken from the tutoriallloyd2008-11-241-0/+55