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

Unified Diff: tests/standalone/io/pkcert_empty/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: 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_empty/README
diff --git a/tests/standalone/io/pkcert_empty/README b/tests/standalone/io/pkcert_empty/README
new file mode 100644
index 0000000000000000000000000000000000000000..7750ff0c7dfc978e38a9189606429908419b6306
--- /dev/null
+++ b/tests/standalone/io/pkcert_empty/README
@@ -0,0 +1,11 @@
+This is an empty certificate database used by Dart for testing purposes.
+
+It is created as a certificate database by NSS (Network Security Services),
+a library from Mozilla, using the certutil tool. It uses a cert9.db file,
+rather than a cert8.db file, so the database directory must be specified with
+"sql:" in front of the directory path, or the environment variable
+NSS_DEFAULT_DB_TYPE must be set to "sql".
+
+The password for the key database is "".
+
+The database contains no certificates or keys.

Powered by Google App Engine
This is Rietveld 408576698