allow 90 minutes of clock skew, not 30

svn:r1544
This commit is contained in:
Roger Dingledine 2004-04-08 01:08:56 +00:00
parent e32668ab13
commit 47488fa525

View File

@ -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;