Index: third_party/tlslite/tlslite/errors.py |
diff --git a/third_party/tlslite/tlslite/errors.py b/third_party/tlslite/tlslite/errors.py |
index c7f7ba81d4d227dbc8304192e7a9077a9b8eacdc..c9a480e5435f8267f9096bc2a7f993afb5e65f52 100644 |
--- a/third_party/tlslite/tlslite/errors.py |
+++ b/third_party/tlslite/tlslite/errors.py |
@@ -50,8 +50,8 @@ class TLSAlert(TLSError): |
AlertDescription.internal_error: "internal_error",\ |
AlertDescription.user_canceled: "user_canceled",\ |
AlertDescription.no_renegotiation: "no_renegotiation",\ |
- AlertDescription.unknown_srp_username: "unknown_srp_username",\ |
- AlertDescription.missing_srp_username: "missing_srp_username"} |
+ AlertDescription.unknown_psk_identity: "unknown_psk_identity", |
+ } |
class TLSLocalAlert(TLSAlert): |
"""A TLS alert has been signalled by the local implementation. |