shaka-packager/packager/third_party/boringssl
KongQun Yang c80f053ba2 Roll boringssl/src fc9c67599..76918d016
Also roll_boringssl.py script is also adjusted to work with latest
boringssl.

Disable ASM compilation on Windows x64 which fails to compile. It also
means there are no HW AES on Windows x64.

Issue #198.

Change-Id: Ib7e8ff506f014c8c733f1882eeeddbe34fa28511
2019-10-23 04:32:33 +00:00
..
ios-aarch64/crypto Roll boringssl/src fc9c67599..76918d016 2019-10-23 04:32:33 +00:00
ios-arm/crypto Roll boringssl/src fc9c67599..76918d016 2019-10-23 04:32:33 +00:00
linux-aarch64/crypto Roll boringssl/src fc9c67599..76918d016 2019-10-23 04:32:33 +00:00
linux-arm/crypto Roll boringssl/src fc9c67599..76918d016 2019-10-23 04:32:33 +00:00
linux-ppc64le/crypto/fipsmodule Roll boringssl/src fc9c67599..76918d016 2019-10-23 04:32:33 +00:00
linux-x86/crypto Roll boringssl/src fc9c67599..76918d016 2019-10-23 04:32:33 +00:00
linux-x86_64/crypto Roll boringssl/src fc9c67599..76918d016 2019-10-23 04:32:33 +00:00
mac-x86/crypto Roll boringssl/src fc9c67599..76918d016 2019-10-23 04:32:33 +00:00
mac-x86_64/crypto Roll boringssl/src fc9c67599..76918d016 2019-10-23 04:32:33 +00:00
win-x86/crypto Roll boringssl/src fc9c67599..76918d016 2019-10-23 04:32:33 +00:00
win-x86_64/crypto Roll boringssl/src fc9c67599..76918d016 2019-10-23 04:32:33 +00:00
BUILD.generated.gni Roll boringssl/src fc9c67599..76918d016 2019-10-23 04:32:33 +00:00
BUILD.generated_tests.gni Roll boringssl/src fc9c67599..76918d016 2019-10-23 04:32:33 +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 Roll boringssl/src fc9c67599..76918d016 2019-10-23 04:32:33 +00:00
boringssl.gypi Roll boringssl/src fc9c67599..76918d016 2019-10-23 04:32:33 +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/src fc9c67599..76918d016 2019-10-23 04:32:33 +00:00
roll_boringssl.py Roll boringssl/src fc9c67599..76918d016 2019-10-23 04:32:33 +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.