Home
last modified time | relevance | path

Searched refs:signature (Results 1 – 15 of 15) sorted by last modified time

/curl/docs/
H A DTODO128 13.15 Select signature algorithms
916 13.15 Select signature algorithms
918 Consider adding an option or a way for users to select TLS signature
919 algorithm. The signature algorithms set by a client are used directly in the
920 supported signature algorithm in the client hello message.
H A Dmk-ca-bundle.md104 A comma separated list of signature algorithms with which to hash/fingerprint
/curl/.github/workflows/
H A Dlinux-old.yml14 # The Debian key will expire 2025-05-20, after which package signature
/curl/lib/
H A Dsmb.c106 unsigned char signature[8]; member
H A Dbufref.c46 br->signature = SIGNATURE; in Curl_bufref_init()
58 DEBUGASSERT(br->signature == SIGNATURE); in Curl_bufref_free()
91 DEBUGASSERT(br->signature == SIGNATURE); in Curl_bufref_ptr()
103 DEBUGASSERT(br->signature == SIGNATURE); in Curl_bufref_len()
114 DEBUGASSERT(br->signature == SIGNATURE); in Curl_bufref_memdup()
H A Dbufref.h35 int signature; /* Detect API use mistakes. */ member
/curl/lib/vtls/
H A Dopenssl.c495 i2a_ASN1_OBJECT(mem, cinf->signature->algorithm); in Curl_ossl_certchain()
503 psig = x->signature; in Curl_ossl_certchain()
H A Dx509asn1.c764 if(!getASN1Element(&cert->signature, beg, end)) in Curl_parseX509()
1174 result = ASN1tostr(&out, &cert.signature, 0); in Curl_extract_certinfo()
H A Dx509asn1.h56 struct Curl_asn1Element signature; member
/curl/docs/libcurl/opts/
H A DCURLOPT_HTTPAUTH.md121 provides AWS V4 signature authentication on HTTPS header
H A DCURLOPT_PROXY_SSL_VERIFYHOST.md60 See also CURLOPT_PROXY_SSL_VERIFYPEER(3) to verify the digital signature
H A DCURLOPT_AWS_SIGV4.md18 CURLOPT_AWS_SIGV4 - V4 signature
30 Provides AWS V4 signature authentication on HTTP(S) header.
108 A sha256 checksum of the request payload is used as input to the signature
H A DCURLOPT_DOH_SSL_VERIFYHOST.md55 See also CURLOPT_DOH_SSL_VERIFYPEER(3) to verify the digital signature
/curl/docs/cmdline-opts/
H A Daws-sigv4.md7 Help: AWS V4 signature auth
20 Use AWS V4 signature authentication in the transfer.
/curl/docs/libcurl/
H A Dcurl_mime_data_cb.md46 *readfunc* is a pointer to a data read callback function, with a signature
49 *seekfunc* is a pointer to a seek callback function, with a signature as
55 a signature as shown by the above prototype. If no resource is to be freed, it

Completed in 57 milliseconds