diff fuzzer-pubkey.dict @ 1586:e6a5e51a29c9

- fuzzer-pubkey needs to free algoname, fix build - improve dictionary with lengths
author Matt Johnston <matt@ucc.asn.au>
date Sun, 04 Mar 2018 21:44:09 +0800
parents 4192f8831858
children
line wrap: on
line diff
--- a/fuzzer-pubkey.dict	Sun Mar 04 19:38:34 2018 +0800
+++ b/fuzzer-pubkey.dict	Sun Mar 04 21:44:09 2018 +0800
@@ -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"