Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

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