BoringSSL

Warning

  • This library implements OpenSSL API. Usage of this package can lead to conflicts. Please read this issue and make sure you’re understand what you’re doing.
hunter_add_package(BoringSSL)
find_package(BoringSSL CONFIG REQUIRED)
target_link_libraries(boo BoringSSL::ssl BoringSSL::crypto)