README.chromium 534 B

12345678910111213141516171819
  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. Description:
  9. This is BoringSSL, a fork of OpenSSL. See
  10. https://www.imperialviolet.org/2014/06/20/boringssl.html
  11. Note: when rolling DEPS forward, remember to run
  12. cd third_party/boringssl
  13. python3 src/util/generate_build_files.py --embed_test_data=false gn
  14. from a system with both Perl and Go installed. Alternatively, use the
  15. roll_boringssl.py script.