projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ar71xx: fix image signature for UBNT-XM boards
[openwrt.git]
/
package
/
hostapd
/
patches
/
520-timestamp_check.patch
1
--- a/src/tls/x509v3.c
2
+++ b/src/tls/x509v3.c
3
@@ -1854,6 +1854,9 @@ int x509_certificate_chain_validate(stru
4
if (chain_trusted)
5
continue;
6
7
+#ifdef NO_TIMESTAMP_CHECK
8
+ disable_time_checks = 1;
9
+#endif
10
if (!disable_time_checks &&
11
((unsigned long) now.sec <
12
(unsigned long) cert->not_before ||
This page took
0.042033 seconds
and
5
git commands to generate.