Skip to content
Permalink
Browse files

add use of dns over https

  • Loading branch information
pauldreik authored and cmeister2 committed Sep 14, 2019
1 parent 0fed3de commit eb66bdf705728bd9ada3a2e893f831b99b28fe93
Showing with 2 additions and 0 deletions.
  1. +1 −0 curl_fuzzer.h
  2. +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

Please sign in to comment.
You can’t perform that action at this time.