SSL Certificate Context - How to get it using NPAPI
Asked Answered
C

1

3

How to get the SSL certificate context of the website using NPAPI ? Can I use libnss (Network Security Services) or should I stick to WinINet's InternetQueryOption() to get the context.

Thanks, Saleh

Czarevitch answered 2/11, 2010 at 11:12 Comment(0)
G
4

The NPAPI doesn't have anything that could give you that information and, as far as i know, neither has JavaScript in the page.

So there is probably no way around retrieving the URL and using external libraries to get more information about it.

Grissom answered 2/11, 2010 at 11:37 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.