Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move parts of core into pk/pubkey which is at least somewhat relevant | lloyd | 2008-09-29 | 29 | -27/+15 |
| | |||||
* | Add modinfo for keypair and core modules | lloyd | 2008-09-29 | 2 | -0/+91 |
| | |||||
* | Move what is left of the uncategorized library to 'core'. There is still | lloyd | 2008-09-29 | 74 | -0/+2207 |
| | | | | | a lot of public key stuff in here that needs to be extracted however, and probably 2-3 other modules worth of stuff to split off (engines, etc) | ||||
* | Move timer base class into a module, add dep from other timer modules | lloyd | 2008-09-29 | 7 | -0/+59 |
| | |||||
* | Move charset.cpp to utils with header | lloyd | 2008-09-29 | 2 | -0/+1 |
| | |||||
* | More headers (loadstore, mem_ops, rotate, types) for util module | lloyd | 2008-09-28 | 5 | -0/+380 |
| | |||||
* | Move mode padding schemes to modes/mode_pad module | lloyd | 2008-09-28 | 4 | -2/+95 |
| | |||||
* | Move stl_util and (forgotten again) modinfo.txt to utils module | lloyd | 2008-09-28 | 2 | -0/+103 |
| | |||||
* | Move parsing.{h,cpp} to utils module | lloyd | 2008-09-28 | 2 | -0/+39 |
| | |||||
* | Move util functions into utils/ module | lloyd | 2008-09-28 | 8 | -0/+297 |
| | |||||
* | Add deps to x509 module | lloyd | 2008-09-28 | 1 | -0/+5 |
| | |||||
* | Add missing modinfo for modebase module | lloyd | 2008-09-28 | 1 | -0/+14 |
| | |||||
* | Move get_pbe into lookup.h to avoid cyclical dependency | lloyd | 2008-09-28 | 7 | -2/+48 |
| | |||||
* | Add modebase module (and add dep in cipher mode impls). Move data_snk.cpp to ↵ | lloyd | 2008-09-28 | 11 | -0/+72 |
| | | | | filters | ||||
* | Move Default_Mutex (now Noop_Mutex) into module | lloyd | 2008-09-28 | 5 | -31/+58 |
| | |||||
* | Move allocator code to secalloc/allocators module | lloyd | 2008-09-28 | 11 | -1/+426 |
| | | | | Move paralle hash construction to par_hash module in hash directory | ||||
* | New filters module. Add deps for it in some needed areas (codec, pbes) | lloyd | 2008-09-28 | 24 | -0/+520 |
| | |||||
* | Move buf_es into module, add deps where needed | lloyd | 2008-09-28 | 6 | -0/+55 |
| | |||||
* | Move def_powm.cpp from core to bigint | lloyd | 2008-09-28 | 2 | -0/+1 |
| | |||||
* | Add modinfo for pem, hash_id, selftest modules | lloyd | 2008-09-28 | 3 | -0/+48 |
| | |||||
* | Move startup selftest into module | lloyd | 2008-09-28 | 3 | -1/+26 |
| | |||||
* | BigInt uses hex module | lloyd | 2008-09-28 | 1 | -0/+4 |
| | |||||
* | PEM codec module | lloyd | 2008-09-28 | 4 | -0/+37 |
| | |||||
* | Add primes.cpp to build in modinfo.txt | lloyd | 2008-09-28 | 1 | -3/+4 |
| | |||||
* | Move primes.cpp to bigint/ | lloyd | 2008-09-28 | 1 | -0/+0 |
| | |||||
* | Move hash_id into module | lloyd | 2008-09-28 | 4 | -0/+30 |
| | |||||
* | Put OpenPGP codec routines into codec/openpgp module | lloyd | 2008-09-28 | 3 | -0/+40 |
| | |||||
* | Move all BigInt stuff into bigint/. Currently all asm modules are disabled; | lloyd | 2008-09-28 | 47 | -73/+1008 |
| | | | | | | | | | configure.pl doesn't understand how to handle this yet (replace logic only understands stuff in src, not how one module can replace another modules src, or anything about prioritizing). Move some hex and base64 stuff out of charset.cpp and into their codec directories. | ||||
* | Move almost all of the ASN.1, BER, and DER codec related code into new | lloyd | 2008-09-28 | 33 | -0/+776 |
| | | | | | | | module asn1 Move hex and base64 codecs into new codecs directory. Also move zlib and bzip2 to codecs from compress. | ||||
* | 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/+152 |
| | |||||
* | 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 | -3/+64 |
| | |||||
* | Modularize IF family PK algorithms (integer factorization; RSA and RW base | lloyd | 2008-09-28 | 13 | -0/+199 |
| | | | | | | 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 | -169/+0 |
| | |||||
* | Move CMS code into main src tree, though it currently doesn't compile (needs ↵ | lloyd | 2008-09-28 | 11 | -0/+1400 |
| | | | | further updating) | ||||
* | Formatting | lloyd | 2008-09-28 | 1 | -8/+6 |
| | |||||
* | Modularize the public key algorithms, though currently a great deal of | lloyd | 2008-09-28 | 13 | -16/+422 |
| | | | | | | 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). | ||||
* | 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/+47 |
| | |||||
* | Make mdx_hash also a module, which most of the hash functions depend on. | lloyd | 2008-09-28 | 16 | -6/+83 |
| | | | | | | 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 | 367 | -0/+31011 |
| | |||||
* | Create an x509 module containing all of the X509 certificate and CA | lloyd | 2008-09-28 | 12 | -3050/+0 |
| | | | | code as well as the code for handling PKCS #10 requests. | ||||
* | Split def_ops into multiple files. Modularize DLIES | lloyd | 2008-09-28 | 7 | -484/+423 |
| | |||||
* | Modularize RNG implementations | lloyd | 2008-09-28 | 6 | -575/+223 |
| | |||||
* | Modularize CMAC and HMAC | lloyd | 2008-09-28 | 3 | -251/+13 |
| | |||||
* | Modularize cipher modes | lloyd | 2008-09-28 | 9 | -1092/+61 |
| | |||||
* | Modularize KDFs, PBKDFs, and PRFs | lloyd | 2008-09-28 | 8 | -501/+54 |
| |