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)
v2023-10-13#0
Oct 13, 2023
!uwp
google/boringssl1.8K
boringssl.googlesource.com/boringssl
640cb26c1a
Complex license
Manifest