| 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):
|
|
|