c80f053ba2
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 |
||
---|---|---|
.. | ||
ios-aarch64/crypto | ||
ios-arm/crypto | ||
linux-aarch64/crypto | ||
linux-arm/crypto | ||
linux-ppc64le/crypto/fipsmodule | ||
linux-x86/crypto | ||
linux-x86_64/crypto | ||
mac-x86/crypto | ||
mac-x86_64/crypto | ||
win-x86/crypto | ||
win-x86_64/crypto | ||
BUILD.generated.gni | ||
BUILD.generated_tests.gni | ||
BUILD.gn | ||
DEPS | ||
NOTICE | ||
OWNERS | ||
README.chromium | ||
boringssl.gyp | ||
boringssl.gypi | ||
boringssl_nacl.gyp | ||
boringssl_tests.gyp | ||
boringssl_unittest.cc | ||
err_data.c | ||
roll_boringssl.py |
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.