From b545dc6775cd703a258efd00f0bcb6bcb1930816 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 7 May 2001 22:52:50 +0000 Subject: Initial CRL based revocation checking. --- ssl/s3_both.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ssl/s3_both.c') diff --git a/ssl/s3_both.c b/ssl/s3_both.c index 3e98cb00cf..b4d1b8445d 100644 --- a/ssl/s3_both.c +++ b/ssl/s3_both.c @@ -512,6 +512,7 @@ int ssl_verify_alarm_type(long type) { case X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT: case X509_V_ERR_UNABLE_TO_GET_CRL: + case X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER: al=SSL_AD_UNKNOWN_CA; break; case X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE: -- cgit v1.2.3