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

CURL.SetOptionSSLSignatureAlgorithms

Sets the TLS supported signature algorithms.

Component Version macOS Windows Linux Server iOS SDK
CURL 15.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "CURL.SetOptionSSLSignatureAlgorithms"; curl; Value )   More

Parameters

Parameter Description Example
curl The CURL session handle. $curl
Value The new setting.

Result

Returns OK or error.

Description

Sets the TLS supported signature algorithms.
Specify colon-delimited list of signature scheme names.
e.g. "DSA+SHA256:rsa_pss_pss_sha256"

See also SSL_SIGNATURE_ALGORITHMS option in CURL manual.

Release notes

  • Version 15.3
    • Added CURL.SetOptionSSLSignatureAlgorithms function.

Blog Entries

This function checks for a license.

Created 11st June 2025, last changed 11st June 2025


CURL.SetOptionSSLSessionIDCache - CURL.SetOptionSSLVerifyHost