Home
last modified time | relevance | path

Searched refs:base64 (Results 1 – 25 of 61) sorted by relevance

123

/curl/lib/
H A Dhttp_ntlm.c130 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 Dhttp_negotiate.c143 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 Dtest13025 base64
19 base64 encode/decode unit tests
H A Dtest31913 <data base64="yes">
22 <datacheck base64="yes">
H A Dtest116412 # perl -e 'print "swsclose" . "\0" x 200;' | base64
14 <data nocheck="yes" base64="yes">
H A Dtest64833 …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 Dtest142625 # Provided as base64 encoded to get the binary zero in the body treated
27 <data base64="yes" nocheck="yes">
H A Dtest142525 # Provided as base64 encoded to get the binary zero in the body treated
27 <data base64="yes" nocheck="yes">
H A Dtest204226 HTTPS wrong base64-sha256 pinnedpubkey but right CN
H A Dtest45534 Variable using base64
H A Dtest112414 <data base64="yes">
H A Dtest26211 <data base64="yes" nocheck="yes">
H A Dtest117013 <data base64="yes">
H A Dtest117113 <data base64="yes">
H A Dtest22012 <data base64="yes">
H A Dtest112213 <data base64="yes">
H A Dtest112513 <data base64="yes">
/curl/tests/
H A Dgetpart.pm135 my $base64=0;
148 elsif($_ =~ /$part [^>]*base64=/) {
150 $base64=1;
175 if($base64) {
/curl/tests/server/
H A Dgetpart.c293 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 DMakefile.am53 EXTRA_DIST = base64.pl CMakeLists.txt
/curl/docs/libcurl/
H A Dcurl_mime_encoder.md56 "*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 DCURLOPT_PINNEDPUBLICKEY.md41 "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 DCURLOPT_PROXY_PINNEDPUBLICKEY.md40 "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
H A DCURLOPT_ECH.md61 ## ecl:\<base64-value\>
64 base64-encoded ECHConfigList that is used for ECH rather than attempting to
/curl/src/
H A DMakefile.inc34 ../lib/base64.c \
40 ../lib/base64.c \

Completed in 29 milliseconds

123