summaryrefslogtreecommitdiff
path: root/lib/gnutls_errors.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-12-30 09:10:00 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-12-30 09:10:00 +0000
commit7a113668c158b867a5849851ee489697fe76aa5b (patch)
tree5ffb9542228bd85bcb7444b43f88bfe0ad0dcf1c /lib/gnutls_errors.c
parent3b713c889e40faff855e7af9102e800b5a10a792 (diff)
downloadgnutls-7a113668c158b867a5849851ee489697fe76aa5b.tar.gz
*** empty log message ***
Diffstat (limited to 'lib/gnutls_errors.c')
-rw-r--r--lib/gnutls_errors.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_errors.c b/lib/gnutls_errors.c
index ca386ae735..3adaea9f26 100644
--- a/lib/gnutls_errors.c
+++ b/lib/gnutls_errors.c
@@ -55,6 +55,7 @@ static gnutls_error_entry error_algorithms[] = {
ERROR_ENTRY("The Diffie Hellman prime sent by the server is not acceptable (not long enough).", GNUTLS_E_DH_PRIME_UNACCEPTABLE, 1 ),
ERROR_ENTRY("A TLS packet with unexpected length was received.", GNUTLS_E_UNEXPECTED_PACKET_LENGTH, 1 ),
ERROR_ENTRY("The specified session has been invalidated for some reason.", GNUTLS_E_INVALID_SESSION, 1 ),
+ ERROR_ENTRY("The specified name does not match the name in the certificate.", GNUTLS_E_NAME_DOES_NOT_MATCH, 1 ),
ERROR_ENTRY("GnuTLS internal error.", GNUTLS_E_INTERNAL_ERROR, 1 ),
ERROR_ENTRY("An illegal TLS extension was received.", GNUTLS_E_RECEIVED_ILLEGAL_EXTENSION, 1 ),