File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -638,6 +638,23 @@ public enum CefErrorCode
638
638
/// </summary>
639
639
SslKeyUsageIncompatible = - 181 ,
640
640
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
+
641
658
// Certificate error codes
642
659
//
643
660
// The values of certificate error codes must be consecutive.
You can’t perform that action at this time.
0 commit comments