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

Unified Diff: tests/standalone/io/intermediate_authority_v3_extensions

Issue 1399243004: Add script that generates X509 certificates for testing dart:io SecureSocket (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address comments Created 5 years, 2 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 | « tests/standalone/io/create_sample_certificates.sh ('k') | tests/standalone/io/localhost_v3_extensions » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/intermediate_authority_v3_extensions
diff --git a/runtime/lib/developer_sources.gypi b/tests/standalone/io/intermediate_authority_v3_extensions
similarity index 52%
copy from runtime/lib/developer_sources.gypi
copy to tests/standalone/io/intermediate_authority_v3_extensions
index e3f1ea658789977f908c65204ae033f2701a5032..8d0f70c03a8581f479a2cae12641dc1b19471d55 100644
--- a/runtime/lib/developer_sources.gypi
+++ b/tests/standalone/io/intermediate_authority_v3_extensions
@@ -2,16 +2,10 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
-# Sources visible via dart:developer library.
+# OpenSSL configuration file giving the v3 extensions for an intermediate
+# certificate authority.
-{
- 'sources': [
- 'developer.cc',
- 'developer.dart',
- 'profiler.cc',
- 'profiler.dart',
- 'timeline.cc',
- 'timeline.dart',
- ],
-}
+basicConstraints = CA:true
+subjectKeyIdentifier=hash
+authorityKeyIdentifier=keyid:always,issuer
« no previous file with comments | « tests/standalone/io/create_sample_certificates.sh ('k') | tests/standalone/io/localhost_v3_extensions » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698