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

Issue 1214933009: Class for parsing and evaluating RFC 5280 NameConstraints. (Closed)

Created:
5 years, 5 months ago by mattm
Modified:
5 years, 1 month ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@compare_DN2
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Class for parsing and evaluating RFC 5280 NameConstraints. BUG=410574 Committed: https://crrev.com/2c59d26f10b36166777a685e1e29da75aa7a4060 Cr-Commit-Position: refs/heads/master@{#356773}

Patch Set 1 #

Patch Set 2 : add more tests #

Patch Set 3 : rebase #

Patch Set 4 : updates to match 1125333005 style #

Patch Set 5 : include the data files #

Patch Set 6 : bunch of updates & rebase #

Patch Set 7 : rename the scripts with underscores so they are importable #

Patch Set 8 : fix a few comments #

Patch Set 9 : ios copy_test_data #

Total comments: 1

Patch Set 10 : rebase #

Patch Set 11 : use test_helpers.h #

Total comments: 63

Patch Set 12 : rebase #

Patch Set 13 : review changes for comment #6 #

Total comments: 44

Patch Set 14 : rebase #

Patch Set 15 : review changes for comment #8 #

Patch Set 16 : win compile fix #

Total comments: 80

Patch Set 17 : rebase #

Patch Set 18 : review changes for comment #10 #

Patch Set 19 : remove support for commonName checking #

Patch Set 20 : review changes for comment #12 #

Total comments: 9

Patch Set 21 : rebase #

Patch Set 22 : changes for comment #16 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3562 lines, -359 lines) Patch
M net/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -0 lines 0 comments Download
A net/cert/internal/name_constraints.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +136 lines, -0 lines 0 comments Download
A net/cert/internal/name_constraints.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +567 lines, -0 lines 0 comments Download
A net/cert/internal/name_constraints_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1282 lines, -0 lines 0 comments Download
M net/cert/internal/test_helpers.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +8 lines, -0 lines 0 comments Download
M net/cert/internal/test_helpers.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +16 lines, -0 lines 0 comments Download
M net/cert/internal/verify_name_match.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +19 lines, -1 line 0 comments Download
M net/cert/internal/verify_name_match.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 5 chunks +67 lines, -3 lines 0 comments Download
M net/cert/internal/verify_name_match_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +84 lines, -16 lines 0 comments Download
A net/data/name_constraints_unittest/directoryname.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +55 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/directoryname-excludeall.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +14 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/directoryname-excluded.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +15 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/directoryname_and_dnsname.pem View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +73 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/directoryname_and_dnsname_and_ipaddress.pem View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +97 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/dnsname.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +24 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/dnsname-exclude_dot.pem View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +10 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/dnsname-excludeall.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +10 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/dnsname-excluded.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +7 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/dnsname-permitted_with_leading_dot.pem View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +7 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/dnsname-with_max.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +8 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/dnsname-with_min_0.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +8 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/dnsname-with_min_0_and_max.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +9 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/dnsname-with_min_1.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +8 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/dnsname-with_min_1_and_max.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +9 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/dnsname2.pem View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +10 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/edipartyname-excluded.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +8 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/edipartyname-permitted.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +8 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/generate_name_constraints.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +533 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/invalid-empty_excluded_subtree.pem View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +5 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/invalid-empty_permitted_subtree.pem View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +5 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/invalid-no_subtrees.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/ipaddress.pem View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +30 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/ipaddress-excludeall.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +15 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/ipaddress-excluded.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +7 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/ipaddress-invalid_addr.pem View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +9 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/ipaddress-invalid_mask_not_contiguous_1.pem View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +7 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/ipaddress-invalid_mask_not_contiguous_2.pem View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +7 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/ipaddress-invalid_mask_not_contiguous_3.pem View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +7 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/ipaddress-invalid_mask_not_contiguous_4.pem View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +7 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/ipaddress-permit_all.pem View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +7 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/ipaddress-permit_prefix1.pem View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +7 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/ipaddress-permit_prefix31.pem View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +7 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/ipaddress-permit_singlehost.pem View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +7 lines, -0 lines 0 comments Download
A + net/data/name_constraints_unittest/name-ca.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
A + net/data/name_constraints_unittest/name-de.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
A + net/data/name_constraints_unittest/name-empty.pem View 1 2 3 4 5 6 7 8 9 10 11 12 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/name_constraints_unittest/name-jp.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
A + net/data/name_constraints_unittest/name-jp-tokyo.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
A + net/data/name_constraints_unittest/name-us.pem View 1 2 3 4 5 6 7 8 9 10 11 12 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/name_constraints_unittest/name-us-arizona.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +12 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/name-us-arizona-1.1.1.1.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +16 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/name-us-arizona-192.168.1.1.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +16 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/name-us-arizona-email.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +17 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/name-us-arizona-foo.com.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +16 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/name-us-arizona-ipv6.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +17 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/name-us-arizona-permitted.example.com.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +17 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/name-us-california.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +12 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/name-us-california-192.168.1.1.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +17 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/name-us-california-mountain_view.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +17 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/name-us-california-permitted.example.com.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +17 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/othername-excluded.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +9 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/othername-permitted.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +9 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/registeredid-excluded.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +7 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/registeredid-permitted.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +7 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/rfc822name-excluded.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +7 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/rfc822name-permitted.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +7 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/san-edipartyname.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/san-excluded-directoryname.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +6 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/san-excluded-dnsname.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +6 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/san-excluded-ipaddress.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +5 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/san-invalid-empty.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/san-invalid-ipaddress.pem View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +4 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/san-othername.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/san-permitted.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +5 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/san-registeredid.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/san-rfc822name.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/san-uri.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/san-x400address.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/uri-excluded.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +7 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/uri-permitted.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +7 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/x400address-excluded.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +10 lines, -0 lines 0 comments Download
A net/data/name_constraints_unittest/x400address-permitted.pem View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +10 lines, -0 lines 0 comments Download
D net/data/verify_name_match_unittest/scripts/generate-names.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -330 lines 0 comments Download
A + net/data/verify_name_match_unittest/scripts/generate_names.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +7 lines, -3 lines 0 comments Download
M net/der/tag.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +5 lines, -0 lines 0 comments Download
M net/der/tag.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +8 lines, -0 lines 0 comments Download
M net/net.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -0 lines 0 comments Download
M net/net.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (4 generated)
mattm
There's still some open questions in the implementation and some minor extra test cases I ...
5 years, 5 months ago (2015-07-01 03:26:32 UTC) #2
mattm
This is ready for review now.
5 years, 4 months ago (2015-08-12 04:18:02 UTC) #4
mattm
https://codereview.chromium.org/1214933009/diff/180001/net/cert/internal/name_constraints.cc File net/cert/internal/name_constraints.cc (right): https://codereview.chromium.org/1214933009/diff/180001/net/cert/internal/name_constraints.cc#newcode220 net/cert/internal/name_constraints.cc:220: // zero? (0 is the default, so it should ...
5 years, 4 months ago (2015-08-12 20:20:43 UTC) #5
eroman
First pass, didn't review the logic in detail yet. https://codereview.chromium.org/1214933009/diff/210001/net/cert/internal/name_constraints.cc File net/cert/internal/name_constraints.cc (right): https://codereview.chromium.org/1214933009/diff/210001/net/cert/internal/name_constraints.cc#newcode31 net/cert/internal/name_constraints.cc:31: ...
5 years, 3 months ago (2015-08-26 19:56:45 UTC) #6
mattm
https://codereview.chromium.org/1214933009/diff/210001/net/cert/internal/name_constraints.cc File net/cert/internal/name_constraints.cc (right): https://codereview.chromium.org/1214933009/diff/210001/net/cert/internal/name_constraints.cc#newcode31 net/cert/internal/name_constraints.cc:31: enum WildcardMatchType { WILDCARD_PARTIAL_MATCH, WILDCARD_FULL_MATCH }; On 2015/08/26 19:56:43, ...
5 years, 3 months ago (2015-08-29 01:37:19 UTC) #7
eroman
https://codereview.chromium.org/1214933009/diff/250001/net/cert/internal/name_constraints.cc File net/cert/internal/name_constraints.cc (right): https://codereview.chromium.org/1214933009/diff/250001/net/cert/internal/name_constraints.cc#newcode17 net/cert/internal/name_constraints.cc:17: const int kSupportedNameTypes = GENERAL_NAME_DNS_NAME | Can you add ...
5 years, 3 months ago (2015-09-10 17:48:28 UTC) #8
mattm
https://codereview.chromium.org/1214933009/diff/250001/net/cert/internal/name_constraints.cc File net/cert/internal/name_constraints.cc (right): https://codereview.chromium.org/1214933009/diff/250001/net/cert/internal/name_constraints.cc#newcode17 net/cert/internal/name_constraints.cc:17: const int kSupportedNameTypes = GENERAL_NAME_DNS_NAME | On 2015/09/10 17:48:28, ...
5 years, 3 months ago (2015-09-22 22:12:32 UTC) #9
Ryan Sleevi
https://codereview.chromium.org/1214933009/diff/310001/net/cert/internal/name_constraints.cc File net/cert/internal/name_constraints.cc (right): https://codereview.chromium.org/1214933009/diff/310001/net/cert/internal/name_constraints.cc#newcode29 net/cert/internal/name_constraints.cc:29: enum WildcardMatchType { WILDCARD_PARTIAL_MATCH, WILDCARD_FULL_MATCH }; Document https://codereview.chromium.org/1214933009/diff/310001/net/cert/internal/name_constraints.cc#newcode31 net/cert/internal/name_constraints.cc:31: ...
5 years, 2 months ago (2015-09-24 22:06:20 UTC) #10
mattm
https://codereview.chromium.org/1214933009/diff/310001/net/cert/internal/name_constraints.cc File net/cert/internal/name_constraints.cc (right): https://codereview.chromium.org/1214933009/diff/310001/net/cert/internal/name_constraints.cc#newcode29 net/cert/internal/name_constraints.cc:29: enum WildcardMatchType { WILDCARD_PARTIAL_MATCH, WILDCARD_FULL_MATCH }; On 2015/09/24 22:06:18, ...
5 years, 2 months ago (2015-09-30 04:52:32 UTC) #11
Ryan Sleevi
First scan review to reply to comments. Going to do a more indepth review tomorrow ...
5 years, 2 months ago (2015-10-01 23:52:23 UTC) #12
mattm
updated. (Also removed the commonName handling as discussed.) https://codereview.chromium.org/1214933009/diff/310001/net/cert/internal/name_constraints.cc File net/cert/internal/name_constraints.cc (right): https://codereview.chromium.org/1214933009/diff/310001/net/cert/internal/name_constraints.cc#newcode118 net/cert/internal/name_constraints.cc:118: } ...
5 years, 2 months ago (2015-10-06 21:55:08 UTC) #13
eroman
Are you waiting on any reviews from me on this?
5 years, 2 months ago (2015-10-22 00:27:05 UTC) #14
mattm
On 2015/10/22 00:27:05, eroman wrote: > Are you waiting on any reviews from me on ...
5 years, 1 month ago (2015-10-26 07:36:59 UTC) #15
Ryan Sleevi
lgtm https://codereview.chromium.org/1214933009/diff/390001/net/cert/internal/name_constraints.cc File net/cert/internal/name_constraints.cc (right): https://codereview.chromium.org/1214933009/diff/390001/net/cert/internal/name_constraints.cc#newcode98 net/cert/internal/name_constraints.cc:98: bool IsSuffixZero(std::vector<uint8_t> mask, unsigned prefix_length) { Shouldn't mask ...
5 years, 1 month ago (2015-10-29 01:50:47 UTC) #16
mattm
https://codereview.chromium.org/1214933009/diff/390001/net/cert/internal/name_constraints.cc File net/cert/internal/name_constraints.cc (right): https://codereview.chromium.org/1214933009/diff/390001/net/cert/internal/name_constraints.cc#newcode98 net/cert/internal/name_constraints.cc:98: bool IsSuffixZero(std::vector<uint8_t> mask, unsigned prefix_length) { On 2015/10/29 01:50:47, ...
5 years, 1 month ago (2015-10-29 04:20:39 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1214933009/430001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1214933009/430001
5 years, 1 month ago (2015-10-29 04:22:38 UTC) #20
mattm
https://codereview.chromium.org/1214933009/diff/390001/net/cert/internal/name_constraints.cc File net/cert/internal/name_constraints.cc (right): https://codereview.chromium.org/1214933009/diff/390001/net/cert/internal/name_constraints.cc#newcode484 net/cert/internal/name_constraints.cc:484: // MUST be critical. On 2015/10/29 04:20:38, mattm wrote: ...
5 years, 1 month ago (2015-10-29 04:38:25 UTC) #21
commit-bot: I haz the power
Committed patchset #22 (id:430001)
5 years, 1 month ago (2015-10-29 05:33:28 UTC) #22
commit-bot: I haz the power
5 years, 1 month ago (2015-10-29 05:34:12 UTC) #23
Message was sent while issue was closed.
Patchset 22 (id:??) landed as
https://crrev.com/2c59d26f10b36166777a685e1e29da75aa7a4060
Cr-Commit-Position: refs/heads/master@{#356773}

Powered by Google App Engine
This is Rietveld 408576698