diff options
author | lloyd <[email protected]> | 2008-09-28 20:21:55 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-28 20:21:55 +0000 |
commit | 25995ac07f9630b3e1da2c503054b9307b3fd788 (patch) | |
tree | 25844922c639375213bc3d961c44b2e98d4c5cc4 | |
parent | 5906ce790d081f1d508fc2b5391d72cf8034e9df (diff) |
Drop todo, scratchpad:
-rw-r--r-- | todo.txt | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/todo.txt b/todo.txt deleted file mode 100644 index b1a5b483f..000000000 --- a/todo.txt +++ /dev/null @@ -1,45 +0,0 @@ - -Add an option to disable modules by name (or group?) - -Handle arbitrarily nested modules (find modules -name modinfo.txt) - -Flatten outconfig output: - - Enabled - ciphers: - hashes: - macs: - <etc> - - Disabled: - ciphers: - hashes: - macs: - <etc> - -Move most code into modules - - Much ifdef - -Fix the macros, extension doesn't seem right - - BOTAN_HAS_*? - -Move src/* to src/corelib ? -Move modules/* to src/* -rmdir modules - -Further splits (some modules requiring others) - RNGs - - RSA, RW, DSA, ElGamal NR, DLIES, DH - BigInt itself - X.509/PKCS #10 - ASN.1 modules - - - Finally the 'core module' baselib consisting of - base classes, libstate, allocators, etc, - which requires (or detects and uses) other modules - -Move default mlock/mutex code as if modules - (may need configure changes to avoid conflicts) |