| Commit message (Expand) | Author | Age | Files | Lines |
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 368 | -9/+7 |
* | Allow test suite to build even if RNG or DLIES is missing | lloyd | 2008-09-28 | 2 | -4/+22 |
* | Create an x509 module containing all of the X509 certificate and CA | lloyd | 2008-09-28 | 25 | -37/+81 |
* | Add convenience aliases for --disable-modules | lloyd | 2008-09-28 | 1 | -0/+4 |
* | Add DLIES mod config | lloyd | 2008-09-28 | 1 | -0/+10 |
* | Use File::Find instead of a glob, to find modinfo.txt in any directory | lloyd | 2008-09-28 | 1 | -1/+17 |
* | Misparsed realname due to # in name | lloyd | 2008-09-28 | 1 | -1/+1 |
* | Split def_ops into multiple files. Modularize DLIES | lloyd | 2008-09-28 | 8 | -355/+423 |
* | Modularize RNG implementations | lloyd | 2008-09-28 | 10 | -210/+247 |
* | Add modinfo for CMAC and HMAC | lloyd | 2008-09-28 | 2 | -0/+20 |
* | Modularize CMAC and HMAC | lloyd | 2008-09-28 | 5 | -2/+13 |
* | Modularize cipher modes | lloyd | 2008-09-28 | 25 | -7/+212 |
* | Add missing files | lloyd | 2008-09-28 | 16 | -0/+365 |
* | Modularize KDFs, PBKDFs, and PRFs | lloyd | 2008-09-28 | 12 | -222/+94 |
* | Add unknown modinfos for MACs | lloyd | 2008-09-28 | 2 | -0/+20 |
* | Oops, add unknown modinfos and headers | lloyd | 2008-09-28 | 13 | -0/+280 |
* | Modularize EME1 and PKCS #1 v1.5 EME | lloyd | 2008-09-28 | 9 | -24/+22 |
* | Modularize EMSA | lloyd | 2008-09-28 | 8 | -153/+65 |
* | Modularize CBC-MAC | lloyd | 2008-09-28 | 3 | -0/+10 |
* | Modularize SSLv3 MAC and X9.19 MACs. Fix some feature macro inconsistencies. | lloyd | 2008-09-28 | 107 | -7/+18 |
* | Modularize hashes and checksums | lloyd | 2008-09-28 | 45 | -15/+227 |
* | Fix undef warning | lloyd | 2008-09-28 | 1 | -1/+3 |
* | Modularize all ciphers | lloyd | 2008-09-28 | 98 | -29/+482 |
* | Modularize the Adler32 checksum in checksums/adler32 | lloyd | 2008-09-28 | 11 | -59/+93 |
* | Rename header guards in modules from BOTAN_EXT_ to BOTAN_ for consistency | lloyd | 2008-09-28 | 26 | -48/+48 |
* | Made a warn into print for testing, but it should stay a warn | lloyd | 2008-09-28 | 1 | -1/+1 |
* | This is the first checkin to net.randombit.botan.modularized, which | lloyd | 2008-09-28 | 111 | -21/+33 |
* | Add comment explaining why EAX tests for XTEA, Skipjack, and Noekeon | lloyd | 2008-09-27 | 1 | -6/+19 |
* | 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 | 2 | -3/+3 |
* | Document addition of SSL/TLS functions | lloyd | 2008-09-27 | 1 | -0/+1 |
* | Add back from Ajisai 0.5.0 the implementations of the SSLv3 MAC and PRF | lloyd | 2008-09-27 | 8 | -5/+537 |
* | Add a program that reads a set of test vectors for EAX mode using several | lloyd | 2008-09-27 | 1 | -0/+227 |
* | Uptick version to 1.7.13 | lloyd | 2008-09-27 | 3 | -2/+8 |
* | Expose CMAC::poly_double as a static function since it looks like I may | lloyd | 2008-09-24 | 2 | -11/+14 |
* | Split EAX decryption into its own file | lloyd | 2008-09-24 | 2 | -113/+127 |
* | 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 |
* | Fail at runtime if bzip2 is not compiled in, instead of compile time | lloyd | 2008-09-24 | 1 | -3/+9 |
* | Add -m64 flag for Sun Forte on amd64 | lloyd | 2008-09-22 | 1 | -0/+1 |
* | Update for 1.7.12 release 2008-09-181.7.12 | lloyd | 2008-09-18 | 2 | -2/+2 |
* | Make DSA param generation interfaces in DL_Group public | lloyd | 2008-09-18 | 1 | -9/+10 |
* | 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 |
* | Add (in a comment) a probable link line for Botan using Borland C++ | lloyd | 2008-09-18 | 1 | -0/+5 |
* | Set language flags properly for Borland C++ | lloyd | 2008-09-18 | 1 | -1/+1 |
* | Perl script that combines multiple benchmark outputs into a single HTML file | lloyd | 2008-09-18 | 1 | -0/+120 |
* | Document additions to examples | lloyd | 2008-09-18 | 1 | -0/+1 |