From e8dbbd4cc5f255735e61e69528063894b4d75111 Mon Sep 17 00:00:00 2001 From: campersau Date: Sat, 15 Jan 2022 17:52:24 +0100 Subject: [PATCH] Core - Update CefErrorCode Using https://raw.githubusercontent.com/chromium/chromium/97.0.4692.71/net/base/net_error_list.h --- CefSharp/Enums/CefErrorCode.cs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CefSharp/Enums/CefErrorCode.cs b/CefSharp/Enums/CefErrorCode.cs index a8f50bd796..2967389e83 100644 --- a/CefSharp/Enums/CefErrorCode.cs +++ b/CefSharp/Enums/CefErrorCode.cs @@ -638,6 +638,23 @@ public enum CefErrorCode /// SslKeyUsageIncompatible = -181, + /// + /// The ECHConfigList fetched over DNS cannot be parsed. + /// + InvalidEchConfigList = -182, + + /// + /// ECH was enabled, but the server was unable to decrypt the encrypted + /// ClientHello. + /// + EchNotNegotiated = -183, + + /// + /// ECH was enabled, the server was unable to decrypt the encrypted ClientHello, + /// and additionally did not present a certificate valid for the public name. + /// + EchFallbackCertificateInvalid = -184, + // Certificate error codes // // The values of certificate error codes must be consecutive.