Wednesday, April 19, 2006

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:

Unknown said...

This is a great piece of history. After all where did verisign come from originally.

Unknown said...

This is an interesting piece of history.