From: Nikos Mavrogiannopoulos Date: Sat, 13 Sep 2014 08:33:40 +0000 (+0200) Subject: Revert "gnutls_x509_crl_verify: do not always set the invalid status" X-Git-Tag: gnutls_3_4_0~942 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d2b207fd10d82f2fcabd157b401386d96895ffa0;p=thirdparty%2Fgnutls.git Revert "gnutls_x509_crl_verify: do not always set the invalid status" This reverts commit a922ee10c5f3902988e5730a1e6fbf77b033058c. --- diff --git a/lib/x509/verify.c b/lib/x509/verify.c index 0cc572bced..81b9b4d3e4 100644 --- a/lib/x509/verify.c +++ b/lib/x509/verify.c @@ -1505,7 +1505,7 @@ gnutls_x509_crl_verify(gnutls_x509_crl_t crl, cleanup: - if (verify && *verify != 0) + if (verify) *verify |= GNUTLS_CERT_INVALID; _gnutls_free_datum(&crl_signed_data);