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

Side by Side Diff: net/data/ssl/certificates/README

Issue 8608003: Parse individual X.509 name components on Windows, rather than their stringified form (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Anonymized certs Created 9 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/base/x509_certificate_win.cc ('k') | net/data/ssl/certificates/multivalue_rdn.pem » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This directory contains various certificates for use with SSL-related 1 This directory contains various certificates for use with SSL-related
2 unit tests. 2 unit tests.
3 3
4 - google.binary.p7b 4 - google.binary.p7b
5 - google.chain.pem 5 - google.chain.pem
6 - google.pem_cert.p7b 6 - google.pem_cert.p7b
7 - google.pem_pkcs7.p7b 7 - google.pem_pkcs7.p7b
8 - google.pkcs7.p7b 8 - google.pkcs7.p7b
9 - google.single.der 9 - google.single.der
10 - google.single.pem 10 - google.single.pem
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 for that host, it will fail the 57 for that host, it will fail the
58 TransportSecurityState::IsChainOfPublicKeysPermitted test. 58 TransportSecurityState::IsChainOfPublicKeysPermitted test.
59 59
60 - salesforce_com_test.pem 60 - salesforce_com_test.pem
61 - verisign_intermediate_ca_2011.pem 61 - verisign_intermediate_ca_2011.pem
62 - verisign_intermediate_ca_2016.pem : Certificates for testing two 62 - verisign_intermediate_ca_2016.pem : Certificates for testing two
63 X509Certificate objects that contain the same server certificate but 63 X509Certificate objects that contain the same server certificate but
64 different intermediate CA certificates. The two intermediate CA 64 different intermediate CA certificates. The two intermediate CA
65 certificates actually represent the same intermediate CA but have 65 certificates actually represent the same intermediate CA but have
66 different validity periods. 66 different validity periods.
67
68 - multivalue_rdn.pem : A regression test for http://crbug.com/101009. A
69 certificate with all of the AttributeTypeAndValues stored within a single
70 RelativeDistinguishedName, rather than one AVA per RDN as normally seen.
71
72 - unescaped.pem : Regression test for http://crbug.com/102839. Contains
73 characters such as '=' and '"' that would normally be escaped when
74 converting a subject/issuer name to their stringized form.
OLDNEW
« no previous file with comments | « net/base/x509_certificate_win.cc ('k') | net/data/ssl/certificates/multivalue_rdn.pem » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698