summaryrefslogtreecommitdiffhomepage
path: root/fuzzer-pubkey.dict
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-03-04 21:44:09 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-03-04 21:44:09 +0800
commitf7dedab4a7323e0bd5e1fe2b40d17e0d8beefa19 (patch)
treec0243645cb5bb215ed65437dbcc7e7b51ad7702e /fuzzer-pubkey.dict
parent129c4403622479e7b3d8363b8bbce16010bf3b5c (diff)
- fuzzer-pubkey needs to free algoname, fix build
- improve dictionary with lengths
Diffstat (limited to 'fuzzer-pubkey.dict')
-rw-r--r--fuzzer-pubkey.dict10
1 files changed, 5 insertions, 5 deletions
diff --git a/fuzzer-pubkey.dict b/fuzzer-pubkey.dict
index daf12cf..734629c 100644
--- a/fuzzer-pubkey.dict
+++ b/fuzzer-pubkey.dict
@@ -1,8 +1,8 @@
-"ssh-rsa"
-"ssh-dss"
-"ecdsa-sha2-nistp256"
-"ecdsa-sha2-nistp384"
-"ecdsa-sha2-nistp521"
+"\x00\x00\x00\x07ssh-rsa"
+"\x00\x00\x00\x07ssh-dss"
+"\x00\x00\x00\x13ecdsa-sha2-nistp256"
+"\x00\x00\x00\x13ecdsa-sha2-nistp384"
+"\x00\x00\x00\x13ecdsa-sha2-nistp521"
"no-port-forwarding"
"no-port-forwarding"
"no-agent-forwarding"