Name Date Size #Lines LOC

..--

src/H25-Apr-2025-2,105,9741,824,899

.clang-formatH A D25-Apr-202520 21

Android.bpH A D25-Apr-20258.9 KiB304288

BUILD.generated.gniH A D25-Apr-202525.6 KiB790775

BUILD.generated_tests.gniH A D25-Apr-2025129.6 KiB1,7981,790

BUILD.gnH A D25-Apr-202512.4 KiB397340

DEPSH A D25-Apr-2025142 109

DIR_METADATAH A D25-Apr-2025141 87

LICENSEH A D25-Apr-202512.2 KiB253222

METADATAH A D25-Apr-2025268 1110

MODULE_LICENSE_BSDHD25-Apr-20250

README.chromiumH A D25-Apr-2025547 2116

boringssl.mapH A D25-Apr-2025188 76

crypto_test_data.ccH A D25-Apr-202532.2 MiB

gtest_main_chromium.ccH A D25-Apr-2025844 3121

roll_boringssl.pyH A D25-Apr-20256.7 KiB213153

sources.bpH A D25-Apr-202537.9 KiB862850

sources.mkH A D25-Apr-202512.5 KiB382363

test_data_chromium.ccH A D25-Apr-2025865 2414

README.chromium

1Name: BoringSSL
2URL: https://boringssl.googlesource.com/boringssl
3Version: git
4License: BSDish
5License File: src/LICENSE
6License Android Compatible: yes
7Security Critical: yes
8Shipped: yes
9
10Description:
11This is BoringSSL, a fork of OpenSSL. See
12https://www.imperialviolet.org/2014/06/20/boringssl.html
13
14Note: when rolling DEPS forward, remember to run
15
16  cd third_party/boringssl
17  python3 src/util/generate_build_files.py --embed_test_data=false gn
18
19from a system with both Perl and Go installed. Alternatively, use the
20roll_boringssl.py script.
21