Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Side by Side Diff: net/data/fuzzer_dictionaries/net_http_transport_security_state_fuzzer.dict

Issue 2582323004: Migrate static transport security state fuzzer to LibFuzzer. (Closed)
Patch Set: Remove include. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « net/BUILD.gn ('k') | net/http/transport_security_state.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 # Fuzzer dictionary targetting (static) transport security state lookups.
6
7 "xn--"
8
9 # Common preloaded TLDs
10 "com"
11 "org"
12 "org"
13 "de"
14 "cn"
15 "net"
16 "eu"
17 "nl"
18 "net"
19 "us"
20 "co.uk"
21
22 # Characters in the Huffman Tree
23 "\x00"
24 "-"
25 "."
26 "0"
27 "1"
28 "2"
29 "3"
30 "4"
31 "5"
32 "6"
33 "7"
34 "8"
35 "9"
36 "a"
37 "b"
38 "c"
39 "d"
40 "e"
41 "f"
42 "g"
43 "h"
44 "i"
45 "j"
46 "k"
47 "l"
48 "m"
49 "n"
50 "o"
51 "p"
52 "q"
53 "r"
54 "s"
55 "t"
56 "u"
57 "v"
58 "w"
59 "x"
60 "y"
61 "z"
62 "\x7F"
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/http/transport_security_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698