include(libgnutls.m4)
configure.in:
- AM_PATH_LIBGNUTLS( 0.9.90,, AC_MSG_ERROR([[
+ AM_PATH_LIBGNUTLS( 0.9.99,, AC_MSG_ERROR([[
***
*** libgnutls was not found. You may want to get it from
*** ftp://ftp.gnutls.org/pub/gnutls/
include(libgnutls-extra.m4)
configure.in:
- AM_PATH_LIBGNUTLS_EXTRA( 0.9.90,, AC_MSG_ERROR([[
+ AM_PATH_LIBGNUTLS_EXTRA( 0.9.99,, AC_MSG_ERROR([[
***
*** libgnutls-extra was not found. You may want to get it from
*** ftp://ftp.gnutls.org/pub/gnutls/
*/
/* This file contains the types and prototypes for the X.509
- * certificate and CRL parsing functions.
+ * certificate and CRL handling functions.
*/
#ifndef GNUTLS_X509_H
unsigned int flags, unsigned int *verify);
int gnutls_x509_crt_check_revocation(gnutls_x509_crt cert,
- gnutls_x509_crl * crl_list,
- int crl_list_length);
+ gnutls_x509_crl * crl_list,
+ int crl_list_length);
int gnutls_x509_crt_get_fingerprint(gnutls_x509_crt cert,
gnutls_digest_algorithm algo, void *buf,
/* pkcs5.c Implementation of Password-Based Cryptography as per PKCS#5
- * Copyright (C) 2002 Simon Josefsson
+ * Copyright (C) 2002,2003 Simon Josefsson
*
* This file is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
{
char dns[256];
size_t dns_size = sizeof(dns);
- gnutls_server_name_type type;
+ unsigned int type;
/* This fails in client side */
if (gnutls_server_name_get
{
char dns[256];
size_t dns_size = sizeof(dns);
- gnutls_server_name_type type;
+ unsigned int type;
if (gnutls_server_name_get(session, dns, &dns_size, &type, 0) == 0) {
sprintf(tmp2, "\n<p>Server Name: %s</p>\n", dns);