xref: /aosp_15_r20/external/cronet/third_party/boringssl/README.chromium (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
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