Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

CURL.SetOptionSSLEngineDefault

Sets the actual crypto engine as the default for (asymmetric) crypto operations.

Component Version macOS Windows Linux Server iOS SDK
CURL 2.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes

Deprecated

This function was deprecated.

MBS( "CURL.SetOptionSSLEngineDefault"; curl; Value )   More

Parameters

Parameter Description Example
curl The CURL session handle. $curl
Value Pass always 1. 1

Result

Returns "OK" on success.

Description

Sets the actual crypto engine as the default for (asymmetric) crypto operations.
If the crypto device cannot be set, CURLE_SSL_ENGINE_SETFAILED is returned.

Deprecated since you don't need this function. You can only use the built-in crypto engine for the plugin.

See also SSLENGINE_DEFAULT option in CURL manual.

Release notes

Blog Entries

Created 18th August 2014, last changed 9th February 2022


CURL.SetOptionSSLEngine - CURL.SetOptionSSLFalseStart

💬 Ask a question or report a problem