mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 23:21:38 +01:00
Add a descriptor fuzzing dictionary.
This commit is contained in:
parent
ca657074b9
commit
949e9827d6
1 changed files with 41 additions and 0 deletions
41
src/test/fuzz/dict/descriptor
Normal file
41
src/test/fuzz/dict/descriptor
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
"reject"
|
||||||
|
"accept"
|
||||||
|
"reject6"
|
||||||
|
"accept6"
|
||||||
|
"router"
|
||||||
|
"ipv6-policy"
|
||||||
|
"signing-key"
|
||||||
|
"onion-key"
|
||||||
|
"ntor-onion-key"
|
||||||
|
"router-signature"
|
||||||
|
"published"
|
||||||
|
"uptime"
|
||||||
|
"fingerprint"
|
||||||
|
"hibernating"
|
||||||
|
"platform"
|
||||||
|
"proto"
|
||||||
|
"contact"
|
||||||
|
"read-history"
|
||||||
|
"write-history"
|
||||||
|
"extra-info-digest"
|
||||||
|
"hidden-service-dir"
|
||||||
|
"identity-ed25519"
|
||||||
|
"master-key-ed25519"
|
||||||
|
"router-sig-ed25519"
|
||||||
|
"onion-key-crosscert"
|
||||||
|
"ntor-onion-key-crosscert"
|
||||||
|
"allow-single-hop-exits"
|
||||||
|
"family"
|
||||||
|
"caches-extra-info"
|
||||||
|
"or-address"
|
||||||
|
"opt"
|
||||||
|
"bandwidth"
|
||||||
|
"@purpose"
|
||||||
|
"tunnelled-dir-server"
|
||||||
|
"-----BEGIN"
|
||||||
|
"-----END"
|
||||||
|
"-----"
|
||||||
|
"ED25519 CERT"
|
||||||
|
"RSA PUBLIC KEY"
|
||||||
|
"CROSSCERT"
|
||||||
|
"SIGNATURE"
|
Loading…
Add table
Reference in a new issue