Searched refs:tls_crl (Results 1 – 1 of 1) sorted by relevance
33 static gnutls_x509_crl_t tls_crl = NULL;/* Certificate revocation list */ variable390 count = gnutls_x509_crl_get_crt_count(tls_crl); in httpCredentialsAreValidForName()400 …if (!gnutls_x509_crl_get_crt_serial(tls_crl, (unsigned)i, rserial, &rserial_size, NULL) && cserial… in httpCredentialsAreValidForName()955 if (!gnutls_x509_crl_init(&tls_crl)) in http_gnutls_load_crl()998 gnutls_x509_crl_import(tls_crl, &datum, GNUTLS_X509_FMT_PEM); in http_gnutls_load_crl()