|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+4048 lines, -452 lines) |
Patch |
 |
M |
components/cast_certificate/cast_cert_validator.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/cast_certificate/cast_cert_validator.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
3 chunks |
+31 lines, -36 lines |
0 comments
|
Download
|
 |
M |
net/cert/internal/cert_issuer_source.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/cert/internal/cert_issuer_source_aia.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/cert/internal/cert_issuer_source_aia.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
3 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/cert/internal/cert_issuer_source_aia_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/cert/internal/cert_issuer_source_static.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/cert/internal/cert_issuer_source_static.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/cert/internal/cert_issuer_source_static_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/cert/internal/parsed_certificate.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/cert/internal/parsed_certificate.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
net/cert/internal/path_builder.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
1 chunk |
+172 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/cert/internal/path_builder.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
1 chunk |
+628 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
net/cert/internal/path_builder_pkits_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
11 chunks |
+57 lines, -48 lines |
0 comments
|
Download
|
 |
A |
net/cert/internal/path_builder_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
1 chunk |
+1108 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/cert/internal/path_builder_verify_certificate_chain_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+56 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/cert/internal/trust_store.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
3 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/cert/internal/trust_store.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
3 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/cert/internal/verify_certificate_chain.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
4 chunks |
+11 lines, -21 lines |
0 comments
|
Download
|
 |
M |
net/cert/internal/verify_certificate_chain.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
4 chunks |
+1 line, -57 lines |
0 comments
|
Download
|
 |
M |
net/cert/internal/verify_certificate_chain_pkits_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
1 chunk |
+8 lines, -13 lines |
0 comments
|
Download
|
 |
A |
net/cert/internal/verify_certificate_chain_typed_unittest.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+305 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/cert/internal/verify_certificate_chain_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+22 lines, -235 lines |
0 comments
|
Download
|
 |
A |
net/data/verify_certificate_chain_unittest/generate-key-rollover.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
1 chunk |
+92 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/data/verify_certificate_chain_unittest/key-rollover-longrolloverchain.pem
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
1 chunk |
+489 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/data/verify_certificate_chain_unittest/key-rollover-newchain.pem
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
1 chunk |
+311 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/data/verify_certificate_chain_unittest/key-rollover-oldchain.pem
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
1 chunk |
+311 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/data/verify_certificate_chain_unittest/key-rollover-rolloverchain.pem
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
1 chunk |
+400 lines, -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
21
22
23
24
25
26
27
|
3 chunks |
+11 lines, -1 line |
0 comments
|
Download
|