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)
v2026-08-13#0
Aug 25, 2026
All
google/boringssl2.3K
boringssl.googlesource.com/boringssl
3c5b8aa77b
Apache-2.0
Manifest