Searched refs:base64 (Results 1 – 25 of 61) sorted by relevance
123
/curl/lib/ |
H A D | http_ntlm.c | 130 char *base64 = NULL; in Curl_output_ntlm() local 218 Curl_bufref_len(&ntlmmsg), &base64, &len); in Curl_output_ntlm() 223 base64); in Curl_output_ntlm() 224 free(base64); in Curl_output_ntlm() 237 Curl_bufref_len(&ntlmmsg), &base64, &len); in Curl_output_ntlm() 242 base64); in Curl_output_ntlm() 243 free(base64); in Curl_output_ntlm()
|
H A D | http_negotiate.c | 143 char *base64 = NULL; in Curl_output_negotiate() local 196 result = Curl_auth_create_spnego_message(neg_ctx, &base64, &len); in Curl_output_negotiate() 201 base64); in Curl_output_negotiate() 214 free(base64); in Curl_output_negotiate()
|
/curl/tests/data/ |
H A D | test1302 | 5 base64 19 base64 encode/decode unit tests
|
H A D | test319 | 13 <data base64="yes"> 22 <datacheck base64="yes">
|
H A D | test1164 | 12 # perl -e 'print "swsclose" . "\0" x 200;' | base64 14 <data nocheck="yes" base64="yes">
|
H A D | test648 | 33 …ine";encoder=quoted-printable' -F "=@%LOGDIR/test%TESTNUMBER.txt;encoder=base64" -H "From: differe… 38 It may contain any type of data and will be encoded in base64 for transfer. 70 Content-Transfer-Encoding: base64
|
H A D | test1425 | 25 # Provided as base64 encoded to get the binary zero in the body treated 27 <data base64="yes" nocheck="yes">
|
H A D | test1426 | 25 # Provided as base64 encoded to get the binary zero in the body treated 27 <data base64="yes" nocheck="yes">
|
H A D | test2042 | 27 HTTPS wrong base64-sha256 pinnedpubkey but right CN
|
H A D | test455 | 34 Variable using base64
|
H A D | test1124 | 14 <data base64="yes">
|
H A D | test2041 | 36 simple HTTPS GET with base64-sha256 public key pinning
|
H A D | test262 | 11 <data base64="yes" nocheck="yes">
|
H A D | test1170 | 13 <data base64="yes">
|
H A D | test1171 | 13 <data base64="yes">
|
H A D | test1122 | 13 <data base64="yes">
|
H A D | test1125 | 13 <data base64="yes">
|
H A D | test220 | 12 <data base64="yes">
|
/curl/tests/ |
H A D | getpart.pm | 135 my $base64=0; 148 elsif($_ =~ /$part [^>]*base64=/) { 150 $base64=1; 175 if($base64) {
|
/curl/tests/server/ |
H A D | getpart.c | 293 int base64 = 0; in getpart() local 322 base64); in getpart() 356 if(base64) { in getpart() 375 if(base64) { in getpart() 455 base64 = 1; in getpart() 468 error = appenddata(outbuf, outlen, &outalloc, buffer, datalen, base64); in getpart()
|
H A D | Makefile.am | 53 EXTRA_DIST = base64.pl CMakeLists.txt .checksrc
|
/curl/docs/libcurl/ |
H A D | curl_mime_encoder.md | 56 "*base64*": Data is converted to base64 encoding, then split in 95 /* encode file data in base64 for transfer */ 96 curl_mime_encoder(part, "base64");
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_PINNEDPUBLICKEY.md | 41 "DER". The string can also be any number of base64 encoded sha256 hashes 110 # sha256 hash and base64 encode der to string for use 111 openssl dgst -sha256 -binary www.example.com.pubkey.der | openssl base64 114 The public key in PEM format contains a header, base64 data and a
|
H A D | CURLOPT_PROXY_PINNEDPUBLICKEY.md | 40 "DER". The string can also be any number of base64 encoded sha256 hashes 107 # sha256 hash and base64 encode der to string for use 108 openssl dgst -sha256 -binary www.example.com.pubkey.der | openssl base64 110 The public key in PEM format contains a header, base64 data and a
|
/curl/src/ |
H A D | Makefile.inc | 34 ../lib/base64.c \ 40 ../lib/base64.c \
|
Completed in 21 milliseconds
123