Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove needless include of look_pk.h | lloyd | 2008-09-28 | 1 | -1/+0 |
| | |||||
* | Add dl_algo and dl_group modules | lloyd | 2008-09-28 | 9 | -0/+17 |
| | |||||
* | Compliation fixes | lloyd | 2008-09-28 | 2 | -2/+2 |
| | |||||
* | Add missing PBE header and modinfo files | lloyd | 2008-09-28 | 3 | -0/+65 |
| | |||||
* | Modularize PBEs (password-based encryption schemes) | lloyd | 2008-09-28 | 4 | -34/+25 |
| | |||||
* | Modularize IF family PK algorithms (integer factorization; RSA and RW base | lloyd | 2008-09-28 | 13 | -0/+141 |
| | | | | | | class). Add many missing modinfo.txts that I had not checked in. Oops. | ||||
* | Drop old Makefile. Move tests to examples directory. | lloyd | 2008-09-28 | 3 | -12/+0 |
| | |||||
* | Move CMS code into main src tree, though it currently doesn't compile (needs ↵ | lloyd | 2008-09-28 | 11 | -20/+28 |
| | | | | further updating) | ||||
* | Compliation fixes | lloyd | 2008-09-28 | 2 | -7/+6 |
| | |||||
* | Formatting | lloyd | 2008-09-28 | 1 | -8/+6 |
| | |||||
* | Modularize the public key algorithms, though currently a great deal of | lloyd | 2008-09-28 | 16 | -68/+235 |
| | | | | | | the underlying implementation goop remains in the core library instead of being shunted off, due to various dependencies it has (most of which it shouldn't). | ||||
* | Drop todo, scratchpad: | lloyd | 2008-09-28 | 1 | -45/+0 |
| | |||||
* | More tracing. Print enabled modules in a block at the end | lloyd | 2008-09-28 | 1 | -2/+8 |
| | |||||
* | Rename compression->compress and allocation->secalloc | lloyd | 2008-09-28 | 13 | -0/+0 |
| | |||||
* | Split up asm modules into appropriate (topic-specific) modules, eg | lloyd | 2008-09-28 | 29 | -5/+0 |
| | | | | | | | hash/sha1_amd64 and cipher/serpent_ia32. Remaining code in asm/ dir is for BigInt, so rename to bigint/ in prep for all (or most) of BigInt being modularized. | ||||
* | Modularize MGF1. Make EME1 and EMSA4 depend on it | lloyd | 2008-09-28 | 5 | -1/+14 |
| | |||||
* | Make mdx_hash also a module, which most of the hash functions depend on. | lloyd | 2008-09-28 | 17 | -18/+61 |
| | | | | | | Correct the configure program so modules are not autoloaded if their dependences are not available. (Eg, --no-module=mdx_hash will disable MD4, MD5, SHA-1, etc rather than cause a compliation failure) | ||||
* | 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 |
| | | | | code as well as the code for handling PKCS #10 requests. | ||||
* | 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 |
| | | | | inside modules | ||||
* | 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 |
| | | | | | | | | | 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) | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | has the intent of modularizing Botan's source code, and making it much easier to add or remove various things at compile time. In this first checkin: Add support for nested directories in modules/ and move all the modules into grouped directories like entropy/ or compression/ Currently this is not ideal, it will _only_ find code in modules/*/*/modinfo.txt, while it would be much better to allow for arbitrary nestings under modules (find modules -name modinfo.txt) for more complicated setups. This 'new' (OMG I've found directories!) structure allows for a more free naming convention (no need for leading es_, ml_, etc to group names, though some keep it for lack of a more meaningful name being obvious to me right at the moment). | ||||
* | 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 | 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 |
| | | | | | | | | | | | and the TLS v1.0 PRF. These were removed from Botan in v1.4.5. Initially I had felt that since these protocols were specific to SSL/TLS they should be placed in Ajisai (an SSL/TLS library based on Botan). However upon further reflection I have realized it is quite possible that other alternate implementations of SSL/TLS based on Botan would be quite desirable, and so to make that (a very slightly bit) easier I am adding back the SSL/TLS functions to Botan, so other SSL/TLS libs can use them directly. |