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..ea99656cbb67580f6707fde57093fbd7508f0b7d 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/X509CertChain.py and tlslite/X509.py were |
|
Nico
2012/02/29 02:05:31
Still missing this .patch file
|
| + updated to add a parseChain method, that can parse multiple certificates from |
| + a PEM string. |