shaka-packager/packager/third_party/boringssl
Kongqun Yang 571d713fec Boringssl gyp and patches from Chromium
Bug: 22463853

Change-Id: Ib108016160d2c6ecdd56e369b585ab3c3ae82601
2015-10-16 20:11:04 +00:00
..
linux-aarch64/crypto Boringssl gyp and patches from Chromium 2015-10-16 20:11:04 +00:00
linux-arm/crypto Boringssl gyp and patches from Chromium 2015-10-16 20:11:04 +00:00
linux-x86/crypto Boringssl gyp and patches from Chromium 2015-10-16 20:11:04 +00:00
linux-x86_64/crypto Boringssl gyp and patches from Chromium 2015-10-16 20:11:04 +00:00
mac-x86/crypto Boringssl gyp and patches from Chromium 2015-10-16 20:11:04 +00:00
mac-x86_64/crypto Boringssl gyp and patches from Chromium 2015-10-16 20:11:04 +00:00
win-x86/crypto Boringssl gyp and patches from Chromium 2015-10-16 20:11:04 +00:00
win-x86_64/crypto Boringssl gyp and patches from Chromium 2015-10-16 20:11:04 +00:00
BUILD.gn Boringssl gyp and patches from Chromium 2015-10-16 20:11:04 +00:00
DEPS Boringssl gyp and patches from Chromium 2015-10-16 20:11:04 +00:00
NOTICE Boringssl gyp and patches from Chromium 2015-10-16 20:11:04 +00:00
OWNERS Boringssl gyp and patches from Chromium 2015-10-16 20:11:04 +00:00
README.chromium Boringssl gyp and patches from Chromium 2015-10-16 20:11:04 +00:00
boringssl.gyp Boringssl gyp and patches from Chromium 2015-10-16 20:11:04 +00:00
boringssl.gypi Boringssl gyp and patches from Chromium 2015-10-16 20:11:04 +00:00
boringssl_nacl.gyp Boringssl gyp and patches from Chromium 2015-10-16 20:11:04 +00:00
boringssl_tests.gyp Boringssl gyp and patches from Chromium 2015-10-16 20:11:04 +00:00
boringssl_tests.gypi Boringssl gyp and patches from Chromium 2015-10-16 20:11:04 +00:00
boringssl_unittest.cc Boringssl gyp and patches from Chromium 2015-10-16 20:11:04 +00:00
err_data.c Boringssl gyp and patches from Chromium 2015-10-16 20:11:04 +00:00

README.chromium

Name: boringssl
URL: https://boringssl.googlesource.com/boringssl
Version: git
License: BSDish
License File: NOTICE
License Android Compatible: yes
Security Critical: yes

Description:
This is BoringSSL, a fork of OpenSSL. See
https://www.imperialviolet.org/2014/06/20/boringssl.html

Note: when rolling DEPS forward, remember to run

  cd third_party/boringssl
  python src/util/generate_build_files.py chromium

from a system with both Perl and Go installed.