Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1229)

Unified Diff: net/cert/merkle_audit_proof.h

Issue 2017563002: Add Certificate Transparency logs auditing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing Ryan's two final comments Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/certificate_transparency/tree_state_tracker.cc ('k') | net/cert/merkle_audit_proof.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/merkle_audit_proof.h
diff --git a/net/cert/merkle_audit_proof.h b/net/cert/merkle_audit_proof.h
index d7c6e3c52f0ee27ae15898775eaff2a30ca373e4..2afe8cdb31159fbc66b00e7db498f6b83d73cadc 100644
--- a/net/cert/merkle_audit_proof.h
+++ b/net/cert/merkle_audit_proof.h
@@ -25,6 +25,7 @@ NET_EXPORT uint64_t CalculateAuditPathLength(uint64_t leaf_index,
// Audit proof for a Merkle tree leaf, as defined in section 2.1.1. of RFC6962.
struct NET_EXPORT MerkleAuditProof {
MerkleAuditProof();
+ MerkleAuditProof(const MerkleAuditProof& other);
MerkleAuditProof(uint64_t leaf_index,
uint64_t tree_size,
const std::vector<std::string>& audit_path);
« no previous file with comments | « components/certificate_transparency/tree_state_tracker.cc ('k') | net/cert/merkle_audit_proof.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698