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

Unified Diff: net/third_party/nss/patches/nobypass.patch

Issue 1882433002: Removing NSS files and USE_OPENSSL flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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
Index: net/third_party/nss/patches/nobypass.patch
diff --git a/net/third_party/nss/patches/nobypass.patch b/net/third_party/nss/patches/nobypass.patch
deleted file mode 100644
index 8896d36e15959cb4bbefd5ef7d6d1c31490da337..0000000000000000000000000000000000000000
--- a/net/third_party/nss/patches/nobypass.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/lib/ssl/ssl3con.c b/lib/ssl/ssl3con.c
-index 7649abe..b6f4987 100644
---- a/lib/ssl/ssl3con.c
-+++ b/lib/ssl/ssl3con.c
-@@ -2297,6 +2297,7 @@ fail:
- return SECFailure;
- }
-
-+#ifndef NO_PKCS11_BYPASS
- /* Returns whether we can bypass PKCS#11 for a given cipher algorithm.
- *
- * We do not support PKCS#11 bypass for ChaCha20/Poly1305.
-@@ -2311,6 +2312,7 @@ ssl3_CanBypassCipher(SSLCipherAlgorithm calg)
- return PR_TRUE;
- }
- }
-+#endif
-
- /* Complete the initialization of all keys, ciphers, MACs and their contexts
- * for the pending Cipher Spec.
« no previous file with comments | « net/third_party/nss/patches/ignorechangecipherspec.patch ('k') | net/third_party/nss/patches/reorderextensions.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698