diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-11-16 14:48:59 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-11-25 12:03:37 +0100 |
commit | 7dc44ad71e3e3c50140b1d6c3ce5c473268b7abd (patch) | |
tree | 934230567ff963789dab4456956f4c9c31de459b /lib/errors.c | |
parent | ee7e72a71f0527ca02329fefd18a47ebfe65ffcc (diff) | |
download | gnutls-7dc44ad71e3e3c50140b1d6c3ce5c473268b7abd.tar.gz |
When writing alternative names to certificates ensure we write in ACE format
Diffstat (limited to 'lib/errors.c')
-rw-r--r-- | lib/errors.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/errors.c b/lib/errors.c index f23a9f008e..0f8c512ed1 100644 --- a/lib/errors.c +++ b/lib/errors.c @@ -276,6 +276,8 @@ static const gnutls_error_entry error_entries[] = { GNUTLS_E_INVALID_PASSWORD), ERROR_ENTRY(N_("The given string contains invalid UTF-8 characters."), GNUTLS_E_INVALID_UTF8_STRING), + ERROR_ENTRY(N_("The given email string contains non-ASCII characters before '@'."), + GNUTLS_E_INVALID_UTF8_EMAIL), ERROR_ENTRY(N_ ("The Message Authentication Code verification failed."), GNUTLS_E_MAC_VERIFY_FAILED), |