diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-04-06 17:04:52 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-04-06 17:04:52 +0000 |
commit | 1152e8d02160799c73ef2a03801297cbd7999b55 (patch) | |
tree | 39d65f8f98abe8e7113141ae727ebb91de8af762 /lib | |
parent | c395eb9e3e56dfb9e330d37ec2a3b64a846d375f (diff) | |
download | gnutls-1152e8d02160799c73ef2a03801297cbd7999b55.tar.gz |
some prototype fixes.gnutls_0_9_5
Diffstat (limited to 'lib')
-rw-r--r-- | lib/x509/verify.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/x509/verify.c b/lib/x509/verify.c index 077771eae6..1363dcc744 100644 --- a/lib/x509/verify.c +++ b/lib/x509/verify.c @@ -44,6 +44,11 @@ static int _gnutls_verify_certificate2(gnutls_x509_crt cert, static int _gnutls_x509_verify_signature(const gnutls_datum* signed_data, const gnutls_datum* signature, gnutls_x509_crt issuer); +static +int is_crl_issuer(gnutls_x509_crl crl, gnutls_x509_crt issuer_cert); +static int _gnutls_verify_crl2(gnutls_x509_crl crl, + gnutls_x509_crt *trusted_cas, int tcas_size, + unsigned int flags); /* Checks if the issuer of a certificate is a |