Searched refs:checksum (Results 1 – 5 of 5) sorted by relevance
/curl/scripts/ |
H A D | verify-release | 59 sha256sum "$tarball" >_tarballs/checksum 80 sha256sum -c checksum
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.md | 20 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 D | CURLOPT_AWS_SIGV4.md | 112 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 D | hostpubmd5.md | 20 bit **MD5** checksum of the remote host's public key, curl refuses the
|
/curl/lib/vtls/ |
H A D | schannel.c | 2564 unsigned char *checksum, in schannel_checksum() argument 2574 memset(checksum, 0, checksumlen); in schannel_checksum() 2585 memset(checksum, 0, checksumlen); in schannel_checksum() 2607 if(CryptGetHashParam(hHash, HP_HASHVAL, checksum, &dwChecksumLen, 0)) in schannel_checksum()
|
Completed in 11 milliseconds