Skip to content

Files

Latest commit

db07df2 · Jan 2, 2024

History

History

boringssl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 10, 2020
May 11, 2018
Jan 2, 2024

boringssl

BoringSSL is a fork of OpenSSL that is designed to meet Google's needs.

Maintainers

Type of Package

Library package

Usage

This is a library usually used at build time, thus you should use it like so in your plans:

pkg_build_deps=(
    core/boringssl
)