On 12/9/05, Christoph von Wittich Christoph@apiviewer.de wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi!
The following stubs should be added to crypt32.spec:
@ stub CertVerifyCertificateChainPolicy @ stub CertGetNameStringA @ stub CertGetNameStringW
CertGetNameString is req. by eMule and CertVerifyCertificateChainPolicy iby MS Genuine Check.
The apps that require these APIs would still crash if those lines were added to crypt32.spec. You would have to stub out the APIs in cert.c (the apps probably still wouldn't work if they're not implemented though).
-- James Hawkins