1. Home
  2. Browse
  3. openssl

openssl

v3.3.0#0Latest

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.

Usage

openssl is compatible with built-in CMake targets:

find_package(OpenSSL REQUIRED)

target_link_libraries(main PRIVATE OpenSSL::SSL)

target_link_libraries(main PRIVATE OpenSSL::Crypto)

Features

Dependencies

See source

Version

v3.3.0#0

Publication

Supports

All

GitHub

openssl/openssl24K

Homepage

openssl.org

Subtree

8d1bb02da0

License

Apache-2.0

Definition

Manifest