[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[minion-cvs] More testing, docs: some bulletproofing, some bugfixing
Update of /home/minion/cvsroot/src/minion
In directory moria.seul.org:/tmp/cvs-serv22979
Modified Files:
TODO
Log Message:
More testing, docs: some bulletproofing, some bugfixing
BuildMessage:
- Bugfixing, slight doc improvement.
- Some (not enough) zlib bulletproofing
Main:
- More verboseness on import failure
Modules:
- Start of e2e work for exit modules
Packet:
- Loads of docs; more symbolic consts
test:
- More tests for e2e message encoding
- Cache RSA keys and avoid DH retesting to speed tests by a factor
of 3 to 4.
- Make 'Gravity's Rainbow' example more explicit
aes_ctr.c:
- Remove ancient if-0'd coded
crypt.c:
- Bulletproof rsa_generate to withstandd silly values of n,e.
Index: TODO
===================================================================
RCS file: /home/minion/cvsroot/src/minion/TODO,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- TODO 14 Oct 2002 03:03:41 -0000 1.25
+++ TODO 16 Oct 2002 23:12:11 -0000 1.26
@@ -71,14 +71,14 @@
o Build singleton messages of all kinds, with compression
o Decode singleton messages of all kinds
o Generic decoder
- - ModuleManager changes
+ . ModuleManager changes
. Testing
o Test end-to-end build/decode
o Test compression
- - Test helpers for failing cases
- - Test exact output formats on build*Message
+ o Test helpers for failing cases
+ o Test exact output formats on build*Message
- Test failing cases for decode*Payload
- - Test decode*Payload on canned input
+ . Test decode*Payload on canned input
o Rename versions to 0.1.
- Change output of dates to avoid potential GMT confusion.
o Marginally clean shutdown for server