CURLE_TLSAUTH_FAILED: removed
authorQuinn Slack <sqs@cs.stanford.edu>
Wed, 9 Feb 2011 22:34:30 +0000 (23:34 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 9 Feb 2011 22:34:30 +0000 (23:34 +0100)
commit3cffcba3d0cf78a2aa17197059f810f5a7ce05a5
tree867e13892108814d96daf573f06ca22baf7e9696
parentae7fe3b7f45564569324e07ffeb1be4eabfef713
CURLE_TLSAUTH_FAILED: removed

On second thought, I think CURLE_TLSAUTH_FAILED should be eliminated. It
was only being raised when an internal error occurred while allocating
or setting the GnuTLS SRP client credentials struct. For TLS
authentication failures, the general CURLE_SSL_CONNECT_ERROR seems
appropriate; its error string already includes "passwords" as a possible
cause. Having a separate TLS auth error code might also cause people to
think that a TLS auth failure means the wrong username or password was
entered, when it could also be a sign of a man-in-the-middle attack.
docs/libcurl/symbols-in-versions
include/curl/curl.h
lib/gtls.c
lib/strerror.c