From a6e29d8c3ea8a3f2530761f5db1ae1f620655d6a Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 8 Aug 2016 11:05:03 +0200 Subject: Certificate transparency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds certificate errors and services to handle enforcing of certificate transparency. No logs are used though. Change-Id: If7f954487e1a9a3b0ff68e33ff3766f49ea89b0a Reviewed-by: Michael BrĂ¼ning --- src/core/certificate_error_controller.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/certificate_error_controller.h') diff --git a/src/core/certificate_error_controller.h b/src/core/certificate_error_controller.h index 27f18946f..554281644 100644 --- a/src/core/certificate_error_controller.h +++ b/src/core/certificate_error_controller.h @@ -71,8 +71,9 @@ public: CertificateWeakKey = -211, CertificateNameConstraintViolation = -212, CertificateValidityTooLong = -213, + CertificateTransparencyRequired = -214, - CertificateErrorEnd = -214 // not an error, just an enum boundary + CertificateErrorEnd = -215 // not an error, just an enum boundary }; CertificateError error() const; -- cgit v1.2.3