mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
allow 90 minutes of clock skew, not 30
svn:r1544
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user