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

Unified Diff: third_party/tlslite/patches/srp_cert.patch

Issue 210323002: Update tlslite to 0.4.6. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Executable bit and --similarity=80 Created 6 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: third_party/tlslite/patches/srp_cert.patch
diff --git a/third_party/tlslite/patches/srp_cert.patch b/third_party/tlslite/patches/srp_cert.patch
new file mode 100644
index 0000000000000000000000000000000000000000..8ea579caf5f4c559a38e2a51cd59ab60f13b2152
--- /dev/null
+++ b/third_party/tlslite/patches/srp_cert.patch
@@ -0,0 +1,13 @@
+diff --git a/third_party/tlslite/tlslite/constants.py b/third_party/tlslite/tlslite/constants.py
+index ceaa903..52c20ac 100644
+--- a/third_party/tlslite/tlslite/constants.py
++++ b/third_party/tlslite/tlslite/constants.py
+@@ -224,7 +224,7 @@ class CipherSuite:
+ def getSrpCertSuites(settings):
+ return CipherSuite._filterSuites(CipherSuite.srpCertSuites, settings)
+
+- srpAllSuites = srpSuites + srpCertSuites
++ srpAllSuites = srpCertSuites + srpSuites
+
+ @staticmethod
+ def getSrpAllSuites(settings):
« no previous file with comments | « third_party/tlslite/patches/signed_certificate_timestamps.patch ('k') | third_party/tlslite/patches/ssl3_padding.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698