From 5cb8e71fd552d9c8248241b0e497c7a05ba01d33 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Thu, 5 Dec 2024 13:41:21 -0500 Subject: [PATCH] Roll Dart SDK from a2a9428e761f to 56bbedca60f9 (7 revisions) (flutter/engine#56980) https://dart.googlesource.com/sdk.git/+log/a2a9428e761f..56bbedca60f9 2024-12-05 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.7.0-216.0.dev 2024-12-05 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.7.0-215.0.dev 2024-12-05 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.7.0-214.0.dev 2024-12-05 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.7.0-213.0.dev 2024-12-05 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.7.0-212.0.dev 2024-12-04 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.7.0-211.0.dev 2024-12-04 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.7.0-210.0.dev If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dart-sdk-flutter-engine Please CC bdero@google.com,dart-vm-team@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter Engine: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md --- DEPS | 12 +- .../flutter/ci/licenses_golden/excluded_files | 3 + .../flutter/ci/licenses_golden/licenses_dart | 4 +- .../ci/licenses_golden/licenses_flutter | 1446 +++++++++-------- .../flutter/sky/packages/sky_engine/LICENSE | 2 +- 5 files changed, 739 insertions(+), 728 deletions(-) diff --git a/DEPS b/DEPS index 3001bbbcfe..a56eca2ef3 100644 --- a/DEPS +++ b/DEPS @@ -56,12 +56,12 @@ vars = { # Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS # You can use //tools/dart/create_updated_flutter_deps.py to produce # updated revision list of existing dependencies. - 'dart_revision': 'a2a9428e761f8741f588f605cd5c0c2479acca88', + 'dart_revision': '56bbedca60f93176335183129230b9552fc33183', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py 'dart_binaryen_rev': '93883fde36ac158fd415dcd6dbd387dcfd928d3c', - 'dart_boringssl_rev': 'cd95210465496ac2337b313cf49f607762abe286', + 'dart_boringssl_rev': '567289e4bb1958153f428bba52d953f3c080b4d7', 'dart_core_rev': 'abcf992cf9fe1e896ed9dcff15523c0a6c00621d', 'dart_devtools_rev': '3e5327a02693b1405359dc5322d7f0a40151b9b7', 'dart_http_rev': '79470d014b467f01b0e7c5b63ab6c86b22dec8db', @@ -329,7 +329,7 @@ deps = { Var('dart_git') + '/core.git' + '@' + Var('dart_core_rev'), 'src/flutter/third_party/dart/third_party/pkg/dart_style': - Var('dart_git') + '/dart_style.git@f6d020e48cc531a0967c91fa88028c086fedfbf9', + Var('dart_git') + '/dart_style.git@1de89eb3bd340315f9ff5f2afc319cc1d6131b8d', 'src/flutter/third_party/dart/third_party/pkg/dartdoc': Var('dart_git') + '/dartdoc.git@c7f11603effa88ddacabfd555993f322fca8b3fe', @@ -371,7 +371,7 @@ deps = { Var('dart_git') + '/pub_semver.git@8e9fcb9d3f89f06022387f906da4d380688f935c', 'src/flutter/third_party/dart/third_party/pkg/shelf': - Var('dart_git') + '/shelf.git@657ebd359c528a8655b8f6b96ae19254686cd91c', + Var('dart_git') + '/shelf.git@2b5b683e78f5cc84e479a43297fd7b5489d7db02', 'src/flutter/third_party/dart/third_party/pkg/source_maps': Var('dart_git') + '/source_maps.git@198d32bbde2f5736c04dfbab306a17096fd1648b', @@ -380,7 +380,7 @@ deps = { Var('dart_git') + '/source_span.git@22a243eb50d926935a8a1300a49af6d2988c3ae6', 'src/flutter/third_party/dart/third_party/pkg/sse': - Var('dart_git') + '/sse.git@befbd6d35118f59525903242db3888942ac34180', + Var('dart_git') + '/sse.git@b97dc3ad9a58a454dc5ffe5b3ec814dadc389e32', 'src/flutter/third_party/dart/third_party/pkg/stack_trace': Var('dart_git') + '/stack_trace.git@b660cfa444d46bcceb3a0eacbd6a2a7829da11de', @@ -398,7 +398,7 @@ deps = { Var('dart_git') + '/term_glyph.git@9ed8ed96fdd84cb7b72ee1be3e86010969fa95d4', 'src/flutter/third_party/dart/third_party/pkg/test': - Var('dart_git') + '/test.git@c2a69865be0399e7615da45452d14afe8b6f6a90', + Var('dart_git') + '/test.git@20967732ea9dd30240a6429621ab2f82874bd9f0', 'src/flutter/third_party/dart/third_party/pkg/test_reflective_loader': Var('dart_git') + '/test_reflective_loader.git@faade6299d1823f0d062eb5e98f3b440ddcea7c6', diff --git a/engine/src/flutter/ci/licenses_golden/excluded_files b/engine/src/flutter/ci/licenses_golden/excluded_files index d6fa28a61d..1a6cc56d1d 100644 --- a/engine/src/flutter/ci/licenses_golden/excluded_files +++ b/engine/src/flutter/ci/licenses_golden/excluded_files @@ -947,6 +947,7 @@ ../../../flutter/third_party/angle/util ../../../flutter/third_party/benchmark ../../../flutter/third_party/boringssl/src/.bazelrc +../../../flutter/third_party/boringssl/src/.bazelversion ../../../flutter/third_party/boringssl/src/.bcr/README.md ../../../flutter/third_party/boringssl/src/.clang-format ../../../flutter/third_party/boringssl/src/.git @@ -1068,6 +1069,7 @@ ../../../flutter/third_party/boringssl/src/gen/sources.bzl ../../../flutter/third_party/boringssl/src/gen/sources.cmake ../../../flutter/third_party/boringssl/src/gen/test_support +../../../flutter/third_party/boringssl/src/infra/config/README.md ../../../flutter/third_party/boringssl/src/pki/README.md ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source_static_unittest.cc ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source_sync_unittest.h @@ -1107,6 +1109,7 @@ ../../../flutter/third_party/boringssl/src/rust ../../../flutter/third_party/boringssl/src/ssl/span_test.cc ../../../flutter/third_party/boringssl/src/ssl/ssl_c_test.c +../../../flutter/third_party/boringssl/src/ssl/ssl_internal_test.cc ../../../flutter/third_party/boringssl/src/ssl/ssl_test.cc ../../../flutter/third_party/boringssl/src/ssl/test ../../../flutter/third_party/boringssl/src/third_party/fiat/METADATA diff --git a/engine/src/flutter/ci/licenses_golden/licenses_dart b/engine/src/flutter/ci/licenses_golden/licenses_dart index cc1298dff0..5851694089 100644 --- a/engine/src/flutter/ci/licenses_golden/licenses_dart +++ b/engine/src/flutter/ci/licenses_golden/licenses_dart @@ -1,4 +1,4 @@ -Signature: 056116a9fe82097da9811ba9dcdf9939 +Signature: e8ded71d356b24956e436610bedf344b ==================================================================================================== LIBRARY: dart @@ -4807,7 +4807,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. -You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/470117150f34d712ee6d8c4558b3c656d973f656 +You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/56bbedca60f93176335183129230b9552fc33183 /third_party/fallback_root_certificates/ ==================================================================================================== diff --git a/engine/src/flutter/ci/licenses_golden/licenses_flutter b/engine/src/flutter/ci/licenses_golden/licenses_flutter index 25abbe5571..04f9f43748 100644 --- a/engine/src/flutter/ci/licenses_golden/licenses_flutter +++ b/engine/src/flutter/ci/licenses_golden/licenses_flutter @@ -11563,162 +11563,162 @@ copied and put under another distribution licence ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bitstr.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bool.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_d2i_fp.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_dup.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_gentm.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_i2d_fp.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_int.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_mbstr.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_object.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_octet.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_strex.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_strnid.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_time.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_type.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_utctm.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn1_lib.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn1_par.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn_pack.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/f_int.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/f_string.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_dec.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_enc.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_fre.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_new.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_typ.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_utl.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/base64/base64.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/bio.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/bio_mem.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/connect.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/errno.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/fd.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/file.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/hexdump.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bitstr.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bool.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_d2i_fp.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_dup.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_gentm.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_i2d_fp.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_int.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_mbstr.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_object.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_octet.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_strex.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_strnid.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_time.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_type.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_utctm.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn1_lib.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn1_par.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn_pack.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/f_int.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/f_string.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_dec.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_enc.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_fre.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_new.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_typ.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_utl.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/base64/base64.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/bio.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/bio_mem.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/connect.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/errno.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/fd.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/file.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/hexdump.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/printf.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/socket.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bn_extra/convert.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/buf/buf.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/cipher_extra.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/derive_key.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_des.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_null.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_rc2.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_rc4.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/printf.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/socket.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bn_extra/convert.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/buf/buf.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/cipher_extra.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/derive_key.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_des.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_null.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_rc2.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_rc4.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/conf/conf.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_intel.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/des/des.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/conf/conf.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_intel.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/des/des.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/des/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/digest_extra/digest_extra.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/dsa/dsa.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/err/err.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/evp.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/evp_asn1.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/evp_ctx.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/digest_extra/digest_extra.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/dsa/dsa.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/err/err.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/evp.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/evp_asn1.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/evp_ctx.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/sign.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ex_data.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/add.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/bn.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/bytes.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/cmp.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/div.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/exponentiation.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/generic.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/mul.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/prime.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/random.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/shift.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/cipher.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/sign.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ex_data.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/add.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/bn.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/bytes.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/cmp.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/div.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/exponentiation.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/generic.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/mul.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/prime.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/random.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/shift.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/cipher.cc.inc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/check.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/dh.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/digest.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/digests.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/check.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/dh.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/digest.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/digests.cc.inc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hmac/hmac.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/blinding.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hmac/hmac.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/blinding.cc.inc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/rsa.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/rsa_impl.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha1.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha256.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha512.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/rsa.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/rsa_impl.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha1.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha256.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha512.cc.inc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/internal.h ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/lhash/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/lhash/lhash.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/md4/md4.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/md5/md5.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/mem.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/obj/obj.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/obj/obj_xref.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_all.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_info.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_lib.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_oth.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_pk8.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_pkey.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rc4/rc4.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/lhash/lhash.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/md4/md4.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/md5/md5.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/mem.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/obj/obj.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/obj/obj_xref.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_all.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_info.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_lib.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_oth.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_pk8.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_pkey.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rc4/rc4.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_crypt.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/stack/stack.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/thread.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/a_digest.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/a_sign.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/a_verify.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/algorithm.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/asn1_gen.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/by_dir.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/by_file.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/i2d_pr.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/name_print.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/t_crl.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/t_req.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/t_x509.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/t_x509a.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_att.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_cmp.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_d2.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_def.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_ext.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_lu.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_obj.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_req.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_set.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_txt.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_v3.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_vfy.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509name.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509rset.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_all.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_attrib.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_crl.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_exten.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_name.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_pubkey.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_req.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_sig.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_spki.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_val.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_x509.c -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/bio/base64_bio.c -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/blowfish/blowfish.c -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/cast/cast.c -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/cast/cast_tables.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_crypt.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/stack/stack.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/thread.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/a_digest.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/a_sign.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/a_verify.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/algorithm.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/asn1_gen.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/by_dir.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/by_file.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/i2d_pr.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/name_print.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/t_crl.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/t_req.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/t_x509.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/t_x509a.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_att.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_cmp.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_d2.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_def.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_ext.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_lu.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_obj.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_req.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_set.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_txt.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_v3.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_vfy.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509name.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509rset.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_all.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_attrib.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_crl.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_exten.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_name.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_pubkey.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_req.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_sig.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_spki.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_val.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_x509.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/bio/base64_bio.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/blowfish/blowfish.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/cast/cast.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/cast/cast_tables.cc ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/cast/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/des/cfb64ede.c +ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/des/cfb64ede.cc ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/macros.h -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/rc4/rc4_decrepit.c -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/ripemd/ripemd.c -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/rsa/rsa_decrepit.c -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/ssl/ssl_decrepit.c +ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/rc4/rc4_decrepit.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/ripemd/ripemd.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/rsa/rsa_decrepit.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/ssl/ssl_decrepit.cc ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/asn1.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/base64.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/bio.h @@ -11778,162 +11778,162 @@ ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/t1_enc.cc ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls_method.cc ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls_record.cc TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bitstr.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bool.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_d2i_fp.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_dup.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_gentm.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_i2d_fp.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_int.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_mbstr.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_object.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_octet.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_strex.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_strnid.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_time.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_type.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_utctm.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn1_lib.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn1_par.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn_pack.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/f_int.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/f_string.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_dec.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_enc.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_fre.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_new.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_typ.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_utl.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/base64/base64.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/bio.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/bio_mem.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/connect.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/errno.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/fd.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/file.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/hexdump.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bitstr.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bool.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_d2i_fp.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_dup.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_gentm.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_i2d_fp.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_int.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_mbstr.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_object.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_octet.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_strex.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_strnid.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_time.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_type.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_utctm.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn1_lib.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn1_par.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn_pack.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/f_int.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/f_string.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_dec.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_enc.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_fre.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_new.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_typ.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_utl.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/base64/base64.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/bio.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/bio_mem.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/connect.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/errno.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/fd.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/file.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/hexdump.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/printf.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/socket.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/bn_extra/convert.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/buf/buf.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/cipher_extra.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/derive_key.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_des.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_null.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_rc2.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_rc4.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/printf.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/socket.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bn_extra/convert.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/buf/buf.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/cipher_extra.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/derive_key.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_des.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_null.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_rc2.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_rc4.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/conf/conf.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_intel.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/des/des.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/conf/conf.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_intel.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/des/des.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/des/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/digest_extra/digest_extra.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/dsa/dsa.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/err.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/evp.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/evp_asn1.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/evp_ctx.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/digest_extra/digest_extra.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/dsa/dsa.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/err.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/evp.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/evp_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/evp_ctx.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/sign.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/ex_data.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/add.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/bn.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/bytes.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/cmp.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/div.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/exponentiation.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/generic.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/mul.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/prime.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/random.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/shift.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/cipher.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/sign.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/ex_data.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/add.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/bn.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/bytes.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/cmp.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/div.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/exponentiation.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/generic.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/mul.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/prime.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/random.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/shift.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/cipher.cc.inc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/check.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/dh.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/digest.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/digests.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/check.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/dh.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/digest.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/digests.cc.inc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hmac/hmac.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/blinding.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hmac/hmac.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/blinding.cc.inc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/rsa.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/rsa_impl.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha1.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha256.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha512.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/rsa.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/rsa_impl.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha1.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha256.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha512.cc.inc FILE: ../../../flutter/third_party/boringssl/src/crypto/internal.h FILE: ../../../flutter/third_party/boringssl/src/crypto/lhash/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/lhash/lhash.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/md4/md4.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/md5/md5.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/mem.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/obj.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/obj_xref.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_all.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_info.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_lib.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_oth.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_pk8.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_pkey.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/rc4/rc4.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/lhash/lhash.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/md4/md4.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/md5/md5.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/mem.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/obj.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/obj_xref.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_all.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_info.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_lib.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_oth.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_pk8.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_pkey.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rc4/rc4.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_crypt.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/stack/stack.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/thread.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/a_digest.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/a_sign.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/a_verify.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/algorithm.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/asn1_gen.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/by_dir.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/by_file.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/i2d_pr.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/name_print.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/t_crl.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/t_req.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/t_x509.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/t_x509a.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_att.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_cmp.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_d2.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_def.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_ext.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_lu.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_obj.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_req.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_set.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_txt.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_v3.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_vfy.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509name.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509rset.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_all.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_attrib.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_crl.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_exten.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_name.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_pubkey.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_req.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_sig.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_spki.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_val.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_x509.c -FILE: ../../../flutter/third_party/boringssl/src/decrepit/bio/base64_bio.c -FILE: ../../../flutter/third_party/boringssl/src/decrepit/blowfish/blowfish.c -FILE: ../../../flutter/third_party/boringssl/src/decrepit/cast/cast.c -FILE: ../../../flutter/third_party/boringssl/src/decrepit/cast/cast_tables.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_crypt.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/stack/stack.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/thread.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/a_digest.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/a_sign.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/a_verify.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/algorithm.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/asn1_gen.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/by_dir.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/by_file.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/i2d_pr.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/name_print.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/t_crl.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/t_req.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/t_x509.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/t_x509a.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_att.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_cmp.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_d2.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_def.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_ext.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_lu.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_obj.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_req.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_set.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_txt.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_v3.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_vfy.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509name.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509rset.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_all.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_attrib.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_crl.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_exten.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_name.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_pubkey.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_req.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_sig.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_spki.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_val.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_x509.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/bio/base64_bio.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/blowfish/blowfish.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/cast/cast.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/cast/cast_tables.cc FILE: ../../../flutter/third_party/boringssl/src/decrepit/cast/internal.h -FILE: ../../../flutter/third_party/boringssl/src/decrepit/des/cfb64ede.c +FILE: ../../../flutter/third_party/boringssl/src/decrepit/des/cfb64ede.cc FILE: ../../../flutter/third_party/boringssl/src/decrepit/macros.h -FILE: ../../../flutter/third_party/boringssl/src/decrepit/rc4/rc4_decrepit.c -FILE: ../../../flutter/third_party/boringssl/src/decrepit/ripemd/ripemd.c -FILE: ../../../flutter/third_party/boringssl/src/decrepit/rsa/rsa_decrepit.c -FILE: ../../../flutter/third_party/boringssl/src/decrepit/ssl/ssl_decrepit.c +FILE: ../../../flutter/third_party/boringssl/src/decrepit/rc4/rc4_decrepit.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/ripemd/ripemd.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/rsa/rsa_decrepit.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/ssl/ssl_decrepit.cc FILE: ../../../flutter/third_party/boringssl/src/include/openssl/asn1.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/base64.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/bio.h @@ -32189,11 +32189,11 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/jacobi.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/sqrt.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/jacobi.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/sqrt.cc.inc TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/jacobi.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/sqrt.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/jacobi.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/sqrt.cc.inc ---------------------------------------------------------------------------------------------------- Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved. @@ -32244,18 +32244,18 @@ OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ex_data.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/prime.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/random.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ex_data.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/prime.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/random.cc.inc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/internal.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/base.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ex_data.h TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/ex_data.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/prime.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/random.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/ex_data.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/prime.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/random.cc.inc FILE: ../../../flutter/third_party/boringssl/src/crypto/internal.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/base.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ex_data.h @@ -32309,18 +32309,18 @@ OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_all.c -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/dh/dh_decrepit.c -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/dsa/dsa_decrepit.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_all.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/dh/dh_decrepit.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/dsa/dsa_decrepit.cc ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ssl3.h ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/handshake.cc ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/s3_both.cc ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/s3_pkt.cc ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls_record.cc TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_all.c -FILE: ../../../flutter/third_party/boringssl/src/decrepit/dh/dh_decrepit.c -FILE: ../../../flutter/third_party/boringssl/src/decrepit/dsa/dsa_decrepit.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_all.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/dh/dh_decrepit.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/dsa/dsa_decrepit.cc FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ssl3.h FILE: ../../../flutter/third_party/boringssl/src/ssl/handshake.cc FILE: ../../../flutter/third_party/boringssl/src/ssl/s3_both.cc @@ -32376,9 +32376,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/pair.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/pair.cc TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/pair.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/pair.cc ---------------------------------------------------------------------------------------------------- Copyright (c) 1998-2003 The OpenSSL Project. All rights reserved. @@ -32429,9 +32429,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/ctx.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/ctx.cc.inc TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/ctx.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/ctx.cc.inc ---------------------------------------------------------------------------------------------------- Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved. @@ -32482,12 +32482,12 @@ OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ecdsa_extra/ecdsa_asn1.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/ecdsa.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ecdsa_extra/ecdsa_asn1.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/ecdsa.cc.inc ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ecdsa.h TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/ecdsa_extra/ecdsa_asn1.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/ecdsa.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/ecdsa_extra/ecdsa_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/ecdsa.cc.inc FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ecdsa.h ---------------------------------------------------------------------------------------------------- Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. @@ -32539,28 +32539,28 @@ OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/exponentiation.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_key.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_montgomery.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/exponentiation.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_key.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_montgomery.cc.inc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/oct.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/wnaf.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/oct.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/wnaf.cc.inc ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ec.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ec_key.h ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/d1_both.cc ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/d1_pkt.cc ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/dtls_record.cc TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/exponentiation.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_key.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_montgomery.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/exponentiation.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_key.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_montgomery.cc.inc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/oct.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/wnaf.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/oct.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/wnaf.cc.inc FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ec.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ec_key.h FILE: ../../../flutter/third_party/boringssl/src/ssl/d1_both.cc @@ -32616,20 +32616,20 @@ OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/err/err.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/err/err.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/blinding.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/blinding.cc.inc ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/bn.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/err.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/tls1.h ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/d1_srtp.cc ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_session.cc TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/err.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/err.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/blinding.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/blinding.cc.inc FILE: ../../../flutter/third_party/boringssl/src/include/openssl/bn.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/err.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/tls1.h @@ -32685,8 +32685,8 @@ OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/kdf.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/ssl/ssl_decrepit.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/kdf.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/ssl/ssl_decrepit.cc ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ssl.h ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/extensions.cc ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/handshake_client.cc @@ -32701,8 +32701,8 @@ ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_transcript.cc ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_x509.cc ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/t1_enc.cc TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/kdf.c.inc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/ssl/ssl_decrepit.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/kdf.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/ssl/ssl_decrepit.cc FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ssl.h FILE: ../../../flutter/third_party/boringssl/src/ssl/extensions.cc FILE: ../../../flutter/third_party/boringssl/src/ssl/handshake_client.cc @@ -32819,46 +32819,46 @@ OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/pbkdf.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/pbkdf.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/p5_pbev2.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/pkcs8.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/pkcs8_x509.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_akey.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_akeya.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_bcons.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_bitst.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_enum.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_extku.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ia5.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_info.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_lib.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_prn.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_skey.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_trs.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509spki.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_x509a.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/p5_pbev2.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/pkcs8.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/pkcs8_x509.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_akey.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_akeya.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_bcons.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_bitst.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_enum.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_extku.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ia5.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_info.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_lib.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_prn.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_skey.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_trs.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509spki.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_x509a.cc ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs8.h TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/pbkdf.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/pbkdf.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/p5_pbev2.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/pkcs8.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/pkcs8_x509.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_akey.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_akeya.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_bcons.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_bitst.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_enum.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_extku.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ia5.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_info.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_lib.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_prn.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_skey.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_trs.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509spki.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_x509a.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/p5_pbev2.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/pkcs8.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/pkcs8_x509.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_akey.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_akeya.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_bcons.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_bitst.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_enum.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_extku.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ia5.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_info.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_lib.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_prn.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_skey.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_trs.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509spki.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_x509a.cc FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs8.h ---------------------------------------------------------------------------------------------------- Copyright (c) 1999 The OpenSSL Project. All rights reserved. @@ -32944,9 +32944,9 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_conf.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_conf.cc TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_conf.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_conf.cc ---------------------------------------------------------------------------------------------------- Copyright (c) 1999-2002 The OpenSSL Project. All rights reserved. @@ -32997,11 +32997,11 @@ OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_alt.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_utl.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_alt.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_utl.cc TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_alt.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_utl.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_alt.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_utl.cc ---------------------------------------------------------------------------------------------------- Copyright (c) 1999-2003 The OpenSSL Project. All rights reserved. @@ -33053,15 +33053,15 @@ OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/ext_dat.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_cpols.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_int.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_purp.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_cpols.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_int.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_purp.cc ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/x509v3_errors.h TYPE: LicenseType.bsd FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/ext_dat.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_cpols.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_int.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_purp.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_cpols.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_int.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_purp.cc FILE: ../../../flutter/third_party/boringssl/src/include/openssl/x509v3_errors.h ---------------------------------------------------------------------------------------------------- Copyright (c) 1999-2004 The OpenSSL Project. All rights reserved. @@ -33221,11 +33221,11 @@ OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_crld.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_genn.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_crld.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_genn.cc TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_crld.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_genn.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_crld.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_genn.cc ---------------------------------------------------------------------------------------------------- Copyright (c) 1999-2008 The OpenSSL Project. All rights reserved. @@ -33416,9 +33416,9 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_algor.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_algor.cc TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_algor.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_algor.cc ---------------------------------------------------------------------------------------------------- Copyright (c) 2000 The OpenSSL Project. All rights reserved. @@ -33469,12 +33469,12 @@ OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdh/ecdh.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdh/ecdh.cc.inc ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ecdh.h TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdh/ecdh.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdh/ecdh.cc.inc FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ecdh.h ---------------------------------------------------------------------------------------------------- Copyright (c) 2000-2002 The OpenSSL Project. All rights reserved. @@ -33526,9 +33526,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/ec_asn1.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/ec_asn1.cc TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/ec_asn1.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/ec_asn1.cc ---------------------------------------------------------------------------------------------------- Copyright (c) 2000-2003 The OpenSSL Project. All rights reserved. @@ -33618,14 +33618,14 @@ authorization of the copyright holder. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/dh_extra/dh_asn1.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/dsa/dsa_asn1.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_asn1.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/dh_extra/dh_asn1.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/dsa/dsa_asn1.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_asn1.cc ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/asn1t.h TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/dh_extra/dh_asn1.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/dsa/dsa_asn1.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_asn1.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/dh_extra/dh_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/dsa/dsa_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_asn1.cc FILE: ../../../flutter/third_party/boringssl/src/include/openssl/asn1t.h ---------------------------------------------------------------------------------------------------- Copyright (c) 2000-2005 The OpenSSL Project. All rights reserved. @@ -33755,13 +33755,13 @@ authorization of the copyright holder. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_x509.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_xaux.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509cset.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_x509.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_xaux.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509cset.cc TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_x509.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_xaux.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509cset.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_x509.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_xaux.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509cset.cc ---------------------------------------------------------------------------------------------------- Copyright (c) 2001 The OpenSSL Project. All rights reserved. @@ -33936,11 +33936,11 @@ authorization of the copyright holder. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/key_wrap.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/e_aes.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/key_wrap.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/e_aes.cc.inc TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/key_wrap.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/e_aes.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/key_wrap.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/e_aes.cc.inc ---------------------------------------------------------------------------------------------------- Copyright (c) 2001-2011 The OpenSSL Project. All rights reserved. @@ -34715,12 +34715,12 @@ freely, subject to the following restrictions: ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/mode_wrappers.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/mode_wrappers.cc.inc ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/aes.h TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/mode_wrappers.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/mode_wrappers.cc.inc FILE: ../../../flutter/third_party/boringssl/src/include/openssl/aes.h ---------------------------------------------------------------------------------------------------- Copyright (c) 2002-2006 The OpenSSL Project. All rights reserved. @@ -35340,13 +35340,13 @@ authorization of the copyright holder. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ncons.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_pcons.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_pmaps.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ncons.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_pcons.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_pmaps.cc TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ncons.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_pcons.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_pmaps.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ncons.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_pcons.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_pmaps.cc ---------------------------------------------------------------------------------------------------- Copyright (c) 2003 The OpenSSL Project. All rights reserved. @@ -35671,9 +35671,9 @@ authorization of the copyright holder. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_vpm.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_vpm.cc TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_vpm.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_vpm.cc ---------------------------------------------------------------------------------------------------- Copyright (c) 2004 The OpenSSL Project. All rights reserved. @@ -36044,9 +36044,9 @@ authorization of the copyright holder. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/padding.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/padding.cc.inc TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/padding.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/padding.cc.inc ---------------------------------------------------------------------------------------------------- Copyright (c) 2005 The OpenSSL Project. All rights reserved. @@ -36098,22 +36098,22 @@ OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dsa_asn1.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ec.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ec_asn1.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_rsa.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_rsa_asn1.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/print.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/rsa_pss.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dsa_asn1.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ec.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ec_asn1.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_rsa.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_rsa_asn1.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/print.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/rsa_pss.cc TYPE: LicenseType.bsd FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dsa_asn1.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ec.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ec_asn1.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_rsa.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_rsa_asn1.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/print.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/rsa_pss.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dsa_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ec.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ec_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_rsa.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_rsa_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/print.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/rsa_pss.cc ---------------------------------------------------------------------------------------------------- Copyright (c) 2006 The OpenSSL Project. All rights reserved. @@ -36164,9 +36164,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digestsign/digestsign.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digestsign/digestsign.cc.inc TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digestsign/digestsign.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digestsign/digestsign.cc.inc ---------------------------------------------------------------------------------------------------- Copyright (c) 2006,2007 The OpenSSL Project. All rights reserved. @@ -36537,21 +36537,21 @@ SOFTWARE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/e_aesccm.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/cbc.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/cfb.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/ctr.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/gcm.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/e_aesccm.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/cbc.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/cfb.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/ctr.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/gcm.cc.inc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/ofb.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/ofb.cc.inc TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/e_aesccm.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/cbc.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/cfb.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/ctr.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/gcm.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/e_aesccm.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/cbc.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/cfb.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/ctr.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/gcm.cc.inc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/ofb.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/ofb.cc.inc ---------------------------------------------------------------------------------------------------- Copyright (c) 2008 The OpenSSL Project. All rights reserved. @@ -37234,9 +37234,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cmac.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cmac.cc.inc TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cmac.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cmac.cc.inc ---------------------------------------------------------------------------------------------------- Copyright (c) 2010 The OpenSSL Project. All rights reserved. @@ -37434,9 +37434,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/dh_extra/params.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/dh_extra/params.cc TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/dh_extra/params.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/dh_extra/params.cc ---------------------------------------------------------------------------------------------------- Copyright (c) 2011 The OpenSSL Project. All rights reserved. @@ -37487,9 +37487,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/xts/xts.c +ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/xts/xts.cc TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/decrepit/xts/xts.c +FILE: ../../../flutter/third_party/boringssl/src/decrepit/xts/xts.cc ---------------------------------------------------------------------------------------------------- Copyright (c) 2011 The OpenSSL Project. All rights reserved. @@ -37675,9 +37675,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/tls_cbc.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/tls_cbc.cc TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/tls_cbc.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/tls_cbc.cc ---------------------------------------------------------------------------------------------------- Copyright (c) 2012 The OpenSSL Project. All rights reserved. @@ -38150,25 +38150,25 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/socket_helper.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/ber.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbb.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbs.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/socket_helper.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/ber.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbb.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbs.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/chacha/chacha.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_chacha20poly1305.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_tls.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/crypto.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/engine/engine.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/aead.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hkdf/hkdf.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/rand.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_arm.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_vec.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/urandom.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/windows.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/chacha/chacha.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_chacha20poly1305.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_tls.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/crypto.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/engine/engine.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/aead.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hkdf/hkdf.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/rand.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_arm.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_vec.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/urandom.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/windows.cc ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/aead.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/bytestring.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/chacha.h @@ -38197,25 +38197,25 @@ ORIGIN: ../../../flutter/third_party/boringssl/src/tool/tool.cc ORIGIN: ../../../flutter/third_party/boringssl/src/tool/transport_common.cc ORIGIN: ../../../flutter/third_party/boringssl/src/tool/transport_common.h TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/socket_helper.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/ber.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbb.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbs.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/socket_helper.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/ber.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbb.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbs.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/chacha/chacha.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_chacha20poly1305.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_tls.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/crypto.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/engine/engine.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/aead.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hkdf/hkdf.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/rand.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_arm.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_vec.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/urandom.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/windows.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/chacha/chacha.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_chacha20poly1305.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_tls.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/crypto.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/engine/engine.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/aead.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hkdf/hkdf.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/rand.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_arm.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_vec.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/urandom.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/windows.cc FILE: ../../../flutter/third_party/boringssl/src/include/openssl/aead.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/bytestring.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/chacha.h @@ -38578,17 +38578,17 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bn_extra/bn_asn1.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bn_extra/bn_asn1.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/conf/internal.h ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/asm/x25519-asm-arm.S -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p224-64.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/util.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p224-64.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/util.cc.inc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/refcount.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/thread_none.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/thread_pthread.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/thread_win.c -ORIGIN: ../../../flutter/third_party/boringssl/src/gen/crypto/err_data.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/refcount.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/thread_none.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/thread_pthread.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/thread_win.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/gen/crypto/err_data.cc ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/buffer.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/cmac.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/curve25519.h @@ -38602,17 +38602,17 @@ ORIGIN: ../../../flutter/third_party/boringssl/src/tool/generate_ed25519.cc ORIGIN: ../../../flutter/third_party/boringssl/src/tool/genrsa.cc ORIGIN: ../../../flutter/third_party/boringssl/src/tool/rand.cc TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/bn_extra/bn_asn1.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/bn_extra/bn_asn1.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/conf/internal.h FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/asm/x25519-asm-arm.S -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p224-64.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/util.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p224-64.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/util.cc.inc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/refcount.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/thread_none.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/thread_pthread.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/thread_win.c -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/err_data.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/refcount.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/thread_none.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/thread_pthread.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/thread_win.cc +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/err_data.cc FILE: ../../../flutter/third_party/boringssl/src/include/openssl/buffer.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/cmac.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/curve25519.h @@ -38820,20 +38820,20 @@ freely, subject to the following restrictions: ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/asn1_compat.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_linux.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/spake25519.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/polyval.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/asn1_compat.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_linux.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/spake25519.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/polyval.cc.inc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/obj/objects.go ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/poly1305/internal.h ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pool/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pool/pool.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/deterministic.c -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/evp/dss1.c -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/evp/evp_do_all.c -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/obj/obj_decrepit.c -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/x509/x509_decrepit.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pool/pool.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/deterministic.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/evp/dss1.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/evp/evp_do_all.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/obj/obj_decrepit.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/x509/x509_decrepit.cc ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/asn1_mac.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/obj_mac.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pool.h @@ -38842,20 +38842,20 @@ ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls13_client.cc ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls13_enc.cc ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls13_server.cc TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/asn1_compat.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_linux.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/spake25519.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/polyval.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/asn1_compat.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_linux.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/spake25519.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/polyval.cc.inc FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/objects.go FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/internal.h FILE: ../../../flutter/third_party/boringssl/src/crypto/pool/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/pool/pool.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/deterministic.c -FILE: ../../../flutter/third_party/boringssl/src/decrepit/evp/dss1.c -FILE: ../../../flutter/third_party/boringssl/src/decrepit/evp/evp_do_all.c -FILE: ../../../flutter/third_party/boringssl/src/decrepit/obj/obj_decrepit.c -FILE: ../../../flutter/third_party/boringssl/src/decrepit/x509/x509_decrepit.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/pool/pool.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/deterministic.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/evp/dss1.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/evp/evp_do_all.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/obj/obj_decrepit.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/x509/x509_decrepit.cc FILE: ../../../flutter/third_party/boringssl/src/include/openssl/asn1_mac.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/obj_mac.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pool.h @@ -38909,44 +38909,44 @@ freely, subject to the following restrictions: ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_aesctrhmac.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_aesgcmsiv.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_aesctrhmac.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_aesgcmsiv.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/err/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519_asn1.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519_asn1.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bcm.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bcm.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/delocate.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/ctrdrbg.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/fips.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/self_check.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/ctrdrbg.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/fips.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/self_check.cc.inc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/forkunsafe.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/rand_extra.c -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/cfb/cfb.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/forkunsafe.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/rand_extra.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/cfb/cfb.cc ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/is_boringssl.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/span.h ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_versions.cc ORIGIN: ../../../flutter/third_party/boringssl/src/tool/file.cc ORIGIN: ../../../flutter/third_party/boringssl/src/tool/sign.cc TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_aesctrhmac.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_aesgcmsiv.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_aesctrhmac.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_aesgcmsiv.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/err/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519_asn1.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519_asn1.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bcm.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bcm.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/delocate.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/ctrdrbg.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/fips.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/self_check.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/ctrdrbg.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/fips.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/self_check.cc.inc FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/forkunsafe.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/rand_extra.c -FILE: ../../../flutter/third_party/boringssl/src/decrepit/cfb/cfb.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/forkunsafe.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/rand_extra.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/cfb/cfb.cc FILE: ../../../flutter/third_party/boringssl/src/include/openssl/is_boringssl.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/span.h FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_versions.cc @@ -39133,36 +39133,36 @@ IN THE MATERIALS. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/unicode.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/unicode.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/chacha/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_fuchsia.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_fuchsia.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/div_extra.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd_extra.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/felem.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/scalar.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple_mul.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/div_extra.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd_extra.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/felem.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/scalar.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple_mul.cc.inc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/internal.h ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/hrss/hrss.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/hrss/hrss.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/hrss/internal.h ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/md5/internal.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/e_os2.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/hrss.h ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/handoff.cc TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/unicode.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/unicode.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/chacha/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_fuchsia.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_fuchsia.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/div_extra.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd_extra.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/felem.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/scalar.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple_mul.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/div_extra.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd_extra.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/felem.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/scalar.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple_mul.cc.inc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/internal.h FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/hrss/hrss.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/hrss/hrss.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/hrss/internal.h FILE: ../../../flutter/third_party/boringssl/src/crypto/md5/internal.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/e_os2.h @@ -39186,9 +39186,9 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_win.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_win.cc TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_win.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_win.cc ---------------------------------------------------------------------------------------------------- Copyright (c) 2018, Google Inc. Copyright (c) 2020, Arm Ltd. @@ -39273,26 +39273,26 @@ SOFTWARE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/ec_derive.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519_asn1.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes_nohw.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/fips_shared_support.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/gcm_nohw.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/siphash/siphash.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/ec_derive.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519_asn1.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes_nohw.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/fips_shared_support.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/gcm_nohw.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/siphash/siphash.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/trust_token/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/trust_token/trust_token.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/trust_token/trust_token.cc ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/siphash.h TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/ec_derive.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519_asn1.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes_nohw.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/fips_shared_support.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/gcm_nohw.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/siphash/siphash.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/ec_derive.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes_nohw.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/fips_shared_support.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/gcm_nohw.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/siphash/siphash.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/trust_token.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/trust_token.cc FILE: ../../../flutter/third_party/boringssl/src/include/openssl/siphash.h ---------------------------------------------------------------------------------------------------- Copyright (c) 2019, Google Inc. @@ -39431,38 +39431,38 @@ MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_tables.h ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/internal.h ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/dsa/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/hash_to_curve.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/hash_to_curve.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256.cc.inc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256_table.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/hpke/hpke.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/fork_detect.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/hpke/hpke.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/fork_detect.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/getrandom_fillin.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/passive.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/trust_token/pmbtoken.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/trust_token/voprf.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/passive.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/trust_token/pmbtoken.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/trust_token/voprf.cc ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/hpke.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/trust_token.h ORIGIN: ../../../flutter/third_party/boringssl/src/tool/fd.cc TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_tables.h FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/internal.h FILE: ../../../flutter/third_party/boringssl/src/crypto/dsa/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/hash_to_curve.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/hash_to_curve.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256.cc.inc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256_table.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/hpke/hpke.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/fork_detect.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/hpke/hpke.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/fork_detect.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/getrandom_fillin.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/passive.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/pmbtoken.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/voprf.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/passive.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/pmbtoken.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/voprf.cc FILE: ../../../flutter/third_party/boringssl/src/include/openssl/hpke.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/trust_token.h FILE: ../../../flutter/third_party/boringssl/src/tool/fd.cc @@ -39670,18 +39670,18 @@ SOFTWARE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2b256_tests.txt -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_apple.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_apple.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/internal.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/blake2.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/x509_vfy.h ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/encrypted_client_hello.cc ORIGIN: ../../../flutter/third_party/boringssl/src/tool/generate_ech.cc TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2b256_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_apple.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_apple.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/internal.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/blake2.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/x509_vfy.h @@ -39797,20 +39797,20 @@ SOFTWARE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/posix_time.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_freebsd.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_hkdf.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/posix_time.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_freebsd.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_hkdf.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/policy.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/policy.cc ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ctrdrbg.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/kdf.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/posix_time.h TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/posix_time.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_freebsd.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_hkdf.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/posix_time.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_freebsd.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_hkdf.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/policy.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/policy.cc FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ctrdrbg.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/kdf.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/posix_time.h @@ -39832,9 +39832,9 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_openbsd.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_openbsd.cc TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_openbsd.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_openbsd.cc ---------------------------------------------------------------------------------------------------- Copyright (c) 2022, Robert Nagy @@ -39893,17 +39893,17 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_sysreg.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_64_adx.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_sysreg.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_64_adx.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/builtin_curves.h ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/keccak/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/keccak/keccak.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/keccak/keccak.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/kyber/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/kyber/kyber.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/kyber/kyber.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/mlkem/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/getentropy.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/ios.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/trusty.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/getentropy.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/ios.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/trusty.cc ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/asm_base.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/experimental/kyber.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pki/certificate.h @@ -39912,17 +39912,17 @@ ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/x509v3.h ORIGIN: ../../../flutter/third_party/boringssl/src/pki/certificate.cc ORIGIN: ../../../flutter/third_party/boringssl/src/pki/verify.cc TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_sysreg.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_64_adx.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_sysreg.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_64_adx.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/builtin_curves.h FILE: ../../../flutter/third_party/boringssl/src/crypto/keccak/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/keccak/keccak.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/keccak/keccak.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/kyber/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/kyber/kyber.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/kyber/kyber.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/getentropy.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/ios.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/trusty.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/getentropy.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/ios.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/trusty.cc FILE: ../../../flutter/third_party/boringssl/src/include/openssl/asm_base.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/experimental/kyber.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pki/certificate.h @@ -39948,40 +39948,40 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/dilithium/dilithium.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/dilithium/dilithium.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/dilithium/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/spx/spx.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_address.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/spx/spx.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_address.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_address.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_fors.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_fors.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_fors.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_merkle.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_merkle.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_merkle.h ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_params.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_thash.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_thash.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_thash.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_util.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_util.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_util.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_wots.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_wots.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_wots.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/experimental/dilithium.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/experimental/spx.h TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/dilithium/dilithium.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/dilithium/dilithium.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/dilithium/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/spx/spx.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_address.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/spx/spx.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_address.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_address.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_fors.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_fors.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_fors.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_merkle.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_merkle.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_merkle.h FILE: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_params.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_thash.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_thash.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_thash.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_util.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_util.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_util.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_wots.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_wots.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_wots.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/experimental/dilithium.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/experimental/spx.h @@ -40008,10 +40008,10 @@ ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bcm_support.h ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bcm_interface.h ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/sysrand_internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_extra.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/sha/sha1.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/sha/sha256.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/sha/sha512.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_extra.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/sha/sha1.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/sha/sha256.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/sha/sha512.cc ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/mlkem.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pki/verify_error.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/time.h @@ -40022,10 +40022,10 @@ FILE: ../../../flutter/third_party/boringssl/src/crypto/bcm_support.h FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bcm_interface.h FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/sysrand_internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_extra.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/sha/sha1.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/sha/sha256.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/sha/sha512.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_extra.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/sha/sha1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/sha/sha256.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/sha/sha512.cc FILE: ../../../flutter/third_party/boringssl/src/include/openssl/mlkem.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pki/verify_error.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/time.h @@ -40049,36 +40049,36 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ==================================================================================================== LIBRARY: boringssl ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/mldsa/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/address.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/fors.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/fors.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/fors.h ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/merkle.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/merkle.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/merkle.h ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/params.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/slhdsa.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/thash.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/slhdsa.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/thash.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/thash.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/wots.c +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/wots.cc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/wots.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/bcm_public.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/mldsa.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/slhdsa.h TYPE: LicenseType.unknown FILE: ../../../flutter/third_party/boringssl/src/crypto/mldsa/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/address.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/fors.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/fors.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/fors.h FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/merkle.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/merkle.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/merkle.h FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/params.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/slhdsa.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/thash.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/slhdsa.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/thash.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/thash.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/wots.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/wots.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/wots.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/bcm_public.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/mldsa.h @@ -40462,9 +40462,9 @@ THE SOFTWARE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ocsp.c (with ../../../flutter/third_party/boringssl/src/LICENSE) +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ocsp.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ocsp.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ocsp.cc ---------------------------------------------------------------------------------------------------- Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved. @@ -40571,13 +40571,13 @@ license provided above. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_key.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_montgomery.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_key.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_montgomery.cc.inc ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/oct.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple.c.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/wnaf.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/oct.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/wnaf.cc.inc ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ec.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ec_key.h ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/tls1.h @@ -40585,13 +40585,13 @@ ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/handshake_client.cc ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/handshake_server.cc ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/s3_lib.cc TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_key.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_montgomery.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_key.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_montgomery.cc.inc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/oct.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/wnaf.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/oct.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/wnaf.cc.inc FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ec.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ec_key.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/tls1.h @@ -40610,12 +40610,12 @@ license provided above. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c + ../../../flutter/third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdh/ecdh.c.inc + ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdh/ecdh.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.cc + ../../../flutter/third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdh/ecdh.cc.inc + ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdh/ecdh.cc.inc ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ecdh.h + ../../../flutter/third_party/boringssl/src/include/openssl/ecdh.h TYPE: LicenseType.bsd -FILE: ../../../flutter/third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdh/ecdh.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdh/ecdh.cc.inc FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ecdh.h ---------------------------------------------------------------------------------------------------- Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. @@ -41214,9 +41214,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_print.c (with ../../../flutter/third_party/boringssl/src/LICENSE) +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_print.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_print.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_print.cc ---------------------------------------------------------------------------------------------------- Copyright 2006-2017 The OpenSSL Project Authors. All Rights Reserved. @@ -41228,9 +41228,9 @@ https://www.openssl.org/source/license.html ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dh.c (with ../../../flutter/third_party/boringssl/src/LICENSE) +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dh.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dh.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dh.cc ---------------------------------------------------------------------------------------------------- Copyright 2006-2019 The OpenSSL Project Authors. All Rights Reserved. @@ -41242,9 +41242,9 @@ https://www.openssl.org/source/license.html ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dh_asn1.c (with ../../../flutter/third_party/boringssl/src/LICENSE) +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dh_asn1.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dh_asn1.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dh_asn1.cc ---------------------------------------------------------------------------------------------------- Copyright 2006-2021 The OpenSSL Project Authors. All Rights Reserved. @@ -48457,10 +48457,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.c.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.h (with ../../../flutter/third_party/boringssl/src/LICENSE) TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.cc.inc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.h ---------------------------------------------------------------------------------------------------- Copyright 2013-2016 The OpenSSL Project Authors. All Rights Reserved. @@ -48957,10 +48957,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz.c.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz.h (with ../../../flutter/third_party/boringssl/src/LICENSE) TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz.cc.inc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz.h ---------------------------------------------------------------------------------------------------- Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved. @@ -49562,9 +49562,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/scrypt.c (with ../../../flutter/third_party/boringssl/src/LICENSE) +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/scrypt.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/scrypt.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/scrypt.cc ---------------------------------------------------------------------------------------------------- Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved. @@ -49576,9 +49576,9 @@ https://www.openssl.org/source/license.html ==================================================================================================== LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery_inv.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery_inv.cc.inc TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery_inv.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery_inv.cc.inc ---------------------------------------------------------------------------------------------------- Copyright 2016 Brian Smith. @@ -54124,11 +54124,11 @@ found in the LICENSE file ==================================================================================================== LIBRARY: boringssl ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/service_indicator/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/service_indicator/service_indicator.c.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/service_indicator/service_indicator.cc.inc ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/service_indicator.h TYPE: LicenseType.unknown FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/service_indicator/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/service_indicator/service_indicator.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/service_indicator/service_indicator.cc.inc FILE: ../../../flutter/third_party/boringssl/src/include/openssl/service_indicator.h ---------------------------------------------------------------------------------------------------- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. @@ -57946,13 +57946,13 @@ FILE: ../../../flutter/third_party/boringssl/src/crypto/err/trust_token.errordat FILE: ../../../flutter/third_party/boringssl/src/crypto/err/x509.errordata FILE: ../../../flutter/third_party/boringssl/src/crypto/err/x509v3.errordata FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/evp_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dh.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dh_asn1.c -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/scrypt.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dh.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dh_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/scrypt.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/scrypt_tests.txt FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/asm/x86_64-gcc.c.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/asm/x86_64-gcc.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.cc.inc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.h FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cavp_3des_cmac_tests.txt FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cavp_aes128_cmac_tests.txt @@ -57960,7 +57960,7 @@ FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cavp_aes FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cavp_aes256_cmac_tests.txt FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_scalar_base_mult_tests.txt FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz-table.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz.c.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz.cc.inc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz.h FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz_tests.txt FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/ecdsa_sign_tests.txt @@ -57969,7 +57969,6 @@ FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/fips_shared.l FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/intcheck1.png FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/intcheck2.png FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/intcheck3.png -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/gcm_tests.txt FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/[Content_Types].xml FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/_rels/.rels FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/customXml/_rels/item1.xml.rels @@ -58104,14 +58103,15 @@ FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/obj_mac.num FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/objects.txt FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_arm_asm.S FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_print.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_print.cc FILE: ../../../flutter/third_party/boringssl/src/crypto/siphash/siphash_tests.txt FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/slhdsa_keygen.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/slhdsa_prehash.txt FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/slhdsa_siggen.txt FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/slhdsa_sigver.txt FILE: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_tests.txt FILE: ../../../flutter/third_party/boringssl/src/crypto/spx/spx_tests_deterministic.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ocsp.c +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ocsp.cc FILE: ../../../flutter/third_party/boringssl/src/docs/releasing.md FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesni-gcm-x86_64-apple.S FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesni-gcm-x86_64-linux.S @@ -58264,6 +58264,14 @@ FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ssl.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ssl3.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/tls1.h FILE: ../../../flutter/third_party/boringssl/src/include/openssl/x509.h +FILE: ../../../flutter/third_party/boringssl/src/infra/config/generated/commit-queue.cfg +FILE: ../../../flutter/third_party/boringssl/src/infra/config/generated/cr-buildbucket.cfg +FILE: ../../../flutter/third_party/boringssl/src/infra/config/generated/luci-logdog.cfg +FILE: ../../../flutter/third_party/boringssl/src/infra/config/generated/luci-milo.cfg +FILE: ../../../flutter/third_party/boringssl/src/infra/config/generated/luci-notify.cfg +FILE: ../../../flutter/third_party/boringssl/src/infra/config/generated/luci-scheduler.cfg +FILE: ../../../flutter/third_party/boringssl/src/infra/config/generated/project.cfg +FILE: ../../../flutter/third_party/boringssl/src/infra/config/generated/realms.cfg FILE: ../../../flutter/third_party/boringssl/src/pki/cert_error_id.cc FILE: ../../../flutter/third_party/boringssl/src/pki/cert_error_id.h FILE: ../../../flutter/third_party/boringssl/src/pki/cert_error_params.cc diff --git a/engine/src/flutter/sky/packages/sky_engine/LICENSE b/engine/src/flutter/sky/packages/sky_engine/LICENSE index 077205381f..2fd24f8df4 100644 --- a/engine/src/flutter/sky/packages/sky_engine/LICENSE +++ b/engine/src/flutter/sky/packages/sky_engine/LICENSE @@ -32269,7 +32269,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. -You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/a2a9428e761f8741f588f605cd5c0c2479acca88 +You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/56bbedca60f93176335183129230b9552fc33183 /third_party/fallback_root_certificates/ --------------------------------------------------------------------------------