Skip to content

Commit 543e9d9

Browse files
authored
1 parent 0401cf8 commit 543e9d9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CefSharp/Enums/CefErrorCode.cs

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,23 @@ public enum CefErrorCode
638638
/// </summary>
639639
SslKeyUsageIncompatible = -181,
640640

641+
/// <summary>
642+
/// The ECHConfigList fetched over DNS cannot be parsed.
643+
/// </summary>
644+
InvalidEchConfigList = -182,
645+
646+
/// <summary>
647+
/// ECH was enabled, but the server was unable to decrypt the encrypted
648+
/// ClientHello.
649+
/// </summary>
650+
EchNotNegotiated = -183,
651+
652+
/// <summary>
653+
/// ECH was enabled, the server was unable to decrypt the encrypted ClientHello,
654+
/// and additionally did not present a certificate valid for the public name.
655+
/// </summary>
656+
EchFallbackCertificateInvalid = -184,
657+
641658
// Certificate error codes
642659
//
643660
// The values of certificate error codes must be consecutive.

0 commit comments

Comments
 (0)