[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] rotate onion keys every 12 hours, not every 2 hours
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or
Modified Files:
or.h
Log Message:
rotate onion keys every 12 hours, not every 2 hours
Index: or.h
===================================================================
RCS file: /home/or/cvsroot/src/or/or.h,v
retrieving revision 1.398
retrieving revision 1.399
diff -u -d -r1.398 -r1.399
--- or.h 7 Aug 2004 02:46:16 -0000 1.398
+++ or.h 7 Aug 2004 03:03:23 -0000 1.399
@@ -135,7 +135,7 @@
#endif
/** How often do we rotate onion keys? */
-#define MIN_ONION_KEY_LIFETIME (120*60)
+#define MIN_ONION_KEY_LIFETIME (12*60*60)
/** How often do we rotate TLS contexts? */
#define MAX_SSL_KEY_LIFETIME (120*60)