]> git.ipfire.org Git - thirdparty/hostap.git/commit
GnuTLS: Check for any unknown verification failure
authorJouni Malinen <j@w1.fi>
Sun, 11 Jan 2015 11:05:28 +0000 (13:05 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 11 Jan 2015 22:19:21 +0000 (00:19 +0200)
commit4bc13bf709850eb7844c5cb8351e2acd30d25ed9
tree14808befd8372ed2a1a1b983ecf5187c3ca49311
parente0d431a5157cffb282ec1f0def8555334ff60e5e
GnuTLS: Check for any unknown verification failure

After having checked all known GNUTLS_CERT_* error cases that we care
about, check that no other errors have been indicated by
gnutls_certificate_verify_peers2() as a reason to reject negotiation.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/tls_gnutls.c