BoringSSL is a fork of OpenSSL developed by Google
Run the following Vcpkg command to install the port.
vcpkg install boringssl
boringssl can be found via the built-in CMake find-module:
find_package(OpenSSL REQUIRED) target_link_libraries(main PRIVATE OpenSSL::SSL OpenSSL::Crypto)
v2024-09-13#1
Feb 25, 2025
!uwp
google/boringssl
boringssl.googlesource.com/boringssl
b1d74850da
Apache-2.0
Manifest