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)
v2025-08-18#0
Oct 16, 2025
!uwp
google/boringssl
boringssl.googlesource.com/boringssl
791f91bca7
Apache-2.0
Manifest