Add basic support for SSL certificate management
commit941efe4d86c28430a8f66e23ac7aaaadd2d30da1
authorJeremy Maitin-Shepard <jeremy@jeremyms.com>
Wed, 16 Jan 2008 00:44:25 +0000 (15 19:44 -0500)
committerJeremy Maitin-Shepard <jeremy@jeremyms.com>
Wed, 16 Jan 2008 00:44:25 +0000 (15 19:44 -0500)
tree0c4813e55ed0bc4f0e3d4c09b12decea198def7a
parent61d83c54e72ffd67a40508a1ccaa53d6a006e38e
Add basic support for SSL certificate management

The new file module ssl.js defines the command ssl-add-exception that
opens the built-in dialog for adding an exception for the SSL
certificate for a particular site.  Error pages rather than alert
dialogs are now enabled by default, and the error page for an invalid
certificate now references this command for adding an exception.

Additionally, the command ssl-certificate-manager was added.  This
command opens the built-in SSL certificate manager, which can be used
to import new certificate authority certificates and remove exceptions
added by ssl-add-exception, among other things.
chrome.manifest.for-jar
chrome/chrome.manifest
defaults/preferences/javascript-restrictions.js [copied from defaults/preferences/prefs.js with 80% similarity]
defaults/preferences/prefs.js
locale/en-US/netError.dtd [new file with mode: 0644]
modules/conkeror.js
modules/ssl.js [new file with mode: 0644]