1. Home
  2. Browse
  3. boringssl

boringssl

v2024-09-13#0Latest

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#0

Publication

Supports

!uwp

GitHub

google/boringssl1.9K

Homepage

boringssl.googlesource.com/boringssl

Subtree

b41666aa53

License

Complex license

Definition

Manifest