Fixed warnings, fixed bugs in key generation code.
[trust_router.git] / README
1
2 Eventually this document may go away or hold README information for
3 the trust router.  Right now, it serves as a to-do list for work that
4 needs to be done on the trust router code before various releases:
5
6 TO-DO FOR BETA
7 ==============
8 DONE - Eliminate bulk of info/debug messages
9 DONE - Java encode/decode of full requests/responses
10 DONE - Generate a real random number for DH code (in common/tr_dh.c)
11 DONE - DH server-side code (in TIDS)
12 IN PROGRESS - Read TR router config from file at start-up (non-dynamic)
13 - Tree/look-up code to find correct AAA Server for a COI/Realm in TR
14 - Code for client to handle multiple oustanding requests
15 IN PROGRESS - TIDC and TIDS integration with freeradius
16
17 TO-DO FOR PILOT
18 ===============
19 - Dynamically re-read TR configuration file at runtime
20 - Move to longer-term tasking model for TR
21 - Normalize/configure logging for info msgs, warnings and errors (log4c?)
22 - Clean-up gsscon API
23
24 TO-DO FOR PRODUCTION
25 ====================
26 - Multiple Trust Router support including TR protocol
27 - Consider standard encoding of DH info (from ?? WG)
28 - Update json parsers to use "format strings" for better error handling