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