Simplified certificate verification by adding gnutls_certificate_verify_peers3().
commitc8008cae74231ac83b08a2dc995415f2fea497fc
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 30 Oct 2012 17:51:50 +0000 (30 18:51 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 30 Oct 2012 17:51:50 +0000 (30 18:51 +0100)
treeef204ab9eb6d77216f5d06e1a5a1b2fad56ed0bb
parent1566caaa8063a5b4cd544c97a60cbfedcf6c7a5c
Simplified certificate verification by adding gnutls_certificate_verify_peers3().

This function combines the RFC2818 hostname check and chain verification check.
17 files changed:
NEWS
doc/cha-cert-auth.texi
doc/cha-cert-auth2.texi
doc/cha-gtls-app.texi
doc/examples/ex-client-x509.c
doc/examples/ex-verify-ssh.c
doc/examples/verify.c
lib/gnutls_cert.c
lib/gnutls_x509.c
lib/gnutls_x509.h
lib/includes/gnutls/gnutls.h.in
lib/libgnutls.map
lib/openpgp/compat.c
lib/openpgp/gnutls_openpgp.h
lib/openpgp/pgp.c
lib/x509/rfc2818_hostname.c
src/common.c