[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Backends for key rotation
Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv30017
Modified Files:
TODO
Log Message:
Backends for key rotation
Index: TODO
===================================================================
RCS file: /home/minion/cvsroot/src/minion/TODO,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- TODO 18 Apr 2003 17:41:38 -0000 1.90
+++ TODO 18 Apr 2003 18:32:36 -0000 1.91
@@ -25,9 +25,6 @@
o Ctrl-C should just print "interrupted."
o Change behavior on binary messages; don't dump 'em
to terminals.
-
- o Implement
- o Test
o DELKEYS should work. (neruaL)
. Internal statistics
o Event log module
@@ -77,12 +74,14 @@
o Implement
- Test backend
- Integrate with frontend
- - Online key rotation
+ . Online key rotation
- Function to determine time for next rotation event.
- - Ability to add PK to packethandler
- - Ability to remove PK from packethandler.
+ o Ability to add PK to packethandler
+ o Ability to remove PK from packethandler.
+ o Ability to change TLS context for new connections.
- Ability to delete PK.
- Trigger all of the above as timed events occur.
+ - Somehow test the whole business.
- Consider linewrap protection on server descriptors,
if demand warrants. (None yet.)