blob: 39ad4bab73ae407674f680c660e333696cdf0620 [file] [log] [blame]
Andrew Top61a84952019-04-30 15:07:33 -07001Name: BoringSSL
2URL: https://boringssl.googlesource.com/boringssl
3Version: git
4License: BSDish
5License File: src/LICENSE
6License Android Compatible: yes
7Security Critical: yes
8
9Description:
10This is BoringSSL, a fork of OpenSSL. See
11https://www.imperialviolet.org/2014/06/20/boringssl.html
12
13Note: when rolling DEPS forward, remember to run
14
15 cd third_party/boringssl
16 python src/util/generate_build_files.py gn
17
18from a system with both Perl and Go installed. Alternatively, use the
19roll_boringssl.py script.