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)
Build bssl executable
v2021-06-23#4
May 17, 2023
!uwp
google/boringssl1.8K
boringssl.googlesource.com/boringssl
7b30311f0a
Complex license
Manifest