diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-09-13 09:06:12 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-09-13 09:09:13 +0200 |
commit | d5075bcff6e0c66014ed279248f27f0cdb275a02 (patch) | |
tree | 6bc8b271b2f5b010e2fd347ef025097a6f3b6999 /lib/errors.c | |
parent | 65a67fd2d3bf568c4ef550612583a47865b648a7 (diff) | |
download | gnutls-d5075bcff6e0c66014ed279248f27f0cdb275a02.tar.gz |
Added API to verify private keys generated with seed
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 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_ |