[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] allow 90 minutes of clock skew, not 30
Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/common
Modified Files:
tortls.c
Log Message:
allow 90 minutes of clock skew, not 30
Index: tortls.c
===================================================================
RCS file: /home/or/cvsroot/src/common/tortls.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- tortls.c 6 Apr 2004 03:44:35 -0000 1.40
+++ tortls.c 8 Apr 2004 01:08:56 -0000 1.41
@@ -26,7 +26,7 @@
/* How long do certificates live? (sec) */
#define CERT_LIFETIME (365*24*60*60)
/* How much clock skew do we tolerate when checking certificates? (sec) */
-#define CERT_ALLOW_SKEW (30*60)
+#define CERT_ALLOW_SKEW (90*60)
struct tor_tls_context_st {
SSL_CTX *ctx;