mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
allow 90 minutes of clock skew, not 30
svn:r1544
This commit is contained in:
parent
e32668ab13
commit
47488fa525
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user