We need to access server public key (or certificate) from browser on client side. When I access HTTPS side, browser downloads server certificate. We need to get this certificate (or public key) to use it in our code on client side (JavaScript) and do with that some cryptographic operations. We are looking for solution without plugin development for browsers (IE, Firefox, Chrome).
Are there, for example, some browser specific extensions (JavaScript can detect used browser and call browser specific JavaScript methods accessing certificate), which can help us to read server certificate on client side?
Is this link http://social.msdn.microsoft.com/Forums/ie/en-US/b4ffc420-4a7e-450d-90fe-2df60fb25e8d/accessing-the-ssl-server-certificate-of-a-webpage what we can use in IE? If yes, how to use it?