tree: 4028b943d238e490c59594933cd5b12ece2dd709 [path history] [tgz]
  1. sysdeps/
  2. boringssl.gni
  3. BUILD.bazel
  4. BUILD.gn
  5. crypto_sysrand.cc
  6. OWNERS
  7. README.md
third_party/boringssl/README.md

BoringSSL Library

The folder provides build scripts for building the BoringSSL library. The source code needs to be downloaded by the user. It is recommended to download via “pw package install boringssl”. This ensures that necessary build files are generated. It als downloads the chromium verifier library, which will be used as the default certificate verifier for boringssl in pw_tls_client. For gn build, set dir_pw_third_party_boringssl to point to the path of the source code. For applications using BoringSSL, add $dir_pw_third_party/boringssl to the dependency list.