From 6f105c41c202c570a37cc0cca2ab15172b2dbbaf Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Tue, 3 Dec 2019 09:41:58 +0000 Subject: Add certificate-missing error code Signed-off-by: Daniel Silverstone --- include/netsurf/ssl_certs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/netsurf/ssl_certs.h') diff --git a/include/netsurf/ssl_certs.h b/include/netsurf/ssl_certs.h index dcd644ea3..0444678a8 100644 --- a/include/netsurf/ssl_certs.h +++ b/include/netsurf/ssl_certs.h @@ -42,6 +42,7 @@ typedef enum { SSL_CERT_ERR_CHAIN_SELF_SIGNED, /**< This certificate chain is self signed */ SSL_CERT_ERR_REVOKED, /**< This certificate has been revoked */ SSL_CERT_ERR_HOSTNAME_MISMATCH, /**< This certificate host did not match the server */ + SSL_CERT_ERR_CERT_MISSING, /**< This certificate was missing from the chain, its data is useless */ } ssl_cert_err; /** Always the max known ssl certificate error type */ -- cgit v1.2.3