From: Nikos Mavrogiannopoulos Date: Wed, 9 Jan 2002 11:05:39 +0000 (+0000) Subject: added gnutls_x509pki_verify_certificate() X-Git-Tag: gnutls_0_3_5~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e9be236cd5d51b400850090de07694f63d3eccf;p=thirdparty%2Fgnutls.git added gnutls_x509pki_verify_certificate() --- diff --git a/NEWS b/NEWS index 11526d24dd..67539a3779 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Version ?.?.? +- Added gnutls_x509pki_verify_certificate() + Version 0.3.2 (5/01/2001) - Corrected bug which did not allow a client to accept multiple CA names - Added gnutls_fingerprint() diff --git a/doc/tex/gnutls.tex b/doc/tex/gnutls.tex index de72fe9351..997e869f84 100644 --- a/doc/tex/gnutls.tex +++ b/doc/tex/gnutls.tex @@ -1,6 +1,7 @@ \documentclass{book} \usepackage{html} \usepackage{fancyheadings} +\usepackage{graphics} \input{macros} diff --git a/lib/auth_x509.c b/lib/auth_x509.c index 55aeb1d8ef..0fcc057aa3 100644 --- a/lib/auth_x509.c +++ b/lib/auth_x509.c @@ -1283,6 +1283,105 @@ int gnutls_x509pki_get_peer_certificate_status(GNUTLS_STATE state) return verify; } +#define CLEAR_CERTS_CA for(x=0;x