Periodically the question comes up regarding how to access the security
SSL/TLS server certificate of a webpage using Internet Explorer/WinInet.
E.g.:
"InternetGetCertByURL always returns FALSE"
<ut$2jL9YK...@TK2MSFTNGP05.phx.gbl>
"Certificate Informatin Dialog" (InternetShowSecurityInfoByURL)
<3FAAD2...@hotmail.com>
While trying to look at this problem, however, I found three additional
undocumented exports from wininet.dll 7.0.6000.21183:
InternetGetSecurityInfoByURL
InternetGetSecurityInfoByURLA
InternetGetSecurityInfoByURLW
Does anyone know what these might do, and what the function signatures
are? Could these be used to get the SSL server certificate PCERT_CONTEXT
items?
Thanks,
Sean
"Sean Leonard" <lists+...@seantek.com> wrote in message
news:ebJczG5y...@TK2MSFTNGP02.phx.gbl...