Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial notes for 1.7.14 | lloyd | 2008-09-30 | 1 | -0/+9 |
| | |||||
* | Remove the misc dir: | lloyd | 2008-09-29 | 4 | -0/+311 |
| | | | | | | | | | | Moved XS, Boost Python, and SWIG wrappers to new toplevel directory 'wrappers' Moved NIST X.509 test suite into checks directory Move the build information used by configure.pl to src/build-data Move scripts directory to doc (for lack of a better spot) | ||||
* | Move gtk+ example to doc/examples | lloyd | 2008-09-29 | 5 | -0/+695 |
| | |||||
* | propagate from branch 'net.randombit.botan' (head ↵ | lloyd | 2008-09-29 | 1 | -0/+5 |
|\ | | | | | | | | | | | ca7d7fc1ae6b55c5328c9cf1ec1cafd1daadedd4) to branch 'net.randombit.botan.modularized' (head 614263a9742a0c554e4093620147f6e156264d41) | ||||
| * | Link to NetSieben and Ajisai in info.txt | lloyd | 2008-09-29 | 1 | -0/+5 |
| | | |||||
* | | Drop old Makefile. Move tests to examples directory. | lloyd | 2008-09-28 | 2 | -0/+157 |
| | | |||||
* | | Modularize the Adler32 checksum in checksums/adler32 | lloyd | 2008-09-28 | 5 | -9/+9 |
|/ | | | | | | | | | Add a new option --disable-modules which allows for disabling any set of modules that normally would be autoloaded. Rename the Botan feature test macros from BOTAN_EXT_BLAH to BOTAN_HAS_BLAH, which will be much more sensible especially when everything is done in this fashion (eg, BOTAN_HAS_BLOWFISH or BOTAN_HAS_RSA, etc) | ||||
* | Add comment explaining why EAX tests for XTEA, Skipjack, and Noekeon | lloyd | 2008-09-27 | 1 | -6/+19 |
| | | | | | | | are not run (the implementations in LTC are incompatible with the ones in Botan, mostly due to endian differences in underspecified algorithms). The DES, 3DES, AES, Twofish, Blowfish, RC2, RC5, RC6, and SAFER-SK tests of EAX mode from LTC all pass. | ||||
* | Add the set of EAX test vectors from libtomcrypt | lloyd | 2008-09-27 | 1 | -0/+461 |
| | |||||
* | Fix link for EAX tet prog | lloyd | 2008-09-27 | 2 | -2/+5 |
| | |||||
* | Update readme and log for 1.7.13 release1.7.13 | lloyd | 2008-09-27 | 1 | -2/+2 |
| | |||||
* | Document addition of SSL/TLS functions | lloyd | 2008-09-27 | 1 | -0/+1 |
| | |||||
* | Add a program that reads a set of test vectors for EAX mode using several | lloyd | 2008-09-27 | 1 | -0/+227 |
| | | | | | different algorithms taken from libtomcrypt. Requires Boost.Regex currently (would like to remove that at some point). | ||||
* | Uptick version to 1.7.13 | lloyd | 2008-09-27 | 1 | -0/+6 |
| | |||||
* | Add an example database row encryptor | lloyd | 2008-09-24 | 1 | -0/+134 |
| | |||||
* | If the Zlib module is not compiled in, don't #error and abort the whole | lloyd | 2008-09-24 | 2 | -5/+6 |
| | | | | compile, just skip adding a Zlib filter into the Pipe. | ||||
* | Fail at runtime if bzip2 is not compiled in, instead of compile time | lloyd | 2008-09-24 | 1 | -3/+9 |
| | |||||
* | Update for 1.7.12 release 2008-09-181.7.12 | lloyd | 2008-09-18 | 1 | -1/+1 |
| | |||||
* | Create a RNG object, update for new interface for DSA paramater generation | lloyd | 2008-09-18 | 1 | -6/+15 |
| | |||||
* | Add missing <memory> include | lloyd | 2008-09-18 | 1 | -0/+1 |
| | |||||
* | Add testers for the NIST CAVS PQGGen and SigGen tests (part of FIPS-140 | lloyd | 2008-09-18 | 2 | -0/+194 |
| | | | | DSA test suite) | ||||
* | Document additions to examples | lloyd | 2008-09-18 | 1 | -0/+1 |
| | |||||
* | Add a program that checks the ressol() implementation using a set of | lloyd | 2008-09-18 | 1 | -0/+77 |
| | | | | randomly generated primes. | ||||
* | Add a test app for random_prime in examples | lloyd | 2008-09-18 | 1 | -0/+69 |
| | |||||
* | Fix compilation with latest RNG API | lloyd | 2008-09-18 | 1 | -1/+3 |
| | |||||
* | 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 |
| | | | | using normal make syntax. | ||||
* | 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 |
| | | | | and profiling, mostly). | ||||
* | 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 |
| |