]> git.ipfire.org Git - thirdparty/curl.git/commit
gnutls: Report actual GnuTLS error message for certificate errors
authorMike Crowe <mac@mcrowe.com>
Wed, 23 Sep 2015 11:31:29 +0000 (13:31 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 23 Sep 2015 11:44:40 +0000 (13:44 +0200)
commit5f87906e0ecf44ec473f8d0455158a93c7dffc62
tree744ca2f8118ba4675c24205bd2bc2ee60994f029
parent684bf30802f51104c6a2d7f2ea5860698607fd0e
gnutls: Report actual GnuTLS error message for certificate errors

If GnuTLS fails to read the certificate then include whatever reason it
provides in the failure message reported to the client.

Signed-off-by: Mike Crowe <mac@mcrowe.com>
lib/vtls/gtls.c