1. Home
  2. Browse
  3. openssl

openssl

v1.1.1k#8Go to latest

OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library.

Install

Run the following Vcpkg command to install the port.

vcpkg install openssl

Usage

The package openssl is compatible with built-in CMake targets:

find_package(OpenSSL REQUIRED)
target_link_libraries(main PRIVATE OpenSSL::SSL OpenSSL::Crypto)
See source

Version

v1.1.1k#8

Publication

Supports

All

Homepage

openssl.org

Subtree

92bbf7b331

License

Unknown license

Definition

Manifest