Chromium Code Reviews| Index: third_party/tlslite/README.chromium |
| diff --git a/third_party/tlslite/README.chromium b/third_party/tlslite/README.chromium |
| index bf8eb366519569da3c6754c9e87cfe6a691103c6..e1d763efb2f6da3dafe740021bbb4300918e9c46 100644 |
| --- a/third_party/tlslite/README.chromium |
| +++ b/third_party/tlslite/README.chromium |
| @@ -1,6 +1,7 @@ |
| Name: tlslite |
| URL: http://trevp.net/tlslite/ |
| -Version: unknown |
| +Version: 0.3.8 |
| +Security Critical: No |
| Local Modifications: |
| @@ -26,3 +27,6 @@ Local Modifications: |
| default to a certificate_types of [rsa_sign] in CertificateRequest. Apple's |
| Secure Transport library rejects an empty list and raises an SSL protocol |
| error. |
| +- patches/parse_chain.patch: tlslite/X509.py and tlslite/X509CertChain.py were |
|
Nico
2012/02/29 00:28:21
.patch file missing.
Did you try to upstream this
|
| + updated such that X509CertChain.py can read PEM files with multiple |
| + certificates, rather than requiring a separate certificate file for each. |