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

Side by Side Diff: third_party/tlslite/patches/srp_cert.patch

Issue 858373002: Update third_party/tlslite to 0.4.8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Finish fixing client auth Created 5 years, 11 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 unified diff | Download patch
OLDNEW
(Empty)
1 diff --git a/third_party/tlslite/tlslite/constants.py b/third_party/tlslite/tlsl ite/constants.py
2 index ceaa903..52c20ac 100644
3 --- a/third_party/tlslite/tlslite/constants.py
4 +++ b/third_party/tlslite/tlslite/constants.py
5 @@ -224,7 +224,7 @@ class CipherSuite:
6 def getSrpCertSuites(settings):
7 return CipherSuite._filterSuites(CipherSuite.srpCertSuites, settings)
8
9 - srpAllSuites = srpSuites + srpCertSuites
10 + srpAllSuites = srpCertSuites + srpSuites
11
12 @staticmethod
13 def getSrpAllSuites(settings):
OLDNEW
« 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