Permalink
Browse files
add use of dns over https
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+1
−0
curl_fuzzer.h
-
+1
−0
curl_fuzzer_tlv.cc
|
|
@@ -66,6 +66,7 @@ |
|
|
#define TLV_TYPE_RTSP_CLIENT_CSEQ 38 |
|
|
#define TLV_TYPE_MAIL_AUTH 39 |
|
|
#define TLV_TYPE_HTTP_VERSION 40 |
|
|
#define TLV_TYPE_DOH_URL 41 |
|
|
|
|
|
/** |
|
|
* TLV function return codes. |
|
|
|
|
|
@@ -183,6 +183,7 @@ int fuzz_parse_tlv(FUZZ_DATA *fuzz, TLV *tlv) |
|
|
/* Define a set of singleton TLVs - they can only have their value set once |
|
|
and all follow the same pattern. */ |
|
|
FSINGLETONTLV(fuzz, TLV_TYPE_URL, CURLOPT_URL); |
|
|
FSINGLETONTLV(fuzz, TLV_TYPE_DOH_URL, CURLOPT_DOH_URL); |
|
|
FSINGLETONTLV(fuzz, TLV_TYPE_USERNAME, CURLOPT_USERNAME); |
|
|
FSINGLETONTLV(fuzz, TLV_TYPE_PASSWORD, CURLOPT_PASSWORD); |
|
|
FSINGLETONTLV(fuzz, TLV_TYPE_COOKIE, CURLOPT_COOKIE); |
|
|
|
0 comments on commit
eb66bdf