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

Unified Diff: net/data/fuzzer_dictionaries/net_ntlm_ntlm_client_fuzzer.dict

Issue 2904633002: Replace NTLMv1 implementation with a functionally equivalent one.
Patch Set: Fix uninitialized read Created 3 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: net/data/fuzzer_dictionaries/net_ntlm_ntlm_client_fuzzer.dict
diff --git a/net/data/fuzzer_dictionaries/net_ntlm_ntlm_client_fuzzer.dict b/net/data/fuzzer_dictionaries/net_ntlm_ntlm_client_fuzzer.dict
new file mode 100644
index 0000000000000000000000000000000000000000..93b46b4367cf2590729e8a0fe3334f93b4475a0d
--- /dev/null
+++ b/net/data/fuzzer_dictionaries/net_ntlm_ntlm_client_fuzzer.dict
@@ -0,0 +1,36 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# Signature
+"NTLMSSP\x00"
+
+# Message Types
+"\x01\x00\x00\x00"
+"\x02\x00\x00\x00"
+"\x03\x00\x00\x00"
+
+# Common Target Name offset
+"\x20\x00\x00\x00"
+
+# Useful security buffer lengths to match "Server"
+"\x06\x00"
+"\x0c\x00"
+
+# Common\interesting flag values
+"\x07\x82\x08\x00"
+"\x06\x82\x08\x00"
+"\x07\x82\x00\x00"
+"\x06\x82\x00\x00"
+"\x01\x00\x08\x00"
+"\x02\x00\x08\x00"
+"\x03\x00\x08\x00"
+"\x01\x00\x00\x00"
+"\x02\x00\x00\x00"
+"\x03\x00\x00\x00"
+"\x08\x00"
+"\x00\x00"
+
+# Target Names
+"Server"
+"S\x00e\x00r\x00v\x00e\x00r\x00"
« no previous file with comments | « net/data/fuzzer_data/ntlm_client_fuzzer/min_challenge_zero_target_name_offset.bin ('k') | net/ntlm/ntlm_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698