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

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

Issue 11308271: Add built-in root certificates to dart:io SecureSocket. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Make database argument optional. Created 8 years, 1 month 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
Index: tests/standalone/io/pkcert/README
diff --git a/tests/standalone/io/pkcert/README b/tests/standalone/io/pkcert/README
index 32c8246627615ca5d3ab0d04193d9ec1455eeb64..fe764a9cc348fcb0d7a0a6457b93e85176e83e19 100644
--- a/tests/standalone/io/pkcert/README
+++ b/tests/standalone/io/pkcert/README
@@ -12,4 +12,5 @@ The database contains a root certificate from Equifax, used to verify the
client https connection to www.google.dk. It contains a self-signed
certificate for a local certificate authority myauthority_cert, and a
server certificate for localhost called localhost_cert, signed by
-myauthority_cert.
+myauthority_cert. It contains the key for localhost_cert, but
+not the key for myauthority_cert.

Powered by Google App Engine
This is Rietveld 408576698