vcpkg/ports/libressl/vcpkg.json

12 lines
387 B
JSON
Raw Normal View History

{
"name": "libressl",
"version": "3.3.3",
"description": "LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014, with goals of modernizing the codebase, improving security, and applying best practice development processes.",
"supports": "!(uwp | arm)",
"features": {
"tools": {
"description": "Build openssl and ocspcheck executables"
}
}
}