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