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

Unified Diff: net/net.gyp

Issue 17385010: OpenSSL/NSS implementation of ProofVerfifier. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added known answer test from wtc Created 7 years, 6 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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index c82af14b542f9e310fe0cb308d7f72c3085d3e93..da04355b83abccb858aff988012fcd1167ca3e6e 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -754,6 +754,7 @@
'quic/crypto/p256_key_exchange_nss.cc',
'quic/crypto/p256_key_exchange_openssl.cc',
'quic/crypto/proof_source.h',
+ 'quic/crypto/proof_verifier_openssl.cc',
wtc 2013/06/19 19:44:36 proof_verifier_openssl.h should also be added to t
ramant (doing other things) 2013/06/19 19:58:20 Done.
'quic/crypto/quic_decrypter.cc',
'quic/crypto/quic_decrypter.h',
'quic/crypto/quic_encrypter.cc',
@@ -1226,6 +1227,7 @@
'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc',
'quic/crypto/channel_id_openssl.cc',
'quic/crypto/p256_key_exchange_openssl.cc',
+ 'quic/crypto/proof_verifier_openssl.cc',
'quic/crypto/scoped_evp_cipher_ctx.cc',
'quic/crypto/scoped_evp_cipher_ctx.h',
'socket/ssl_client_socket_openssl.cc',

Powered by Google App Engine
This is Rietveld 408576698