Reading server certificates
mmicko_at_gmail.com
Date: 01/05/05
- Next message: Naldo Alcalde H.: "How to get the raw page in WebBrowser or IXMLDocument"
- Previous message: Zach: "Re: How to ignore navigate events?"
- Messages sorted by: [ date ] [ thread ]
Date: 5 Jan 2005 09:28:37 -0800
Hi all,
I wondering is it possible to read server certificate (subject field,
or CN only) when accessing https site from IE and how?
I am trying to find way how to determine am I on site which use
particular certificate.
For example when I go to https://login.yahoo.com (certificate is issued
by verisign) I need somehow read cn field from server cert, like CN =
login.yahoo.com. on this way I will know that I am on yahoo site.
Solutions like reading url from IE are not appropriate for application.
I have implement certificate store provider, but IE search only for
Verisign CA cert (by MD5 pub key) not for login.yahoo.com cert since
this is server cert.
Can I read it using BHO (browser helper object) or there is some other
way of doing this?
Thanks,
Micko
- Next message: Naldo Alcalde H.: "How to get the raw page in WebBrowser or IXMLDocument"
- Previous message: Zach: "Re: How to ignore navigate events?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|