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

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: 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 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"
31 "\x08\x00"
32 "\x00\x00"
33
34 # Target Names
35 "Server"
36 "S\x00e\x00r\x00v\x00e\x00r\x00"
OLDNEW
« 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