Index: third_party/tlslite/README.chromium |
diff --git a/third_party/tlslite/README.chromium b/third_party/tlslite/README.chromium |
index 3fc96652fc751a2103f269ab76017cb8f3c4a3b3..1d859cc5ce95c62b2fa164a22985b22c880b236f 100644 |
--- a/third_party/tlslite/README.chromium |
+++ b/third_party/tlslite/README.chromium |
@@ -25,3 +25,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/tls-srp-rfc5054.patch: use RFC 5054's values for the SRP Client Hello |
+ extension and cipher suites, and use the unknown_psk_identity alert as |
+ described in RFC 5054 (instead of unknown_srp_username). |