mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
.. | ||
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 | ||
src | ||
win-x86/crypto | ||
win-x86_64/crypto | ||
.clang-format | ||
BUILD.generated_tests.gni | ||
BUILD.generated.gni | ||
BUILD.gn | ||
crypto_test_data.cc | ||
DEPS | ||
err_data.c | ||
gtest_main_chromium.cc | ||
OWNERS | ||
README.chromium | ||
roll_boringssl.py |
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 from a system with both Perl and Go installed. Alternatively, use the roll_boringssl.py script.