| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove warning | lloyd | 2008-09-18 | 1 | -3/+2 |
* | Makefile for examples now requires GNU make, was getting way too long | lloyd | 2008-09-18 | 2 | -130/+23 |
* | Credit Dean with the code in thanks.txt | lloyd | 2008-09-18 | 1 | -0/+2 |
* | Document other changes since 1.7.11 | lloyd | 2008-09-18 | 1 | -3/+10 |
* | Add a program that checks the X9.31 PRNG against a set of NIST test vectors | lloyd | 2008-09-18 | 1 | -0/+134 |
* | Add Vaclav Ovsik to credits | lloyd | 2008-09-17 | 1 | -0/+4 |
* | Add the program I wrote to write a set of many RSA keys (used for benchmarking | lloyd | 2008-09-17 | 1 | -0/+35 |
* | Note addition of XLC support in log | lloyd | 2008-09-16 | 1 | -1/+2 |
* | Specialization for Cell PPU | lloyd | 2008-09-16 | 1 | -0/+1 |
* | Function was renamed, bigint_simple_sqr is now hotspot | lloyd | 2008-09-16 | 1 | -2/+2 |
* | Initial notes for 1.7.12 release | lloyd | 2008-09-15 | 1 | -0/+6 |
* | List Noekeon and Salsa20 in info.txt | lloyd | 2008-09-11 | 1 | -17/+18 |
* | Update log for 1.7.11 release | lloyd | 2008-09-11 | 1 | -2/+4 |
* | Document some other recent updates | lloyd | 2008-09-11 | 1 | -2/+4 |
* | Note new 16x16 Comba operations | lloyd | 2008-09-10 | 1 | -0/+1 |
* | Add implementation of Salsa20 stream cipher | lloyd | 2008-09-09 | 1 | -0/+1 |
* | Add a little more detail to RSA example. Reword some intro text. | lloyd | 2008-09-08 | 1 | -29/+39 |
* | Update release notes | lloyd | 2008-09-07 | 1 | -0/+3 |
* | Bump to 1.7.11 (pre) | lloyd | 2008-09-07 | 1 | -0/+2 |
* | Changes for 1.7.10 | lloyd | 2008-09-05 | 1 | -1/+1 |
* | Mention DL_Group::Format aliases | lloyd | 2008-09-05 | 1 | -0/+1 |
* | Further release notes for 1.7.10 | lloyd | 2008-09-05 | 1 | -1/+7 |
* | Start of 1.7.10 release notes | lloyd | 2008-09-05 | 1 | -0/+3 |
* | Generate a random 2k bit DSA group instead of 1024-bit JCE default | lloyd | 2008-08-30 | 1 | -1/+3 |
* | Fix xor_ciph example | lloyd | 2008-08-30 | 1 | -2/+4 |
* | Changes for 1.7.91.7.9 | lloyd | 2008-08-27 | 1 | -0/+11 |
* | Update log and readme for 1.7.81.7.8 | lloyd | 2008-07-15 | 1 | -1/+1 |
* | Add the block cipher Noekeon (http://gro.noekeon.org/). Only "indirect mode" | lloyd | 2008-07-11 | 1 | -0/+1 |
* | Note some recent changes in the log | lloyd | 2008-07-07 | 1 | -0/+2 |
* | Add an implementation of the Shanks-Tonelli algorithm, which is used to | lloyd | 2008-07-07 | 2 | -0/+8 |
* | Document changes so far since 1.7.7 | lloyd | 2008-06-30 | 1 | -0/+5 |
* | Mark this as 1.7.8-pre in readme and log file | lloyd | 2008-06-30 | 1 | -0/+2 |
* | Document the removal of the PK filter objects (somewhat after the fact) | lloyd | 2008-06-28 | 1 | -0/+1 |
* | Update changelog and readme for 1.7.7 | lloyd | 2008-06-28 | 1 | -1/+2 |
* | Fix the DSA examples. Reindent. | lloyd | 2008-06-28 | 13 | -30/+50 |
* | Update more of the examples | lloyd | 2008-06-27 | 3 | -5/+11 |
* | Update pkcs10, passhash examples | lloyd | 2008-06-27 | 2 | -9/+16 |
* | Update some of the examples for the recent API changes | lloyd | 2008-06-27 | 7 | -28/+42 |
* | New structure for entropy sources + RNGs. The entropy sources are owned by | lloyd | 2008-06-27 | 1 | -1/+1 |
* | Remove SHA1PRNG for the moment, until | lloyd | 2008-06-23 | 3 | -10/+5 |
* | Add missing headers in the example problems, noticed while compiling under | lloyd | 2008-06-11 | 8 | -0/+9 |
* | GmbH, not GmBH | lloyd | 2008-06-10 | 1 | -1/+1 |
* | Document RNG test suite, SHA1PRNG contribution | lloyd | 2008-06-09 | 1 | -0/+2 |
* | Check in the first import from InSiTo, SHA1PRNG, which implements the | lloyd | 2008-06-07 | 2 | -2/+9 |
* | Make the contents of Botan_types namespace be just using declarations, | lloyd | 2008-06-07 | 1 | -1/+1 |
* | Mention Randpool change in log.txt | lloyd | 2008-06-03 | 1 | -1/+2 |
* | Check in initial changelog for 1.7.7. Increase version number in configure.pl | lloyd | 2008-05-24 | 1 | -0/+5 |
* | Update passhash example with new S2K::new_random_salt signature | lloyd | 2008-05-24 | 1 | -1/+2 |
* | Avoid using the global RNG in check_key, instead pass a reference. | lloyd | 2008-05-24 | 6 | -13/+24 |
* | Print the class tag type(s) on constructed forms | lloyd | 2008-05-08 | 1 | -0/+9 |