Mouse
Mouse

Reputation: 31

How to use Oat++ with OpenSSL instead of LibreSSL?

For various reasons, LibreSSL is not an option here.

What do I need to do to use Oat++ with OpenSSL instead? I have OpenSSL-1.1.1h installed system-wide.

Upvotes: 1

Views: 654

Answers (1)

lganzzzo
lganzzzo

Reputation: 698

The new OpenSSL adaptor was added in the recent release 1.2.5.

Now, to use oatpp with OpenSSL all you have to do is:

  • Install oatpp-openssl.
  • Use oatpp-openssl connection providers as described in the readme.

Upvotes: 4

Related Questions