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

Unified Diff: net/BUILD.gn

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 | « no previous file | net/net.gypi » ('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 dc19b1308d12658817d1dbc4cc4664a78c2ef781..fdfe0b690788fc7fd8e6c528594a0a632609fa3a 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -163,8 +163,6 @@ if (!is_nacl) {
"quic/crypto/aead_base_encrypter_nss.cc",
"quic/crypto/aes_128_gcm_12_decrypter_nss.cc",
"quic/crypto/aes_128_gcm_12_encrypter_nss.cc",
- "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",
@@ -195,8 +193,6 @@ if (!is_nacl) {
"quic/crypto/aead_base_encrypter_openssl.cc",
"quic/crypto/aes_128_gcm_12_decrypter_openssl.cc",
"quic/crypto/aes_128_gcm_12_encrypter_openssl.cc",
- "quic/crypto/chacha20_poly1305_decrypter_openssl.cc",
- "quic/crypto/chacha20_poly1305_encrypter_openssl.cc",
"quic/crypto/chacha20_poly1305_rfc7539_decrypter_openssl.cc",
"quic/crypto/chacha20_poly1305_rfc7539_encrypter_openssl.cc",
"quic/crypto/channel_id_openssl.cc",
« no previous file with comments | « no previous file | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698