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

Side by Side Diff: net/net.gypi

Issue 2521813002: PKI library: dNSName constraints starting with dot should match subdomains. (Closed)
Patch Set: add test of ".." constraint Created 4 years 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
« no previous file with comments | « net/data/name_constraints_unittest/generate_name_constraints.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 2363 matching lines...) Expand 10 before | Expand all | Expand 10 after
2374 'data/filter_unittests/google.br', 2374 'data/filter_unittests/google.br',
2375 'data/filter_unittests/google.txt', 2375 'data/filter_unittests/google.txt',
2376 'data/name_constraints_unittest/directoryname-excludeall.pem', 2376 'data/name_constraints_unittest/directoryname-excludeall.pem',
2377 'data/name_constraints_unittest/directoryname-excluded.pem', 2377 'data/name_constraints_unittest/directoryname-excluded.pem',
2378 'data/name_constraints_unittest/directoryname.pem', 2378 'data/name_constraints_unittest/directoryname.pem',
2379 'data/name_constraints_unittest/directoryname_and_dnsname.pem', 2379 'data/name_constraints_unittest/directoryname_and_dnsname.pem',
2380 'data/name_constraints_unittest/directoryname_and_dnsname_and_ipaddress.pe m', 2380 'data/name_constraints_unittest/directoryname_and_dnsname_and_ipaddress.pe m',
2381 'data/name_constraints_unittest/dnsname-exclude_dot.pem', 2381 'data/name_constraints_unittest/dnsname-exclude_dot.pem',
2382 'data/name_constraints_unittest/dnsname-excludeall.pem', 2382 'data/name_constraints_unittest/dnsname-excludeall.pem',
2383 'data/name_constraints_unittest/dnsname-excluded.pem', 2383 'data/name_constraints_unittest/dnsname-excluded.pem',
2384 'data/name_constraints_unittest/dnsname-excluded_with_leading_dot.pem',
2385 'data/name_constraints_unittest/dnsname-permitted_two_dot.pem',
2384 'data/name_constraints_unittest/dnsname-permitted_with_leading_dot.pem', 2386 'data/name_constraints_unittest/dnsname-permitted_with_leading_dot.pem',
2385 'data/name_constraints_unittest/dnsname-with_max.pem', 2387 'data/name_constraints_unittest/dnsname-with_max.pem',
2386 'data/name_constraints_unittest/dnsname-with_min_0.pem', 2388 'data/name_constraints_unittest/dnsname-with_min_0.pem',
2387 'data/name_constraints_unittest/dnsname-with_min_0_and_max.pem', 2389 'data/name_constraints_unittest/dnsname-with_min_0_and_max.pem',
2388 'data/name_constraints_unittest/dnsname-with_min_1.pem', 2390 'data/name_constraints_unittest/dnsname-with_min_1.pem',
2389 'data/name_constraints_unittest/dnsname-with_min_1_and_max.pem', 2391 'data/name_constraints_unittest/dnsname-with_min_1_and_max.pem',
2390 'data/name_constraints_unittest/dnsname.pem', 2392 'data/name_constraints_unittest/dnsname.pem',
2391 'data/name_constraints_unittest/dnsname2.pem', 2393 'data/name_constraints_unittest/dnsname2.pem',
2392 'data/name_constraints_unittest/edipartyname-excluded.pem', 2394 'data/name_constraints_unittest/edipartyname-excluded.pem',
2393 'data/name_constraints_unittest/edipartyname-permitted.pem', 2395 'data/name_constraints_unittest/edipartyname-permitted.pem',
(...skipping 914 matching lines...) Expand 10 before | Expand all | Expand 10 after
3308 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3310 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3309 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3311 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3310 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3312 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3311 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3313 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3312 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3314 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3313 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3315 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3314 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3316 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3315 ], 3317 ],
3316 } 3318 }
3317 } 3319 }
OLDNEW
« no previous file with comments | « net/data/name_constraints_unittest/generate_name_constraints.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698