mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
and auditing SSL certificates in nearly real time. It makes it possible to detect SSL certificates that have been mistakenly issued by a certificate authority or maliciously acquired from an otherwise unimpeachable certificate authority. It also makes it possible to identify certificate authorities that have gone rogue and are maliciously issuing certificates. WWW: https://www.certificate-transparency.org/ Sponsored by: The FreeBSD Foundation
11 lines
425 B
C++
11 lines
425 B
C++
--- cpp/server/ct-server.cc.orig 2015-10-24 17:48:38.840376000 +0200
|
|
+++ cpp/server/ct-server.cc 2015-10-24 17:49:03.684762000 +0200
|
|
@@ -116,7 +116,7 @@ using cert_trans::Update;
|
|
using cert_trans::UrlFetcher;
|
|
using ct::ClusterNodeState;
|
|
using ct::SignedTreeHead;
|
|
-using google::RegisterFlagValidator;
|
|
+using gflags::RegisterFlagValidator;
|
|
using std::bind;
|
|
using std::chrono::duration;
|
|
using std::chrono::duration_cast;
|