summaryrefslogtreecommitdiff
path: root/lib/gnutls_errors.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-12-02 18:20:44 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-12-02 18:20:44 +0000
commit80ec4bd7800f0ba17a59c84e4c0c729b26c3fcd8 (patch)
treee4d828f40ef9b2a257b39be1e9d034424e4397bc /lib/gnutls_errors.c
parent2542696aed50d8a3f8821e1f5913c615e62d240f (diff)
downloadgnutls-80ec4bd7800f0ba17a59c84e4c0c729b26c3fcd8.tar.gz
Improved the support for draft-ietf-tls-srp-05. The two-phase
handshake is now fully supported without any interaction with the application layer (except for a callback).
Diffstat (limited to 'lib/gnutls_errors.c')
-rw-r--r--lib/gnutls_errors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_errors.c b/lib/gnutls_errors.c
index c795ca2e60..0ea3581416 100644
--- a/lib/gnutls_errors.c
+++ b/lib/gnutls_errors.c
@@ -137,7 +137,7 @@ static gnutls_error_entry error_algorithms[] = {
ERROR_ENTRY("No supported cipher suites have been found.", GNUTLS_E_NO_CIPHER_SUITES, 1 ),
ERROR_ENTRY("Could not get OpenPGP key.", GNUTLS_E_OPENPGP_GETKEY_FAILED, 1),
- ERROR_ENTRY("The SRP username supplied by the peer is illegal.", GNUTLS_E_ILLEGAL_SRP_USERNAME, 1),
+ ERROR_ENTRY("The SRP username supplied is illegal.", GNUTLS_E_ILLEGAL_SRP_USERNAME, 1),
ERROR_ENTRY("The OpenPGP fingerprint is not supported.", GNUTLS_E_OPENPGP_FINGERPRINT_UNSUPPORTED, 1),
ERROR_ENTRY("The certificate has unsupported attributes.", GNUTLS_E_X509_UNSUPPORTED_ATTRIBUTE, 1),