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

Unified Diff: net/quic/crypto/proof_source_chromium_nss.cc

Issue 1421853006: Landing Recent QUIC changes until: Fri Oct 30 22:23:58 2015 +0000 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comments Created 5 years, 1 month 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 | « net/quic/crypto/proof_source_chromium.h ('k') | net/quic/crypto/proof_source_chromium_openssl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/crypto/proof_source_chromium_nss.cc
diff --git a/net/quic/crypto/proof_source_chromium_nss.cc b/net/quic/crypto/proof_source_chromium_nss.cc
index f73a6ac0a42c352f9ecc5811084766b0266fc7b0..407089a87b9c98d77172091613360d50e98cf4e0 100644
--- a/net/quic/crypto/proof_source_chromium_nss.cc
+++ b/net/quic/crypto/proof_source_chromium_nss.cc
@@ -14,7 +14,8 @@ ProofSourceChromium::ProofSourceChromium() {}
ProofSourceChromium::~ProofSourceChromium() {}
bool ProofSourceChromium::Initialize(const base::FilePath& cert_path,
- const base::FilePath& key_path) {
+ const base::FilePath& key_path,
+ const base::FilePath& sct_path) {
return false;
}
@@ -23,7 +24,8 @@ bool ProofSourceChromium::GetProof(const IPAddressNumber& server_ip,
const string& server_config,
bool ecdsa_ok,
const vector<string>** out_certs,
- string* out_signature) {
+ string* out_signature,
+ string* out_leaf_cert_sct) {
return false;
}
« no previous file with comments | « net/quic/crypto/proof_source_chromium.h ('k') | net/quic/crypto/proof_source_chromium_openssl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698