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

Unified Diff: net/net.gypi

Issue 1854273002: Remove the non-RFC 7539 variants of ChaCha20Poly1305 crypters in QUIC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: include Created 4 years, 8 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 | « net/BUILD.gn ('k') | net/net_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 1d3b05b773982ff452954e8cc119f1f73b982c13..b47e43f16ec12560b671d042682460666b905c1a 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -253,10 +253,6 @@
'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc',
'quic/crypto/aes_128_gcm_12_encrypter.h',
'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc',
- 'quic/crypto/chacha20_poly1305_decrypter.h',
- 'quic/crypto/chacha20_poly1305_decrypter_openssl.cc',
- 'quic/crypto/chacha20_poly1305_encrypter.h',
- 'quic/crypto/chacha20_poly1305_encrypter_openssl.cc',
'quic/crypto/chacha20_poly1305_rfc7539_decrypter.h',
'quic/crypto/chacha20_poly1305_rfc7539_decrypter_openssl.cc',
'quic/crypto/chacha20_poly1305_rfc7539_encrypter.h',
@@ -1010,8 +1006,6 @@
'quic/crypto/aes_128_gcm_12_encrypter_nss.cc',
'quic/crypto/cert_compressor.cc',
'quic/crypto/cert_compressor.h',
- 'quic/crypto/chacha20_poly1305_decrypter_nss.cc',
- 'quic/crypto/chacha20_poly1305_encrypter_nss.cc',
'quic/crypto/chacha20_poly1305_rfc7539_decrypter_nss.cc',
'quic/crypto/chacha20_poly1305_rfc7539_encrypter_nss.cc',
'quic/crypto/channel_id_nss.cc',
@@ -1585,8 +1579,6 @@
'quic/crypto/aes_128_gcm_12_decrypter_test.cc',
'quic/crypto/aes_128_gcm_12_encrypter_test.cc',
'quic/crypto/cert_compressor_test.cc',
- 'quic/crypto/chacha20_poly1305_decrypter_test.cc',
- 'quic/crypto/chacha20_poly1305_encrypter_test.cc',
'quic/crypto/chacha20_poly1305_rfc7539_decrypter_test.cc',
'quic/crypto/chacha20_poly1305_rfc7539_encrypter_test.cc',
'quic/crypto/channel_id_test.cc',
« no previous file with comments | « net/BUILD.gn ('k') | net/net_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698