shaka-packager/packager/third_party/boringssl
KongQun Yang 7097270f13 Roll boringssl to fc9c67599d9bdeb2e0467085133b81a8e28f77a4
Change-Id: I8ff75ede6c5b6a51719163d208c96d6ec0be61bc
2017-12-04 19:27:34 +00:00
..
linux-aarch64/crypto Roll boringssl to fc9c67599d9bdeb2e0467085133b81a8e28f77a4 2017-12-04 19:27:34 +00:00
linux-arm/crypto Roll boringssl to fc9c67599d9bdeb2e0467085133b81a8e28f77a4 2017-12-04 19:27:34 +00:00
linux-x86/crypto Roll boringssl to fc9c67599d9bdeb2e0467085133b81a8e28f77a4 2017-12-04 19:27:34 +00:00
linux-x86_64/crypto Roll boringssl to fc9c67599d9bdeb2e0467085133b81a8e28f77a4 2017-12-04 19:27:34 +00:00
mac-x86/crypto Roll boringssl to fc9c67599d9bdeb2e0467085133b81a8e28f77a4 2017-12-04 19:27:34 +00:00
mac-x86_64/crypto Roll boringssl to fc9c67599d9bdeb2e0467085133b81a8e28f77a4 2017-12-04 19:27:34 +00:00
win-x86/crypto Roll boringssl to fc9c67599d9bdeb2e0467085133b81a8e28f77a4 2017-12-04 19:27:34 +00:00
win-x86_64/crypto Roll boringssl to fc9c67599d9bdeb2e0467085133b81a8e28f77a4 2017-12-04 19:27:34 +00:00
BUILD.generated.gni Roll boringssl to fc9c67599d9bdeb2e0467085133b81a8e28f77a4 2017-12-04 19:27:34 +00:00
BUILD.generated_tests.gni Roll boringssl to fc9c67599d9bdeb2e0467085133b81a8e28f77a4 2017-12-04 19:27:34 +00:00
BUILD.gn Update boringssl and curl(v7.50.0) 2016-08-02 12:00:19 -07: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 Update boringssl and curl(v7.50.0) 2016-08-02 12:00:19 -07:00
boringssl.gyp Update boringssl and curl(v7.50.0) 2016-08-02 12:00:19 -07:00
boringssl.gypi Roll boringssl to fc9c67599d9bdeb2e0467085133b81a8e28f77a4 2017-12-04 19:27:34 +00:00
boringssl_nacl.gyp Update boringssl and curl(v7.50.0) 2016-08-02 12:00:19 -07:00
boringssl_tests.gyp Update boringssl and curl(v7.50.0) 2016-08-02 12:00:19 -07:00
boringssl_unittest.cc Update boringssl and curl(v7.50.0) 2016-08-02 12:00:19 -07:00
err_data.c Roll boringssl to fc9c67599d9bdeb2e0467085133b81a8e28f77a4 2017-12-04 19:27:34 +00:00
roll_boringssl.py Roll boringssl to fc9c67599d9bdeb2e0467085133b81a8e28f77a4 2017-12-04 19:27:34 +00:00

README.chromium

Name: boringssl
URL: https://boringssl.googlesource.com/boringssl
Version: git
License: BSDish
License File: src/LICENSE
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 gn gyp

from a system with both Perl and Go installed. Alternatively, use the
roll_boringssl.py script.