android13/external/pigweed/third_party/boringssl
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
sysdeps/sys initial 2024-06-22 20:45:49 +08:00
BUILD.bazel initial 2024-06-22 20:45:49 +08:00
BUILD.gn initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
boringssl.gni initial 2024-06-22 20:45:49 +08:00
crypto_sysrand.cc initial 2024-06-22 20:45:49 +08:00

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.