Skip to content

Commit

Permalink
adopt patches
Browse files Browse the repository at this point in the history
  • Loading branch information
deemru committed May 30, 2023
1 parent c4731de commit a27c0cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions patch/chromium.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From b3f17b7f921e7de49b3a209dead9bfb3e5c7d63b Mon Sep 17 00:00:00 2001
From c4967a018d600c81e353bf12f7f9c5815d359d1e Mon Sep 17 00:00:00 2001
From: Dmitrii Pichulin <deem@deem.ru>
Date: Wed, 31 May 2023 01:06:37 +0300
Subject: [PATCH] chromium GOSTSSL
Expand Down Expand Up @@ -897,7 +897,7 @@ index 2dd6d3c9567f2..5b33d9b3611e9 100644
std::string state_or_province_name;
std::string country_name;
diff --git a/net/http/http_network_transaction.cc b/net/http/http_network_transaction.cc
index d8bade0a8fd54..81108d3d09536 100644
index d8bade0a8fd54..64499ea6d9d44 100644
--- a/net/http/http_network_transaction.cc
+++ b/net/http/http_network_transaction.cc
@@ -1593,6 +1593,15 @@ int HttpNetworkTransaction::HandleSSLClientAuthError(int error) {
Expand All @@ -908,7 +908,7 @@ index d8bade0a8fd54..81108d3d09536 100644
+#ifndef NO_GOSTSSL
+ if( error == ERR_TLS_GOST_REQUIRED )
+ {
+ ResetConnectionAndRequestForResend();
+ ResetConnectionAndRequestForResend(RetryReason::kWrongVersionOnEarlyData);
+ return OK;
+ }
+#endif // GOSTSSL
Expand Down

0 comments on commit a27c0cd

Please sign in to comment.