summaryrefslogtreecommitdiffstats
path: root/ssl/s3_both.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-05-07 22:52:50 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-05-07 22:52:50 +0000
commitb545dc6775cd703a258efd00f0bcb6bcb1930816 (patch)
treec56e54e8754048e61f8cb05b7542cf325f735169 /ssl/s3_both.c
parent027902999e3adec562f8286eeed09c24aa82f465 (diff)
Initial CRL based revocation checking.
Diffstat (limited to 'ssl/s3_both.c')
-rw-r--r--ssl/s3_both.c1
1 files changed, 1 insertions, 0 deletions
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: