summaryrefslogtreecommitdiffstats
path: root/crypto/crypto.gypi
diff options
context:
space:
mode:
authordavidben <davidben@chromium.org>2015-09-29 15:24:10 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-29 22:25:12 +0000
commit6cacd57522797d99bccf500c2f7de7b810bb813d (patch)
treeb11df40a278f357cff8a0b911c6f4a7c51fb1578 /crypto/crypto.gypi
parent60f0d42e06e6a8971e502349ab07543a70a6bf81 (diff)
downloadchromium_src-6cacd57522797d99bccf500c2f7de7b810bb813d.zip
chromium_src-6cacd57522797d99bccf500c2f7de7b810bb813d.tar.gz
chromium_src-6cacd57522797d99bccf500c2f7de7b810bb813d.tar.bz2
Unwind all the code to account for old system NSS's.
We no longer care about this. The only platform with a potentially decrepit system NSS (desktop Linux on stagnant distros) is now using BoringSSL for the majority of crypto. We may freely assume TLS 1.2 and AES-GCM support in our TLS and crypto libraries. iOS is still on NSS for the bulk of crypto, but that NSS is bundled, so we may assume AES-GCM is available and call PK11_Encrypt or PK11_Decrypt freely. BUG=519504 Review URL: https://codereview.chromium.org/1374073002 Cr-Commit-Position: refs/heads/master@{#351414}
Diffstat (limited to 'crypto/crypto.gypi')
-rw-r--r--crypto/crypto.gypi2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/crypto.gypi b/crypto/crypto.gypi
index 71ffbec..73b3332 100644
--- a/crypto/crypto.gypi
+++ b/crypto/crypto.gypi
@@ -29,8 +29,6 @@
'<@(hmac_win64_related_sources)',
'aead_openssl.cc',
'aead_openssl.h',
- 'aes_128_gcm_helpers_nss.cc',
- 'aes_128_gcm_helpers_nss.h',
'apple_keychain.h',
'apple_keychain_ios.mm',
'apple_keychain_mac.mm',