Skip to content

boringsslv2026-08-13

Updated

BoringSSL is a fork of OpenSSL developed by Google

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

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

#Host Tool For

No ports use this.

#Contributors

  • Alexej Harm's avatarAlexej Harm
  • Jack·Boos·Yu's avatarJack·Boos·Yu
  • NancyLi1013's avatarNancyLi1013
  • JonLiu1993's avatarJonLiu1993
  • Billy O'Neal's avatarBilly O'Neal
  • Ryan A. Pavlik's avatarRyan A. Pavlik
  • Ryan A. Pavlik's avatarRyan A. Pavlik
  • Henrik Gaßmann's avatarHenrik Gaßmann
  • Stephen Birarda's avatarStephen Birarda
  • talregev's avatartalregev
  • Eason Lu's avatarEason Lu
  • Emilian R's avatarEmilian R
  • starxg's avatarstarxg

#Changelog

  • 3c5b8aa[boringssl] Update to 0.20260813.0 (#53547)
  • 791f91b[boringssl] update to 2025-08-18 (#47609)
  • b1d7485[boringssl] Reflect Upstream License / Update License (#43963)
  • b41666a[boringssl] update to 0.20240913.0 (#41306)
  • 640cb26[BoringSSL] rm debug suffix non-Windows, short name in UNIX pc (#34459)
  • 0ec1f2c[boringssl] Update port to 2023-09-25 (#34021)
  • 7b30311[boringssl] Fix pkg-config & cmake find module compat (#31387)
  • 125df1b[boringssl] Add pkg-config file so it still works with gRPC (#27082)
  • 850ba1a[boringssl] Remove -WX and -Werror (#24899)
  • c9e786d[many ports] remove remaining vcpkg_fail_port_install calls. (#22770)
  • 3b58466[boringssl] update to newer commit (#18604)
  • f2a5971[boringssl] Fix build error on unix (#13056)
  • f8c167c[borringssl] Disable report warning 4065 and set file conflict as FATAL_ERROR (#12967)
  • 1e19af0[boringssl] Add new port (#8455)