1. Home
  2. Browse
  3. boringssl

boringssl

v2024-09-13#1Latest

BoringSSL is a fork of OpenSSL developed by Google

Install

Run the following Vcpkg command to install the port.

vcpkg install boringssl

Usage

boringssl can be found via the built-in CMake find-module:

find_package(OpenSSL REQUIRED)
target_link_libraries(main PRIVATE OpenSSL::SSL OpenSSL::Crypto)

Dependencies

See source

Version

v2024-09-13#1

Publication

Supports

!uwp

GitHub

google/boringssl1.9K

Homepage

boringssl.googlesource.com/boringssl

Subtree

b1d74850da

License

Apache-2.0

Definition

Manifest