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

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

Issue 2904633002: Replace NTLMv1 implementation with a functionally equivalent one.
Patch Set: Cleanup Created 3 years, 5 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
OLDNEW
(Empty)
1 # Copyright 2017 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 # Signature
6 "NTLMSSP\x00"
7
8 # Message Types
9 "\x01\x00\x00\x00"
10 "\x02\x00\x00\x00"
11 "\x03\x00\x00\x00"
12
13 # Common Target Name offset
14 "\x20\x00\x00\x00"
15
16 # Useful security buffer lengths to match "Server"
17 "\x06\x00"
18 "\x0c\x00"
19
20 # Common\interesting flag values
21 "\x07\x82\x08\x00"
22 "\x06\x82\x08\x00"
23 "\x07\x82\x00\x00"
24 "\x06\x82\x00\x00"
25 "\x01\x00\x08\x00"
26 "\x02\x00\x08\x00"
27 "\x03\x00\x08\x00"
28 "\x01\x00\x00\x00"
29 "\x02\x00\x00\x00"
30 "\x03\x00\x00\x00"
mmenke 2017/07/20 19:48:27 May want to toss in \x08\x00 and \x00\x00, since t
zentaro 2017/08/01 18:21:36 Done.
31
32 # Target Names
33 "Server"
34 "S\x00e\x00r\x00v\x00e\x00r\x00"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698