[tor-commits] [obfs4/master] fixup! transports/meek_lite: Switch to pinning MS's CA intermediary certs
yawning at torproject.org
yawning at torproject.org
Mon Feb 4 04:27:25 UTC 2019
commit abf0435e18bb10c9e9e8e6b1a9c194a37d961e96
Author: Yawning Angel <yawning at schwanenlied.me>
Date: Mon Feb 4 04:27:13 2019 +0000
fixup! transports/meek_lite: Switch to pinning MS's CA intermediary certs
---
transports/meeklite/hpkp_lite.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/transports/meeklite/hpkp_lite.go b/transports/meeklite/hpkp_lite.go
index 9063768..0ff56f9 100644
--- a/transports/meeklite/hpkp_lite.go
+++ b/transports/meeklite/hpkp_lite.go
@@ -116,6 +116,6 @@ func init() {
"wUY9EOTJmS7Aj4fDVCu/KeE++mV7FgIcbn4WhMz1I2k=", // Microsoft IT TLS CA 4 - 2024-05-20 12:52:38
"RCbqB+W8nwjznTeP4O6VjqcwdxIgI79eBpnBKRr32gc=", // Microsoft IT TLS CA 5 - 2024-05-20 12:53:03
},
- time.Date(2024, time.March, 05, 20, 00, 00, 00, time.UTC),
+ time.Date(2024, time.May, 20, 00, 00, 00, 00, time.UTC),
)
}
More information about the tor-commits
mailing list