Skip to content

Commit

Permalink
Update crypto from Chromium 114.0.5735.358
Browse files Browse the repository at this point in the history
Issue: 326748668
Reviewed-on: #3043
  • Loading branch information
dahlstrom-g committed Apr 24, 2024
2 parents fba6e38 + 33f90d9 commit 28f7adb
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 11 deletions.
5 changes: 3 additions & 2 deletions crypto/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

import("//build/buildflag_header.gni")
import("//build/config/chromeos/ui_mode.gni")
# import("//components/nacl/toolchain.gni")
if (!use_cobalt_customizations) {
import("//components/nacl/toolchain.gni")
}
import("//crypto/features.gni")
import("//build_overrides/crypto.gni")
import("//testing/test.gni")

buildflag_header("buildflags") {
Expand Down
4 changes: 2 additions & 2 deletions crypto/METADATA
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ description:
third_party {
identifier {
type: "ChromiumVersion"
value: "114.0.5735.331" # from https://chromereleases.googleblog.com/2023/08/long-term-support-channel-update-for_23.html
value: "114.0.5735.358" # from https://chromereleases.googleblog.com/2024/03/long-term-support-channel-update-for_26.html
}
identifier {
type: "Git"
value: "https://chromium.googlesource.com/chromium/src.git"
version: "fed499399d3f44d3a7957549d493bf30a5d8c867"
version: "1759c6ae9316996b9f150c0ce9d0ca78a3d15c02"
}
identifier {
type: "UpstreamSubdir"
Expand Down
1 change: 0 additions & 1 deletion crypto/ec_private_key.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

#include "base/check_op.h"
#include "crypto/openssl_util.h"
#include "third_party/boringssl/src/include/openssl/bn.h"
#include "third_party/boringssl/src/include/openssl/bytestring.h"
#include "third_party/boringssl/src/include/openssl/ec.h"
#include "third_party/boringssl/src/include/openssl/ec_key.h"
Expand Down
1 change: 0 additions & 1 deletion crypto/ec_private_key_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include <memory>
#include <vector>

#include "base/macros.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace {
Expand Down
1 change: 0 additions & 1 deletion crypto/ec_signature_creator_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include <stddef.h>
#include <stdint.h>

#include "base/logging.h"
#include "crypto/ec_private_key.h"
#include "crypto/openssl_util.h"
#include "third_party/boringssl/src/include/openssl/bn.h"
Expand Down
5 changes: 3 additions & 2 deletions crypto/hmac_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "crypto/hmac.h"

#include <stddef.h>
#include <string.h>

#include <string>

#include "base/macros.h"
#include "crypto/hmac.h"
#include "testing/gtest/include/gtest/gtest.h"

static const size_t kSHA1DigestSize = 20;
Expand Down
2 changes: 0 additions & 2 deletions crypto/secure_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <stddef.h>

#include "crypto/secure_util.h"

#include "third_party/boringssl/src/include/openssl/mem.h"
Expand Down

0 comments on commit 28f7adb

Please sign in to comment.