tree: 619d98974934b1cccf2207130890ca3d2beb6459
  1. linux-aarch64/
  2. linux-arm/
  3. linux-x86/
  4. linux-x86_64/
  5. src/
  6. BUILD
  7. BUILD.generated.bzl
  8. BUILD.generated_tests.bzl
  9. err_data.c
  10. README.md
third_party/boringssl/README.md

BoringSSL.

This is a clone of the repository https://github.google.com/mdsteele/boringssl-bazel at 436432d8 which itself pulls in https://boringssl.googlesource.com/boringssl at 82aa28fa .

The BUILD file is replaced with one containing globs that is more readable.

To update:

  1. Save the files README.md and BUILD from third_party/boringssl
  2. git clone --recurse-submodules https://github.com/mdsteele/boringssl-bazel
  3. Copy the git tree or BoringSSL to third_party/boringssl
  4. Remove the WORKSPACE file from third_party/boringssl
  5. Copy the saved README.md and BUILD files back