Interesting code block...
Here's an interesting block of code for displaying Certificates I found while poking around Firefox this evening...
mapIssuerOrganization: function(name) {
if (!name) return null;
if (name == "RSA Data Security, Inc.")
return "Verisign, Inc.";
// No mapping required
return name;
}
2 comments:
This is a great piece of history. After all where did verisign come from originally.
This is an interesting piece of history.
Post a Comment