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

Unified Diff: net/BUILD.gn

Issue 2866063003: X509NameAttribute::ValueAsString: Decode TeletexString as Latin1. (Closed)
Patch Set: Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/cert/internal/parse_name.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 2913343112f1cf35b6bf9b392d70ced15782ec76..3172c0283c1f478992c49c59c0b81e93f738d216 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -3276,6 +3276,10 @@ bundle_data("net_unittests_bundle_data") {
"data/parse_certificate_unittest/key_usage.pem",
"data/parse_certificate_unittest/policies.pem",
"data/parse_certificate_unittest/subject_alt_name.pem",
+ "data/parse_certificate_unittest/subject_t61string.pem",
+ "data/parse_certificate_unittest/subject_t61string_1-32.pem",
+ "data/parse_certificate_unittest/subject_t61string_126-160.pem",
+ "data/parse_certificate_unittest/subject_t61string_actual.pem",
"data/parse_certificate_unittest/tbs_explicit_v1.pem",
"data/parse_certificate_unittest/tbs_negative_serial_number.pem",
"data/parse_certificate_unittest/tbs_serial_number_21_octets_leading_0.pem",
« no previous file with comments | « no previous file | net/cert/internal/parse_name.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698