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

Unified Diff: net/data/parse_certificate_unittest/v3_certificate_template.txt

Issue 2881023003: X509CertificateBytes: Allow invalid serial numbers for now. (Closed)
Patch Set: review changes 2 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 | « net/data/parse_certificate_unittest/tbs_serial_number_26_octets.pem ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/data/parse_certificate_unittest/v3_certificate_template.txt
diff --git a/net/data/parse_certificate_unittest/v3_certificate_template.txt b/net/data/parse_certificate_unittest/v3_certificate_template.txt
index 34c31754165ec1e15e602416c97c6c8ba30193cf..4f0b36edb5fc9daee4e129643552682c4abf4123 100644
--- a/net/data/parse_certificate_unittest/v3_certificate_template.txt
+++ b/net/data/parse_certificate_unittest/v3_certificate_template.txt
@@ -10,7 +10,9 @@ SEQUENCE {
[0] {
INTEGER { 2 }
}
+#-----BEGIN SERIAL-----
INTEGER { `00fbb04c2eab109b0c` }
+#-----END SERIAL-----
SEQUENCE {
# sha1WithRSAEncryption
OBJECT_IDENTIFIER { 1.2.840.113549.1.1.5 }
« no previous file with comments | « net/data/parse_certificate_unittest/tbs_serial_number_26_octets.pem ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698