shaka-packager/packager/third_party/boringssl
Kongqun Yang 16d8583735 Update boringssl and curl(v7.50.0)
Change-Id: I89b40cf03d1aab9a13b0df449e540ab73d03451e
2016-08-02 12:00:19 -07:00
..
linux-aarch64/crypto Update boringssl and curl(v7.50.0) 2016-08-02 12:00:19 -07:00
linux-arm/crypto Update boringssl and curl(v7.50.0) 2016-08-02 12:00:19 -07:00
linux-x86/crypto Update boringssl and curl(v7.50.0) 2016-08-02 12:00:19 -07:00
linux-x86_64/crypto Update boringssl and curl(v7.50.0) 2016-08-02 12:00:19 -07:00
mac-x86/crypto Update boringssl and curl(v7.50.0) 2016-08-02 12:00:19 -07:00
mac-x86_64/crypto Update boringssl and curl(v7.50.0) 2016-08-02 12:00:19 -07:00
win-x86/crypto Update boringssl and curl(v7.50.0) 2016-08-02 12:00:19 -07:00
win-x86_64/crypto Update boringssl and curl(v7.50.0) 2016-08-02 12:00:19 -07:00
BUILD.generated.gni Update boringssl and curl(v7.50.0) 2016-08-02 12:00:19 -07:00
BUILD.generated_tests.gni Update boringssl and curl(v7.50.0) 2016-08-02 12:00:19 -07: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 Update boringssl and curl(v7.50.0) 2016-08-02 12:00:19 -07: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_tests.gypi 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 Update boringssl and curl(v7.50.0) 2016-08-02 12:00:19 -07:00
roll_boringssl.py Update boringssl and curl(v7.50.0) 2016-08-02 12:00:19 -07: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.