Registry / web-framework / oatpp-libressl

oatpp-libressl

JSON →
library1.3.0vcpkgunverified

Oat++ libressl module providing secure server and client connection providers.

vcpkg install oatpp-libressl
INSTALL
IMPORT
SIG · OATPP-LIBRESSL
O
oatpp-libressl
web-frameworkcppv1.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

oatpp-libressl/Config.hpp
#include <oatpp-libressl/Config.hpp>

Configure an HTTPS server using Oat++ LibreSSL module.

#include "oatpp-libressl/Config.hpp" #include "oatpp/network/Server.hpp" #include <iostream> int main() { oatpp::libressl::Config config; config.certificateFile = "server.crt"; config.privateKeyFile = "server.key"; auto connectionProvider = oatpp::libressl::ServerConnectionProvider::createShared(config, 8443); std::cout << "HTTPS server configured on port 8443" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

oatpp-libressl — pip install oatpp-libressl · libregistry