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

Unified Diff: net/BUILD.gn

Issue 1309813003: Implement an openssl version of a QUIC ProofSource. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More iOS fix Created 5 years, 3 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 | « no previous file | net/data/ssl/certificates/quic_chain.crt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 9dd303e87256b5b28576a18cc83056f5355f3fc7..7a57e7a05bb68d306be8222b1664a6336e69327a 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -160,6 +160,7 @@ if (use_openssl) {
"quic/crypto/chacha20_poly1305_encrypter_nss.cc",
"quic/crypto/channel_id_nss.cc",
"quic/crypto/p256_key_exchange_nss.cc",
+ "quic/crypto/proof_source_chromium_nss.cc",
"socket/nss_ssl_util.cc",
"socket/nss_ssl_util.h",
"socket/ssl_client_socket_nss.cc",
@@ -195,6 +196,7 @@ if (use_openssl) {
"quic/crypto/chacha20_poly1305_encrypter_openssl.cc",
"quic/crypto/channel_id_openssl.cc",
"quic/crypto/p256_key_exchange_openssl.cc",
+ "quic/crypto/proof_source_chromium_openssl.cc",
"quic/crypto/scoped_evp_aead_ctx.cc",
"quic/crypto/scoped_evp_aead_ctx.h",
"socket/ssl_client_socket_openssl.cc",
« no previous file with comments | « no previous file | net/data/ssl/certificates/quic_chain.crt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698