Commit 9154db81 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

GnuTLS: add new certificate error messages

parent 7a379ad9
...@@ -275,6 +275,10 @@ static const error_msg_t cert_errors[] = ...@@ -275,6 +275,10 @@ static const error_msg_t cert_errors[] =
"Certificate's signer is not a CA" }, "Certificate's signer is not a CA" },
{ GNUTLS_CERT_INSECURE_ALGORITHM, { GNUTLS_CERT_INSECURE_ALGORITHM,
"Insecure certificate signature algorithm" }, "Insecure certificate signature algorithm" },
{ GNUTLS_CERT_NOT_ACTIVATED,
"Certificate is not yet activated" },
{ GNUTLS_CERT_EXPIRED,
"Certificate has expired" },
{ 0, NULL } { 0, NULL }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment