summaryrefslogtreecommitdiff
path: root/lib/errors.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-09-13 09:06:12 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-09-13 09:09:13 +0200
commitd5075bcff6e0c66014ed279248f27f0cdb275a02 (patch)
tree6bc8b271b2f5b010e2fd347ef025097a6f3b6999 /lib/errors.c
parent65a67fd2d3bf568c4ef550612583a47865b648a7 (diff)
downloadgnutls-d5075bcff6e0c66014ed279248f27f0cdb275a02.tar.gz
Added API to verify private keys generated with seed
Diffstat (limited to 'lib/errors.c')
-rw-r--r--lib/errors.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/errors.c b/lib/errors.c
index 41b0610f1c..11f8916b3d 100644
--- a/lib/errors.c
+++ b/lib/errors.c
@@ -156,6 +156,8 @@ static const gnutls_error_entry error_entries[] = {
GNUTLS_E_CERTIFICATE_ERROR),
ERROR_ENTRY(N_("Error in the certificate verification."),
GNUTLS_E_CERTIFICATE_VERIFICATION_ERROR),
+ ERROR_ENTRY(N_("Error in the private key verification; seed doesn't match."),
+ GNUTLS_E_PRIVKEY_VERIFICATION_ERROR),
ERROR_ENTRY(N_("Could not authenticate peer."),
GNUTLS_E_AUTH_ERROR),
ERROR_ENTRY(N_