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

Unified Diff: tests/standalone/io/certificates/README

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 | « no previous file | tests/standalone/io/certificates/server_chain.pem » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/certificates/README
diff --git a/tests/standalone/io/certificates/README b/tests/standalone/io/certificates/README
index b02f4b5080bfbace692bdd8514aaca3ff1aaa249..12684326532d02f686c451cdccaa7d0fbce69a65 100644
--- a/tests/standalone/io/certificates/README
+++ b/tests/standalone/io/certificates/README
@@ -4,6 +4,10 @@ secure networking code. The SecureSocket and SecureServer classes
are tested by making TLS (formerly called SSL) connections, secured
by certificates from a self-signed test root authority.
+The certificates are created by running ../create_sample_certificates.sh
+in a bash or sh shell, with the openssl tools installed. Run the script
+twice to create the untrusted_* files.
+
server_chain.pem:
Contains the chain of certificates, from the self-signed
test certificate authority, through the intermediate CA, to the server
« no previous file with comments | « no previous file | tests/standalone/io/certificates/server_chain.pem » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698