Searched refs:signature (Results 1 – 16 of 16) sorted by relevance
46 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()
35 int signature; /* Detect API use mistakes. */ member
109 unsigned char signature[8]; member
7 Help: AWS V4 signature auth20 Use AWS V4 signature authentication in the transfer.
57 struct Curl_asn1Element signature; member
791 if(!getASN1Element(&cert->signature, beg, end)) in Curl_parseX509()1202 result = ASN1tostr(&out, &cert.signature, 0); in Curl_extract_certinfo()
508 i2a_ASN1_OBJECT(mem, cinf->signature->algorithm); in ossl_certchain()522 psig = x->signature; in ossl_certchain()
19 CURLOPT_AWS_SIGV4 - V4 signature31 Provides AWS V4 signature authentication on HTTP(S) header.112 A sha256 checksum of the request payload is used as input to the signature
56 See also CURLOPT_DOH_SSL_VERIFYPEER(3) to verify the digital signature
61 See also CURLOPT_PROXY_SSL_VERIFYPEER(3) to verify the digital signature
122 provides AWS V4 signature authentication on HTTPS header
46 # Strip the actual signature. We only care about header order in this test
47 *readfunc* is a pointer to a data read callback function, with a signature50 *seekfunc* is a pointer to a seek callback function, with a signature as56 a signature as shown by the above prototype. If no resource is to be freed, it
105 A comma separated list of signature algorithms with which to hash/fingerprint
126 13.15 Select signature algorithms911 13.15 Select signature algorithms913 Consider adding an option or a way for users to select TLS signature914 algorithm. The signature algorithms set by a client are used directly in the915 supported signature algorithm in the client hello message.
14 # The Debian key will expire 2025-05-20, after which package signature
Completed in 34 milliseconds