Skip to Content

boringssl v2024-09-13

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

# License

Unknown

# Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • Alexej Harm's avatar Alexej Harm
  • Jack·Boos·Yu's avatar Jack·Boos·Yu
  • NancyLi1013's avatar NancyLi1013
  • JonLiu1993's avatar JonLiu1993
  • Billy O'Neal's avatar Billy O'Neal
  • Ryan A. Pavlik's avatar Ryan A. Pavlik
  • Ryan A. Pavlik's avatar Ryan A. Pavlik
  • Henrik Gaßmann's avatar Henrik Gaßmann
  • Stephen Birarda's avatar Stephen Birarda
  • talregev's avatar talregev

# Changelog

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

# Source