Home
last modified time | relevance | path

Searched refs:checksum (Results 1 – 5 of 5) sorted by relevance

/curl/scripts/
H A Dverify-release59 sha256sum "$tarball" >_tarballs/checksum
80 sha256sum -c checksum
/curl/docs/libcurl/opts/
H A DCURLOPT_SSH_HOST_PUBLIC_KEY_MD5.md20 CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 - MD5 checksum of SSH server public key
34 string should be the 128 bit MD5 checksum of the remote host's public key, and
35 libcurl aborts the connection to the host unless the MD5 checksum match.
H A DCURLOPT_AWS_SIGV4.md112 A sha256 checksum of the request payload is used as input to the signature
113 calculation. For POST requests, this is a checksum of the provided
114 CURLOPT_POSTFIELDS(3). Otherwise, it is the checksum of an empty buffer. For
115 requests like PUT, you can provide your own checksum in an HTTP header named
/curl/docs/cmdline-opts/
H A Dhostpubmd5.md20 bit **MD5** checksum of the remote host's public key, curl refuses the
/curl/lib/vtls/
H A Dschannel.c2730 unsigned char *checksum, in schannel_checksum() argument
2740 memset(checksum, 0, checksumlen); in schannel_checksum()
2751 memset(checksum, 0, checksumlen); in schannel_checksum()
2773 if(CryptGetHashParam(hHash, HP_HASHVAL, checksum, &dwChecksumLen, 0)) in schannel_checksum()

Completed in 16 milliseconds