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

Unified Diff: net/BUILD.gn

Issue 2865603002: X509NameAttribute::ValueAsString: Decode TeletexString as Latin1. (Closed)
Patch Set: add comment/todo about nacl difference 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 3ab722b8979120d466a3ca092b1793801641c8ae..0ed1ea42001746ac717a1bb8b03900b0e993b65f 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -3280,6 +3280,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