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

Side by Side 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 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
OLDNEW
(Empty)
1 This is an empty certificate database used by Dart for testing purposes.
2
3 It is created as a certificate database by NSS (Network Security Services),
4 a library from Mozilla, using the certutil tool. It uses a cert9.db file,
5 rather than a cert8.db file, so the database directory must be specified with
6 "sql:" in front of the directory path, or the environment variable
7 NSS_DEFAULT_DB_TYPE must be set to "sql".
8
9 The password for the key database is "".
10
11 The database contains no certificates or keys.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698