| Commit message (Expand) | Author | Age | Files | Lines |
* | Move what is left of the uncategorized library to 'core'. There is still | lloyd | 2008-09-29 | 29 | -2194/+0 |
* | Move timer base class into a module, add dep from other timer modules | lloyd | 2008-09-29 | 1 | -29/+0 |
* | More headers (loadstore, mem_ops, rotate, types) for util module | lloyd | 2008-09-28 | 4 | -376/+0 |
* | Move mode padding schemes to modes/mode_pad module | lloyd | 2008-09-28 | 1 | -79/+0 |
* | Move stl_util and (forgotten again) modinfo.txt to utils module | lloyd | 2008-09-28 | 1 | -84/+0 |
* | Move parsing.{h,cpp} to utils module | lloyd | 2008-09-28 | 1 | -39/+0 |
* | Move util functions into utils/ module | lloyd | 2008-09-28 | 6 | -297/+0 |
* | Move get_pbe into lookup.h to avoid cyclical dependency | lloyd | 2008-09-28 | 2 | -39/+7 |
* | Add modebase module (and add dep in cipher mode impls). Move data_snk.cpp to ... | lloyd | 2008-09-28 | 1 | -35/+0 |
* | Remove old decl | lloyd | 2008-09-28 | 1 | -9/+0 |
* | Move Default_Mutex (now Noop_Mutex) into module | lloyd | 2008-09-28 | 2 | -11/+17 |
* | Move allocator code to secalloc/allocators module | lloyd | 2008-09-28 | 5 | -398/+0 |
* | New filters module. Add deps for it in some needed areas (codec, pbes) | lloyd | 2008-09-28 | 8 | -468/+0 |
* | Move buf_es into module, add deps where needed | lloyd | 2008-09-28 | 1 | -39/+0 |
* | Move startup selftest into module | lloyd | 2008-09-28 | 1 | -20/+0 |
* | PEM codec module | lloyd | 2008-09-28 | 1 | -33/+0 |
* | Move hash_id into module | lloyd | 2008-09-28 | 1 | -22/+0 |
* | Put OpenPGP codec routines into codec/openpgp module | lloyd | 2008-09-28 | 1 | -32/+0 |
* | Move all BigInt stuff into bigint/. Currently all asm modules are disabled; | lloyd | 2008-09-28 | 12 | -873/+9 |
* | Move almost all of the ASN.1, BER, and DER codec related code into new | lloyd | 2008-09-28 | 8 | -704/+0 |
* | Add dl_algo and dl_group modules | lloyd | 2008-09-28 | 2 | -135/+0 |
* | Modularize PBEs (password-based encryption schemes) | lloyd | 2008-09-28 | 1 | -70/+0 |
* | Modularize IF family PK algorithms (integer factorization; RSA and RW base | lloyd | 2008-09-28 | 1 | -58/+0 |
* | Modularize the public key algorithms, though currently a great deal of | lloyd | 2008-09-28 | 6 | -352/+0 |
* | Modularize MGF1. Make EME1 and EMSA4 depend on it | lloyd | 2008-09-28 | 1 | -33/+0 |
* | Make mdx_hash also a module, which most of the hash functions depend on. | lloyd | 2008-09-28 | 1 | -40/+0 |
* | Create an x509 module containing all of the X509 certificate and CA | lloyd | 2008-09-28 | 11 | -954/+0 |
* | Split def_ops into multiple files. Modularize DLIES | lloyd | 2008-09-28 | 1 | -53/+0 |
* | Modularize RNG implementations | lloyd | 2008-09-28 | 2 | -89/+0 |
* | Modularize CMAC and HMAC | lloyd | 2008-09-28 | 2 | -75/+0 |
* | Modularize cipher modes | lloyd | 2008-09-28 | 7 | -326/+0 |
* | Modularize KDFs, PBKDFs, and PRFs | lloyd | 2008-09-28 | 3 | -156/+0 |
* | Modularize EME1 and PKCS #1 v1.5 EME | lloyd | 2008-09-28 | 1 | -48/+0 |
* | Modularize EMSA | lloyd | 2008-09-28 | 1 | -122/+0 |
* | Modularize CBC-MAC | lloyd | 2008-09-28 | 1 | -36/+0 |
* | Modularize SSLv3 MAC and X9.19 MACs. Fix some feature macro inconsistencies. | lloyd | 2008-09-28 | 2 | -70/+0 |
* | Modularize hashes and checksums | lloyd | 2008-09-28 | 14 | -500/+0 |
* | Modularize all ciphers | lloyd | 2008-09-28 | 28 | -1148/+0 |
* | Modularize the Adler32 checksum in checksums/adler32 | lloyd | 2008-09-28 | 1 | -1/+1 |
* | Rename header guards in modules from BOTAN_EXT_ to BOTAN_ for consistency | lloyd | 2008-09-28 | 1 | -33/+0 |
* | Add back from Ajisai 0.5.0 the implementations of the SSLv3 MAC and PRF | lloyd | 2008-09-27 | 2 | -5/+63 |
* | Expose CMAC::poly_double as a static function since it looks like I may | lloyd | 2008-09-24 | 1 | -0/+4 |
* | Make DSA param generation interfaces in DL_Group public | lloyd | 2008-09-18 | 1 | -9/+10 |
* | Add an optimization suggested by Yves Jerschow to combine the four | lloyd | 2008-09-17 | 1 | -4/+4 |
* | Add a patch sent by Tim Burris <[email protected]> adding private operator= | lloyd | 2008-09-17 | 3 | -1/+28 |
* | Change the constructor for LubyRackoff. Previously it took a string, | lloyd | 2008-09-15 | 1 | -2/+3 |
* | Remove the cache for BigInt::sig_words. I'm baffled how it is it works | lloyd | 2008-09-15 | 1 | -67/+24 |
* | Update BigInt::grow_reg and grow_to to be non-const | lloyd | 2008-09-15 | 1 | -2/+2 |
* | Make MemoryRegion members non-mutable, change const decls | lloyd | 2008-09-15 | 1 | -8/+8 |
* | Slight cleanup in loop iteration | lloyd | 2008-09-15 | 1 | -2/+2 |