On Wednesday 25 July 2007 18:20:36 Juan Lang wrote:
- We don't load certs in Wine at all, and don't implement certificate
chain verification, but dynamically load openssl or gnutls and ask them to do it for us. I don't think this is simpler than the alternatives, as I've already put a fair amount of work into crypt32, but if none of the other options is acceptable I can look into it.
Is there perhaps an API to just retrieve the CA bundle from a local openssl or gnutls installation?
-Hans